Green and Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green and Gold palette

Share this palette to:

Green and Gold color palette CSS

/* CSS */
.color-1 {
color: #4c8b3c;
}
.color-2 {
color: #7ec4a3;
}
.color-3 {
color: #a2d2d2;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #e53a2e;
}

/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #7ec4a3;
--color-3: #a2d2d2;
--color-4: #f0a800;
--color-5: #e53a2e;
}

Green and Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #7ec4a3, #a2d2d2, #f0a800, #e53a2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #7ec4a3, #a2d2d2, #f0a800, #e53a2e);
}

Green and Gold color palette created on .