Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f9c5ae;
}
.color-2 {
color: #f29d9c;
}
.color-3 {
color: #f27d5a;
}
.color-4 {
color: #f2d140;
}
.color-5 {
color: #f2e2b0;
}

/* CSS Variables */
:root {
--color-1: #f9c5ae;
--color-2: #f29d9c;
--color-3: #f27d5a;
--color-4: #f2d140;
--color-5: #f2e2b0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c5ae, #f29d9c, #f27d5a, #f2d140, #f2e2b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c5ae, #f29d9c, #f27d5a, #f2d140, #f2e2b0);
}

似たようなカラーパレット

Sunset Serenade color palette created on .