Shades of Olive Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Olive palette

Share this palette to:

Shades of Olive color palette CSS

/* CSS */
.color-1 {
color: #b5b04f;
}
.color-2 {
color: #a59f2c;
}
.color-3 {
color: #d4ca59;
}
.color-4 {
color: #e7cf4b;
}
.color-5 {
color: #f0d86a;
}

/* CSS Variables */
:root {
--color-1: #b5b04f;
--color-2: #a59f2c;
--color-3: #d4ca59;
--color-4: #e7cf4b;
--color-5: #f0d86a;
}

Shades of Olive background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5b04f, #a59f2c, #d4ca59, #e7cf4b, #f0d86a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5b04f, #a59f2c, #d4ca59, #e7cf4b, #f0d86a);
}

Shades of Olive color palette created on .