Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e4a6;
}
.color-2 {
color: #f3c5a0;
}
.color-3 {
color: #f5a89e;
}
.color-4 {
color: #e08c8a;
}
.color-5 {
color: #c56d99;
}

/* CSS Variables */
:root {
--color-1: #f7e4a6;
--color-2: #f3c5a0;
--color-3: #f5a89e;
--color-4: #e08c8a;
--color-5: #c56d99;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e4a6, #f3c5a0, #f5a89e, #e08c8a, #c56d99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e4a6, #f3c5a0, #f5a89e, #e08c8a, #c56d99);
}

Sunset Serenade color palette created on .