Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f6c80e;
}
.color-2 {
color: #faa200;
}
.color-3 {
color: #f57a00;
}
.color-4 {
color: #f54e00;
}
.color-5 {
color: #f03000;
}

/* CSS Variables */
:root {
--color-1: #f6c80e;
--color-2: #faa200;
--color-3: #f57a00;
--color-4: #f54e00;
--color-5: #f03000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c80e, #faa200, #f57a00, #f54e00, #f03000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c80e, #faa200, #f57a00, #f54e00, #f03000);
}

Sunset Serenade color palette created on .