Olive Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Olive Gold palette

Share this palette to:

Olive Gold color palette CSS

/* CSS */
.color-1 {
color: #d5c748;
}
.color-2 {
color: #b8a723;
}
.color-3 {
color: #8c7f1d;
}
.color-4 {
color: #5b6a10;
}
.color-5 {
color: #3c4e0e;
}

/* CSS Variables */
:root {
--color-1: #d5c748;
--color-2: #b8a723;
--color-3: #8c7f1d;
--color-4: #5b6a10;
--color-5: #3c4e0e;
}

Olive Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c748, #b8a723, #8c7f1d, #5b6a10, #3c4e0e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c748, #b8a723, #8c7f1d, #5b6a10, #3c4e0e);
}

Olive Gold color palette created on .