Paleta de colores Forest Golds and Earthy Greens
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Forest Golds and Earthy Greens palette
CSS de la paleta de colores Forest Golds and Earthy Greens
/* CSS */
.color-1 {
color: #d9b568;
}
.color-2 {
color: #a57850;
}
.color-3 {
color: #387548;
}
.color-4 {
color: #725237;
}
.color-5 {
color: #27633a;
}
/* CSS Variables */
:root {
--color-1: #d9b568;
--color-2: #a57850;
--color-3: #387548;
--color-4: #725237;
--color-5: #27633a;
}
CSS del degradado de fondo Forest Golds and Earthy Greens
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b568, #a57850, #387548, #725237, #27633a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b568, #a57850, #387548, #725237, #27633a);
}
Paletas de colores similares
Forest Golds and Earthy Greens color palette created on .