Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f57e00;
}
.color-3 {
color: #fa5c00;
}
.color-4 {
color: #f94824;
}
.color-5 {
color: #f14b59;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f57e00;
--color-3: #fa5c00;
--color-4: #f94824;
--color-5: #f14b59;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f57e00, #fa5c00, #f94824, #f14b59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f57e00, #fa5c00, #f94824, #f14b59);
}

Sunset Serenade color palette created on .