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