Desert Mirage Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Desert Mirage palette

Condividi questa palette a:

tavolozza dei colori 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;
}

CSS con gradiente di sfondo Desert Mirage

/* 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 .