Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a400;
}
.color-2 {
color: #f8c572;
}
.color-3 {
color: #f1e1a7;
}
.color-4 {
color: #a4d869;
}
.color-5 {
color: #6da9ee;
}

/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #f8c572;
--color-3: #f1e1a7;
--color-4: #a4d869;
--color-5: #6da9ee;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #f8c572, #f1e1a7, #a4d869, #6da9ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #f8c572, #f1e1a7, #a4d869, #6da9ee);
}

Sunset Serenade color palette created on .