Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #ff662e;
}
.color-2 {
color: #ffb224;
}
.color-3 {
color: #ffbb00;
}
.color-4 {
color: #8eb181;
}
.color-5 {
color: #744a8c;
}

/* CSS Variables */
:root {
--color-1: #ff662e;
--color-2: #ffb224;
--color-3: #ffbb00;
--color-4: #8eb181;
--color-5: #744a8c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff662e, #ffb224, #ffbb00, #8eb181, #744a8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff662e, #ffb224, #ffbb00, #8eb181, #744a8c);
}

Sunset Serenade color palette created on .