Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #ff5e00;
}
.color-3 {
color: #ff2f00;
}
.color-4 {
color: #d60032;
}
.color-5 {
color: #a400b3;
}

/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ff5e00;
--color-3: #ff2f00;
--color-4: #d60032;
--color-5: #a400b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ff5e00, #ff2f00, #d60032, #a400b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ff5e00, #ff2f00, #d60032, #a400b3);
}

Sunset Serenade color palette created on .