Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b248;
}
.color-2 {
color: #f6a798;
}
.color-3 {
color: #e1695b;
}
.color-4 {
color: #d25b8b;
}
.color-5 {
color: #a64ea5;
}

/* CSS Variables */
:root {
--color-1: #f9b248;
--color-2: #f6a798;
--color-3: #e1695b;
--color-4: #d25b8b;
--color-5: #a64ea5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b248, #f6a798, #e1695b, #d25b8b, #a64ea5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b248, #f6a798, #e1695b, #d25b8b, #a64ea5);
}

Sunset Serenade color palette created on .