Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #ee9144;
}
.color-2 {
color: #efa862;
}
.color-3 {
color: #f0bd75;
}
.color-4 {
color: #f3d59b;
}
.color-5 {
color: #f4e1b8;
}

/* CSS Variables */
:root {
--color-1: #ee9144;
--color-2: #efa862;
--color-3: #f0bd75;
--color-4: #f3d59b;
--color-5: #f4e1b8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ee9144, #efa862, #f0bd75, #f3d59b, #f4e1b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ee9144, #efa862, #f0bd75, #f3d59b, #f4e1b8);
}

Sunset Serenade color palette created on .