Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #ff5533;
}
.color-2 {
color: #ff9238;
}
.color-3 {
color: #ffd15c;
}
.color-4 {
color: #ffe680;
}
.color-5 {
color: #ffebb8;
}

/* CSS Variables */
:root {
--color-1: #ff5533;
--color-2: #ff9238;
--color-3: #ffd15c;
--color-4: #ffe680;
--color-5: #ffebb8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5533, #ff9238, #ffd15c, #ffe680, #ffebb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5533, #ff9238, #ffd15c, #ffe680, #ffebb8);
}

Sunset Serenade color palette created on .