Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f12222;
}
.color-2 {
color: #f17822;
}
.color-3 {
color: #f1c122;
}
.color-4 {
color: #22f178;
}
.color-5 {
color: #22a2f1;
}

/* CSS Variables */
:root {
--color-1: #f12222;
--color-2: #f17822;
--color-3: #f1c122;
--color-4: #22f178;
--color-5: #22a2f1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f12222, #f17822, #f1c122, #22f178, #22a2f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f12222, #f17822, #f1c122, #22f178, #22a2f1);
}

Sunset Serenade color palette created on .