Olive Beige Tones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Olive Beige Tones palette

Share this palette to:

Olive Beige Tones color palette CSS

/* CSS */
.color-1 {
color: #b3cfa5;
}
.color-2 {
color: #e2d1b6;
}
.color-3 {
color: #6b6b6b;
}
.color-4 {
color: #a64e4e;
}
.color-5 {
color: #5f4b3a;
}

/* CSS Variables */
:root {
--color-1: #b3cfa5;
--color-2: #e2d1b6;
--color-3: #6b6b6b;
--color-4: #a64e4e;
--color-5: #5f4b3a;
}

Olive Beige Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3cfa5, #e2d1b6, #6b6b6b, #a64e4e, #5f4b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3cfa5, #e2d1b6, #6b6b6b, #a64e4e, #5f4b3a);
}

Olive Beige Tones color palette created on .