Serenity Spectrum カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serenity Spectrum palette

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

Serenity Spectrum カラーパレット CSS

/* CSS */
.color-1 {
color: #3b8fab;
}
.color-2 {
color: #4eb7b1;
}
.color-3 {
color: #7dd2e3;
}
.color-4 {
color: #a4c8df;
}
.color-5 {
color: #c0e4f2;
}

/* CSS Variables */
:root {
--color-1: #3b8fab;
--color-2: #4eb7b1;
--color-3: #7dd2e3;
--color-4: #a4c8df;
--color-5: #c0e4f2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8fab, #4eb7b1, #7dd2e3, #a4c8df, #c0e4f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8fab, #4eb7b1, #7dd2e3, #a4c8df, #c0e4f2);
}

Serenity Spectrum color palette created on .