Desert Mirage カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Desert Mirage palette

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

Desert Mirage カラーパレット CSS

/* CSS */
.color-1 {
color: #f5e7a3;
}
.color-2 {
color: #e2c573;
}
.color-3 {
color: #d5a648;
}
.color-4 {
color: #c6903f;
}
.color-5 {
color: #a96f2d;
}

/* CSS Variables */
:root {
--color-1: #f5e7a3;
--color-2: #e2c573;
--color-3: #d5a648;
--color-4: #c6903f;
--color-5: #a96f2d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e7a3, #e2c573, #d5a648, #c6903f, #a96f2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e7a3, #e2c573, #d5a648, #c6903f, #a96f2d);
}

Desert Mirage color palette created on .