Desert Mirage カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Desert Mirage palette

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

Desert Mirage カラーパレット CSS

/* CSS */
.color-1 {
color: #d2c5b1;
}
.color-2 {
color: #beae93;
}
.color-3 {
color: #c9c69c;
}
.color-4 {
color: #a87c5d;
}
.color-5 {
color: #8c5b4f;
}

/* CSS Variables */
:root {
--color-1: #d2c5b1;
--color-2: #beae93;
--color-3: #c9c69c;
--color-4: #a87c5d;
--color-5: #8c5b4f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c5b1, #beae93, #c9c69c, #a87c5d, #8c5b4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c5b1, #beae93, #c9c69c, #a87c5d, #8c5b4f);
}

Desert Mirage color palette created on .