Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f9a824;
}
.color-2 {
color: #e06b4d;
}
.color-3 {
color: #a84d8d;
}
.color-4 {
color: #6c4fab;
}
.color-5 {
color: #4d76a3;
}

/* CSS Variables */
:root {
--color-1: #f9a824;
--color-2: #e06b4d;
--color-3: #a84d8d;
--color-4: #6c4fab;
--color-5: #4d76a3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a824, #e06b4d, #a84d8d, #6c4fab, #4d76a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a824, #e06b4d, #a84d8d, #6c4fab, #4d76a3);
}

Sunset Serenade color palette created on .