Paleta de colores Earthy Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Earthy Green palette
Imagen PNG de la paleta de colores Earthy Green
CSS de la paleta de colores Earthy Green
/* CSS */
.color-1 {
color: #878b41;
}
.color-2 {
color: #9a8e51;
}
.color-3 {
color: #b47646;
}
.color-4 {
color: #ac6539;
}
.color-5 {
color: #67351d;
}
/* CSS Variables */
:root {
--color-1: #878b41;
--color-2: #9a8e51;
--color-3: #b47646;
--color-4: #ac6539;
--color-5: #67351d;
}
CSS del degradado de fondo Earthy Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #878b41, #9a8e51, #b47646, #ac6539, #67351d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #878b41, #9a8e51, #b47646, #ac6539, #67351d);
}
Paletas de colores similares
Earthy Green color palette created on .