Serenity Skies カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serenity Skies palette

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

Serenity Skies カラーパレット CSS

/* CSS */
.color-1 {
color: #d5e0fb;
}
.color-2 {
color: #b1c6e7;
}
.color-3 {
color: #85a3d1;
}
.color-4 {
color: #5f8cb9;
}
.color-5 {
color: #3c6f9f;
}

/* CSS Variables */
:root {
--color-1: #d5e0fb;
--color-2: #b1c6e7;
--color-3: #85a3d1;
--color-4: #5f8cb9;
--color-5: #3c6f9f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5e0fb, #b1c6e7, #85a3d1, #5f8cb9, #3c6f9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5e0fb, #b1c6e7, #85a3d1, #5f8cb9, #3c6f9f);
}

Serenity Skies color palette created on .