Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f9f0e1;
}
.color-2 {
color: #f77a36;
}
.color-3 {
color: #604c06;
}
.color-4 {
color: #322050;
}
.color-5 {
color: #231537;
}

/* CSS Variables */
:root {
--color-1: #f9f0e1;
--color-2: #f77a36;
--color-3: #604c06;
--color-4: #322050;
--color-5: #231537;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f0e1, #f77a36, #604c06, #322050, #231537);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f0e1, #f77a36, #604c06, #322050, #231537);
}

Sunset Serenade color palette created on .