Whimsical Serenity Spectrum カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Serenity Spectrum palette

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

Whimsical Serenity Spectrum カラーパレット CSS

/* CSS */
.color-1 {
color: #f4f2f7;
}
.color-2 {
color: #a1e3e8;
}
.color-3 {
color: #e2a7be;
}
.color-4 {
color: #62b9f4;
}
.color-5 {
color: #31a4fc;
}

/* CSS Variables */
:root {
--color-1: #f4f2f7;
--color-2: #a1e3e8;
--color-3: #e2a7be;
--color-4: #62b9f4;
--color-5: #31a4fc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4f2f7, #a1e3e8, #e2a7be, #62b9f4, #31a4fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4f2f7, #a1e3e8, #e2a7be, #62b9f4, #31a4fc);
}

Whimsical Serenity Spectrum color palette created on .