Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f5d45b;
}
.color-3 {
color: #f9e4a9;
}
.color-4 {
color: #fdd7ba;
}
.color-5 {
color: #ef796c;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f5d45b;
--color-3: #f9e4a9;
--color-4: #fdd7ba;
--color-5: #ef796c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f5d45b, #f9e4a9, #fdd7ba, #ef796c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f5d45b, #f9e4a9, #fdd7ba, #ef796c);
}

Sunset Serenade color palette created on .