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