Paleta de colores Forest Green and Gold
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Forest Green and Gold palette
CSS de la paleta de colores Forest Green and Gold
/* CSS */
.color-1 {
color: #1c3b2c;
}
.color-2 {
color: #4a7f2e;
}
.color-3 {
color: #a1c88d;
}
.color-4 {
color: #d9c46d;
}
.color-5 {
color: #a7692a;
}
/* CSS Variables */
:root {
--color-1: #1c3b2c;
--color-2: #4a7f2e;
--color-3: #a1c88d;
--color-4: #d9c46d;
--color-5: #a7692a;
}
CSS del degradado de fondo Forest Green and Gold
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3b2c, #4a7f2e, #a1c88d, #d9c46d, #a7692a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3b2c, #4a7f2e, #a1c88d, #d9c46d, #a7692a);
}
Paletas de colores similares
Forest Green and Gold color palette created on .