Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #c5b467;
}
.color-2 {
color: #cce1eb;
}
.color-3 {
color: #dca6a3;
}
.color-4 {
color: #f0d6da;
}
.color-5 {
color: #c59b67;
}

/* CSS Variables */
:root {
--color-1: #c5b467;
--color-2: #cce1eb;
--color-3: #dca6a3;
--color-4: #f0d6da;
--color-5: #c59b67;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5b467, #cce1eb, #dca6a3, #f0d6da, #c59b67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5b467, #cce1eb, #dca6a3, #f0d6da, #c59b67);
}

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

Sunset Serenade color palette created on .