Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f24202;
}
.color-2 {
color: #f4741f;
}
.color-3 {
color: #f4a143;
}
.color-4 {
color: #f4d15d;
}
.color-5 {
color: #e5f443;
}

/* CSS Variables */
:root {
--color-1: #f24202;
--color-2: #f4741f;
--color-3: #f4a143;
--color-4: #f4d15d;
--color-5: #e5f443;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f24202, #f4741f, #f4a143, #f4d15d, #e5f443);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f24202, #f4741f, #f4a143, #f4d15d, #e5f443);
}

Sunset Serenade color palette created on .