open-props
Version:
<div align="center">
233 lines (230 loc) • 4.34 kB
CSS
:where(:root) {
--space:;
@supports (background: linear-gradient(in oklab, red, lime)) {
--space: in oklab;
}
--gradient-1: linear-gradient(
to bottom right var(--space),
#1f005c,
#5b0060,
#870160,
#ac255e,
#ca485c,
#e16b5c,
#f39060,
#ffb56b
);
--gradient-2: linear-gradient(
to bottom right var(--space),
#48005c,
#8300e2,
#a269ff
);
--gradient-3: radial-gradient(
circle at top right var(--space),
hsl(180 100% 50%),
hsl(180 100% 50% / 0%)
),
radial-gradient(
circle at bottom left,
hsl(328 100% 54%),
hsl(328 100% 54% / 0%)
);
--gradient-4: linear-gradient(to bottom right var(--space), #00f5a0, #00d9f5);
--gradient-5: conic-gradient(
from -270deg at 75% 110% var(--space),
fuchsia,
floralwhite
);
--gradient-6: conic-gradient(
from -90deg at top left var(--space),
black,
white
);
--gradient-7: linear-gradient(to bottom right var(--space), #72c6ef, #004e8f);
--gradient-8: conic-gradient(
from 90deg at 50% 0% var(--space),
#111,
50%,
#222,
#111
);
--gradient-9: conic-gradient(
from 0.5turn at bottom center var(--space),
lightblue,
white
);
--gradient-10: conic-gradient(
from 90deg at 40% -25%,
#ffd700,
#f79d03,
#ee6907,
#e6390a,
#de0d0d,
#d61039,
#cf1261,
#c71585,
#cf1261,
#d61039,
#de0d0d,
#ee6907,
#f79d03,
#ffd700,
#ffd700,
#ffd700
);
--gradient-11: conic-gradient(at bottom left var(--space), deeppink, cyan);
--gradient-12: conic-gradient(
from 90deg at 25% -10% var(--space),
#ff4500,
#d3f340,
#7bee85,
#afeeee,
#7bee85
);
--gradient-13: radial-gradient(
circle at 50% 200% var(--space),
#000142,
#3b0083,
#b300c3,
#ff059f,
#ff4661,
#ffad86,
#fff3c7
);
--gradient-14: conic-gradient(at top right var(--space), lime, cyan);
--gradient-15: linear-gradient(
to bottom right var(--space),
#c7d2fe,
#fecaca,
#fef3c7
);
--gradient-16: radial-gradient(
circle at 50% -250% var(--space),
#374151,
#111827,
#000
);
--gradient-17: conic-gradient(
from -90deg at 50% -25% var(--space),
blue,
blueviolet
);
--gradient-18: linear-gradient(
0deg var(--space),
hsla(0 100% 50% / 80%),
hsla(0 100% 50% / 0) 75%
),
linear-gradient(
60deg var(--space),
hsla(60 100% 50% / 80%),
hsla(60 100% 50% / 0) 75%
),
linear-gradient(
120deg var(--space),
hsla(120 100% 50% / 80%),
hsla(120 100% 50% / 0) 75%
),
linear-gradient(
180deg var(--space),
hsla(180 100% 50% / 80%),
hsla(180 100% 50% / 0) 75%
),
linear-gradient(
240deg var(--space),
hsla(240 100% 50% / 80%),
hsla(240 100% 50% / 0) 75%
),
linear-gradient(
300deg var(--space),
hsla(300 100% 50% / 80%),
hsla(300 100% 50% / 0) 75%
);
--gradient-19: linear-gradient(
to bottom right var(--space),
#ffe259,
#ffa751
);
--gradient-20: conic-gradient(
from -135deg at -10% center var(--space),
#ffa500,
#ff7715,
#ff522a,
#ff3f47,
#ff5482,
#ff69b4
);
--gradient-21: conic-gradient(
from -90deg at 25% 115% var(--space),
#ff0000,
#ff0066,
#ff00cc,
#cc00ff,
#6600ff,
#0000ff,
#0000ff,
#0000ff,
#0000ff
);
--gradient-22: linear-gradient(
to bottom right var(--space),
#acb6e5,
#86fde8
);
--gradient-23: linear-gradient(
to bottom right var(--space),
#536976,
#292e49
);
--gradient-24: conic-gradient(
from 0.5turn at 0% 0% var(--space),
#00c476,
10%,
#82b0ff,
90%,
#00c476
);
--gradient-25: conic-gradient(
at 125% 50% var(--space),
#b78cf7,
#ff7c94,
#ffcf0d,
#ff7c94,
#b78cf7
);
--gradient-26: linear-gradient(
to bottom right var(--space),
#9796f0,
#fbc7d4
);
--gradient-27: conic-gradient(
from 0.5turn at bottom left var(--space),
deeppink,
rebeccapurple
);
--gradient-28: conic-gradient(
from -90deg at 50% 105% var(--space),
white,
orchid
);
--gradient-29: radial-gradient(
circle at top right var(--space),
hsl(250 100% 85%),
hsl(250 100% 85% / 0%)
),
radial-gradient(
circle at bottom left var(--space),
hsl(220 90% 75%),
hsl(220 90% 75% / 0%)
);
--gradient-30: radial-gradient(
circle at top right var(--space),
hsl(150 100% 50%),
hsl(150 100% 50% / 0%)
),
radial-gradient(
circle at bottom left var(--space),
hsl(150 100% 84%),
hsl(150 100% 84% / 0%)
);
}