Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f3b13f;
}
.color-2 {
color: #f28d45;
}
.color-3 {
color: #f25a5c;
}
.color-4 {
color: #ee4f84;
}
.color-5 {
color: #ba5dbb;
}

/* CSS Variables */
:root {
--color-1: #f3b13f;
--color-2: #f28d45;
--color-3: #f25a5c;
--color-4: #ee4f84;
--color-5: #ba5dbb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b13f, #f28d45, #f25a5c, #ee4f84, #ba5dbb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b13f, #f28d45, #f25a5c, #ee4f84, #ba5dbb);
}

Sunset Serenade color palette created on .