Desert Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Desert Sunset Serenade palette

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

Desert Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #efe4d7;
}
.color-2 {
color: #f6c4a7;
}
.color-3 {
color: #ebb08e;
}
.color-4 {
color: #d78a3c;
}
.color-5 {
color: #a65e2b;
}

/* CSS Variables */
:root {
--color-1: #efe4d7;
--color-2: #f6c4a7;
--color-3: #ebb08e;
--color-4: #d78a3c;
--color-5: #a65e2b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efe4d7, #f6c4a7, #ebb08e, #d78a3c, #a65e2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efe4d7, #f6c4a7, #ebb08e, #d78a3c, #a65e2b);
}

Desert Sunset Serenade color palette created on .