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: #f1c84b;
}
.color-3 {
color: #e4d5a5;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #6fbe8c;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f1c84b;
--color-3: #e4d5a5;
--color-4: #a3d55d;
--color-5: #6fbe8c;
}

Golden Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f1c84b, #e4d5a5, #a3d55d, #6fbe8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f1c84b, #e4d5a5, #a3d55d, #6fbe8c);
}

Golden Green color palette created on .