Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6c5c;
}
.color-2 {
color: #ff8a5c;
}
.color-3 {
color: #ffa85c;
}
.color-4 {
color: #ffde5c;
}
.color-5 {
color: #ffff70;
}

/* CSS Variables */
:root {
--color-1: #ff6c5c;
--color-2: #ff8a5c;
--color-3: #ffa85c;
--color-4: #ffde5c;
--color-5: #ffff70;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6c5c, #ff8a5c, #ffa85c, #ffde5c, #ffff70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6c5c, #ff8a5c, #ffa85c, #ffde5c, #ffff70);
}

Sunset Serenade color palette created on .