Green Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Gold palette

Share this palette to:

Green Gold color palette CSS

/* CSS */
.color-1 {
color: #00a86b;
}
.color-2 {
color: #1f3a3d;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ff6a00;
}
.color-5 {
color: #121212;
}

/* CSS Variables */
:root {
--color-1: #00a86b;
--color-2: #1f3a3d;
--color-3: #ffd900;
--color-4: #ff6a00;
--color-5: #121212;
}

Green Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a86b, #1f3a3d, #ffd900, #ff6a00, #121212);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a86b, #1f3a3d, #ffd900, #ff6a00, #121212);
}

Green Gold color palette created on .