Serenity in Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serenity in Shades palette

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

Serenity in Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ecf3e7;
}
.color-3 {
color: #dce7d5;
}
.color-4 {
color: #c2baa3;
}
.color-5 {
color: #708ba4;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ecf3e7;
--color-3: #dce7d5;
--color-4: #c2baa3;
--color-5: #708ba4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ecf3e7, #dce7d5, #c2baa3, #708ba4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ecf3e7, #dce7d5, #c2baa3, #708ba4);
}

Serenity in Shades color palette created on .