Golden Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Green palette
Golden Green color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #f9e3b4;
}
.color-4 {
color: #43b68c;
}
.color-5 {
color: #3b8bba;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f9c54e;
--color-3: #f9e3b4;
--color-4: #43b68c;
--color-5: #3b8bba;
}
Golden Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f9c54e, #f9e3b4, #43b68c, #3b8bba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f9c54e, #f9e3b4, #43b68c, #3b8bba);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Golden Green color palette created on .