Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f03d3d;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #f2d86e;
}
.color-5 {
color: #b8e2e5;
}

/* CSS Variables */
:root {
--color-1: #f03d3d;
--color-2: #f47b1f;
--color-3: #f0a800;
--color-4: #f2d86e;
--color-5: #b8e2e5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f03d3d, #f47b1f, #f0a800, #f2d86e, #b8e2e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f03d3d, #f47b1f, #f0a800, #f2d86e, #b8e2e5);
}

Sunset Serenade color palette created on .