Earthy Boho Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthy Boho palette

Share this palette to:

Download Earthy Boho Color Palette (PNG)

Download earthy boho color palette PNG image (landscape)
Download earthy boho color palette PNG image (square)

Earthy Boho color palette CSS

/* CSS */
.color-1 {
color: #a87d3e;
}
.color-2 {
color: #d4ba9b;
}
.color-3 {
color: #c6b19a;
}
.color-4 {
color: #8f6d4d;
}
.color-5 {
color: #4b3c2a;
}

/* CSS Variables */
:root {
--color-1: #a87d3e;
--color-2: #d4ba9b;
--color-3: #c6b19a;
--color-4: #8f6d4d;
--color-5: #4b3c2a;
}

Earthy Boho background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a87d3e, #d4ba9b, #c6b19a, #8f6d4d, #4b3c2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a87d3e, #d4ba9b, #c6b19a, #8f6d4d, #4b3c2a);
}

Earthy Boho color palette created on .