Serendipity Spectrum カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serendipity Spectrum palette

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

Serendipity Spectrum カラーパレット CSS

/* CSS */
.color-1 {
color: #f5b2c3;
}
.color-2 {
color: #f9d6a4;
}
.color-3 {
color: #f9e89f;
}
.color-4 {
color: #b2d879;
}
.color-5 {
color: #6fa3d8;
}

/* CSS Variables */
:root {
--color-1: #f5b2c3;
--color-2: #f9d6a4;
--color-3: #f9e89f;
--color-4: #b2d879;
--color-5: #6fa3d8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2c3, #f9d6a4, #f9e89f, #b2d879, #6fa3d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2c3, #f9d6a4, #f9e89f, #b2d879, #6fa3d8);
}

Serendipity Spectrum color palette created on .