Green and Gold Adventure Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Green and Gold Adventure palette
Green and Gold Adventure color palette 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;
}
Green and Gold Adventure background gradient CSS
/* 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);
}
Similar color palettes
Green and Gold Adventure color palette created on .