Paleta de colores Blushing Desert Sands

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blushing Desert Sands palette

Compartir esta paleta en:

CSS de la paleta de colores Blushing Desert Sands

/* CSS */
.color-1 {
color: #f2e2d4;
}
.color-2 {
color: #e0c6b2;
}
.color-3 {
color: #d0a39a;
}
.color-4 {
color: #c28680;
}
.color-5 {
color: #b0685e;
}

/* CSS Variables */
:root {
--color-1: #f2e2d4;
--color-2: #e0c6b2;
--color-3: #d0a39a;
--color-4: #c28680;
--color-5: #b0685e;
}

CSS del degradado de fondo Blushing Desert Sands

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e2d4, #e0c6b2, #d0a39a, #c28680, #b0685e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e2d4, #e0c6b2, #d0a39a, #c28680, #b0685e);
}

Blushing Desert Sands color palette created on .