Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #f0624c;
}
.color-3 {
color: #f3a85e;
}
.color-4 {
color: #f5d69e;
}
.color-5 {
color: #4b8c9b;
}

/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f0624c;
--color-3: #f3a85e;
--color-4: #f5d69e;
--color-5: #4b8c9b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f0624c, #f3a85e, #f5d69e, #4b8c9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f0624c, #f3a85e, #f5d69e, #4b8c9b);
}

Sunset Serenade color palette created on .