Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #f66060;
}
.color-3 {
color: #f6b8a2;
}
.color-4 {
color: #fdf068;
}
.color-5 {
color: #549118;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #f66060;
--color-3: #f6b8a2;
--color-4: #fdf068;
--color-5: #549118;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #f66060, #f6b8a2, #fdf068, #549118);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #f66060, #f6b8a2, #fdf068, #549118);
}

Sunset Serenade color palette created on .