Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #fdf1e7;
}
.color-2 {
color: #f8d3a0;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f47b1f;
}
.color-5 {
color: #ea4f3e;
}

/* CSS Variables */
:root {
--color-1: #fdf1e7;
--color-2: #f8d3a0;
--color-3: #f6b83c;
--color-4: #f47b1f;
--color-5: #ea4f3e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdf1e7, #f8d3a0, #f6b83c, #f47b1f, #ea4f3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdf1e7, #f8d3a0, #f6b83c, #f47b1f, #ea4f3e);
}

Sunset Serenade color palette created on .