Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f9d66c;
}
.color-3 {
color: #f4d69a;
}
.color-4 {
color: #baeee2;
}
.color-5 {
color: #80ceff;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f9d66c;
--color-3: #f4d69a;
--color-4: #baeee2;
--color-5: #80ceff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f9d66c, #f4d69a, #baeee2, #80ceff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f9d66c, #f4d69a, #baeee2, #80ceff);
}

Sunset Serenade color palette created on .