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: #4a4b3a;
}
.color-2 {
color: #7b7b4c;
}
.color-3 {
color: #b1b74e;
}
.color-4 {
color: #f9e353;
}
.color-5 {
color: #d8bf9d;
}

/* CSS Variables */
:root {
--color-1: #4a4b3a;
--color-2: #7b7b4c;
--color-3: #b1b74e;
--color-4: #f9e353;
--color-5: #d8bf9d;
}

Shades of Olive background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4b3a, #7b7b4c, #b1b74e, #f9e353, #d8bf9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4b3a, #7b7b4c, #b1b74e, #f9e353, #d8bf9d);
}

Shades of Olive color palette created on .