Paleta de colores Warm Earthy Embrace
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Warm Earthy Embrace palette
CSS de la paleta de colores Warm Earthy Embrace
/* CSS */
.color-1 {
color: #e0cfcc;
}
.color-2 {
color: #cca9a8;
}
.color-3 {
color: #b0877d;
}
.color-4 {
color: #c2644c;
}
.color-5 {
color: #8b6555;
}
/* CSS Variables */
:root {
--color-1: #e0cfcc;
--color-2: #cca9a8;
--color-3: #b0877d;
--color-4: #c2644c;
--color-5: #8b6555;
}
CSS del degradado de fondo Warm Earthy Embrace
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0cfcc, #cca9a8, #b0877d, #c2644c, #8b6555);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0cfcc, #cca9a8, #b0877d, #c2644c, #8b6555);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 4 paletas de colores Blush
Warm Earthy Embrace color palette created on .