Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f9c99f;
}
.color-2 {
color: #f6a788;
}
.color-3 {
color: #f28f7d;
}
.color-4 {
color: #e66b5b;
}
.color-5 {
color: #d96c3a;
}

/* CSS Variables */
:root {
--color-1: #f9c99f;
--color-2: #f6a788;
--color-3: #f28f7d;
--color-4: #e66b5b;
--color-5: #d96c3a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c99f, #f6a788, #f28f7d, #e66b5b, #d96c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c99f, #f6a788, #f28f7d, #e66b5b, #d96c3a);
}

Sunset Serenade color palette created on .