Serenity in Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serenity in Shades palette

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

Serenity in Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #e2e5f3;
}
.color-2 {
color: #c7cae6;
}
.color-3 {
color: #a7b1d7;
}
.color-4 {
color: #8a9cd6;
}
.color-5 {
color: #6f88c3;
}

/* CSS Variables */
:root {
--color-1: #e2e5f3;
--color-2: #c7cae6;
--color-3: #a7b1d7;
--color-4: #8a9cd6;
--color-5: #6f88c3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2e5f3, #c7cae6, #a7b1d7, #8a9cd6, #6f88c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2e5f3, #c7cae6, #a7b1d7, #8a9cd6, #6f88c3);
}

Serenity in Shades color palette created on .