.pie {
  background: conic-gradient(
    oklch(65% 0.2 25)  0 5%,
    oklch(80% 0.16 90) 5% 40%,
    oklch(70% 0.18 150) 40% 70%,
    oklch(60% 0.15 250) 70% 80%,
    oklch(55% 0.2 310) 80% 100%
  );
  border-radius: 50%;
  aspect-ratio: 1;
  inline-size: 300px;
}

body {
  height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
}