Paleta de colores Embrace of Earth
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Embrace of Earth palette
CSS de la paleta de colores Embrace of Earth
/* CSS */
.color-1 {
color: #f5d6c2;
}
.color-2 {
color: #e3b8a1;
}
.color-3 {
color: #d89d88;
}
.color-4 {
color: #c68a71;
}
.color-5 {
color: #b6795d;
}
/* CSS Variables */
:root {
--color-1: #f5d6c2;
--color-2: #e3b8a1;
--color-3: #d89d88;
--color-4: #c68a71;
--color-5: #b6795d;
}
CSS del degradado de fondo Embrace of Earth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d6c2, #e3b8a1, #d89d88, #c68a71, #b6795d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d6c2, #e3b8a1, #d89d88, #c68a71, #b6795d);
}
Paletas de colores similares
Embrace of Earth color palette created on .