Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #827559;
}
.color-2 {
color: #7b673d;
}
.color-3 {
color: #7a5a48;
}
.color-4 {
color: #6e4552;
}
.color-5 {
color: #5a395b;
}

/* CSS Variables */
:root {
--color-1: #827559;
--color-2: #7b673d;
--color-3: #7a5a48;
--color-4: #6e4552;
--color-5: #5a395b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #827559, #7b673d, #7a5a48, #6e4552, #5a395b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #827559, #7b673d, #7a5a48, #6e4552, #5a395b);
}

Sunset Serenade color palette created on .