Serendipity Spectrum カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serendipity Spectrum palette

このパレットを共有する先:

Serendipity Spectrum カラーパレット CSS

/* CSS */
.color-1 {
color: #4a8b3c;
}
.color-2 {
color: #6ecf7b;
}
.color-3 {
color: #98e29f;
}
.color-4 {
color: #f3f16d;
}
.color-5 {
color: #fab700;
}

/* CSS Variables */
:root {
--color-1: #4a8b3c;
--color-2: #6ecf7b;
--color-3: #98e29f;
--color-4: #f3f16d;
--color-5: #fab700;
}

Serendipity Spectrum の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a8b3c, #6ecf7b, #98e29f, #f3f16d, #fab700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a8b3c, #6ecf7b, #98e29f, #f3f16d, #fab700);
}

Serendipity Spectrum color palette created on .