Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #b01117;
}
.color-2 {
color: #f55f24;
}
.color-3 {
color: #f99f3e;
}
.color-4 {
color: #f9e158;
}
.color-5 {
color: #e1f5d1;
}

/* CSS Variables */
:root {
--color-1: #b01117;
--color-2: #f55f24;
--color-3: #f99f3e;
--color-4: #f9e158;
--color-5: #e1f5d1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b01117, #f55f24, #f99f3e, #f9e158, #e1f5d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b01117, #f55f24, #f99f3e, #f9e158, #e1f5d1);
}

Sunset Serenade color palette created on .