Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f08770;
}
.color-2 {
color: #f2b950;
}
.color-3 {
color: #f2d66e;
}
.color-4 {
color: #d6e5a4;
}
.color-5 {
color: #a2e2b0;
}

/* CSS Variables */
:root {
--color-1: #f08770;
--color-2: #f2b950;
--color-3: #f2d66e;
--color-4: #d6e5a4;
--color-5: #a2e2b0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f08770, #f2b950, #f2d66e, #d6e5a4, #a2e2b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f08770, #f2b950, #f2d66e, #d6e5a4, #a2e2b0);
}

Sunset Serenade color palette created on .