Desert Mirage カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Desert Mirage palette

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

Desert Mirage カラーパレット CSS

/* CSS */
.color-1 {
color: #8c7b6e;
}
.color-2 {
color: #c19b85;
}
.color-3 {
color: #e2d0c5;
}
.color-4 {
color: #f1e1d0;
}
.color-5 {
color: #c74938;
}

/* CSS Variables */
:root {
--color-1: #8c7b6e;
--color-2: #c19b85;
--color-3: #e2d0c5;
--color-4: #f1e1d0;
--color-5: #c74938;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c7b6e, #c19b85, #e2d0c5, #f1e1d0, #c74938);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c7b6e, #c19b85, #e2d0c5, #f1e1d0, #c74938);
}

Desert Mirage color palette created on .