Golden Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Green palette

Share this palette to:

Golden Green color palette CSS

/* CSS */
.color-1 {
color: #f79c40;
}
.color-2 {
color: #f2d64a;
}
.color-3 {
color: #e7e95d;
}
.color-4 {
color: #9fd85a;
}
.color-5 {
color: #4dc7a8;
}

/* CSS Variables */
:root {
--color-1: #f79c40;
--color-2: #f2d64a;
--color-3: #e7e95d;
--color-4: #9fd85a;
--color-5: #4dc7a8;
}

Golden Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f79c40, #f2d64a, #e7e95d, #9fd85a, #4dc7a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f79c40, #f2d64a, #e7e95d, #9fd85a, #4dc7a8);
}

Golden Green color palette created on .