Green and Gold Adventure Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Green and Gold Adventure palette
tavolozza dei colori Green and Gold Adventure CSS
/* 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 con gradiente di sfondo 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);
}
Tavolozze di colori simili
Green and Gold Adventure color palette created on .