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: #f0a800;
}
.color-2 {
color: #e5e56c;
}
.color-3 {
color: #a3d68f;
}
.color-4 {
color: #4fa19f;
}
.color-5 {
color: #403f50;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #e5e56c;
--color-3: #a3d68f;
--color-4: #4fa19f;
--color-5: #403f50;
}

Golden Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #e5e56c, #a3d68f, #4fa19f, #403f50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #e5e56c, #a3d68f, #4fa19f, #403f50);
}

Golden Green color palette created on .