Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb861;
}
.color-2 {
color: #ff8052;
}
.color-3 {
color: #ff4d4d;
}
.color-4 {
color: #ff7092;
}
.color-5 {
color: #ff2e62;
}

/* CSS Variables */
:root {
--color-1: #ffb861;
--color-2: #ff8052;
--color-3: #ff4d4d;
--color-4: #ff7092;
--color-5: #ff2e62;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb861, #ff8052, #ff4d4d, #ff7092, #ff2e62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb861, #ff8052, #ff4d4d, #ff7092, #ff2e62);
}

Sunset Serenade color palette created on .