Shades of Green and Gold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Green and Gold palette
Shades of Green and Gold color palette CSS
/* CSS */
.color-1 {
color: #5c9d69;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #f4e39f;
}
.color-4 {
color: #e1b44c;
}
.color-5 {
color: #d76b3c;
}
/* CSS Variables */
:root {
--color-1: #5c9d69;
--color-2: #a3d55d;
--color-3: #f4e39f;
--color-4: #e1b44c;
--color-5: #d76b3c;
}
Shades of Green and Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c9d69, #a3d55d, #f4e39f, #e1b44c, #d76b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c9d69, #a3d55d, #f4e39f, #e1b44c, #d76b3c);
}
Similar color palettes
Shades of Green and Gold color palette created on .