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: #5c6f2f;
}
.color-2 {
color: #daa22b;
}
.color-3 {
color: #f7b32b;
}
.color-4 {
color: #f06090;
}
.color-5 {
color: #f85e2a;
}
/* CSS Variables */
:root {
--color-1: #5c6f2f;
--color-2: #daa22b;
--color-3: #f7b32b;
--color-4: #f06090;
--color-5: #f85e2a;
}
Golden Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c6f2f, #daa22b, #f7b32b, #f06090, #f85e2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c6f2f, #daa22b, #f7b32b, #f06090, #f85e2a);
}
Similar color palettes
Scroll down to explore 9 Aesthetic color palettes
Golden Green color palette created on .