Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #8eb3c2;
}
.color-2 {
color: #f3a14f;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #e57e6c;
}
.color-5 {
color: #e04f38;
}

/* CSS Variables */
:root {
--color-1: #8eb3c2;
--color-2: #f3a14f;
--color-3: #f1c84b;
--color-4: #e57e6c;
--color-5: #e04f38;
}

Sunset Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8eb3c2, #f3a14f, #f1c84b, #e57e6c, #e04f38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8eb3c2, #f3a14f, #f1c84b, #e57e6c, #e04f38);
}

Sunset Serenade color palette created on .