Paleta de colores Desert Mirage

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Desert Mirage palette

Compartir esta paleta en:

CSS de la paleta de colores Desert Mirage

/* 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 del degradado de fondo 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 .