Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f5c99e;
}
.color-2 {
color: #e8a34f;
}
.color-3 {
color: #d19b6b;
}
.color-4 {
color: #c76b99;
}
.color-5 {
color: #b0d89d;
}

/* CSS Variables */
:root {
--color-1: #f5c99e;
--color-2: #e8a34f;
--color-3: #d19b6b;
--color-4: #c76b99;
--color-5: #b0d89d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c99e, #e8a34f, #d19b6b, #c76b99, #b0d89d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c99e, #e8a34f, #d19b6b, #c76b99, #b0d89d);
}

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

Sunset Serenade color palette created on .