Earthy Boho Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthy Boho palette

Share this palette to:

Earthy Boho color palette CSS

/* CSS */
.color-1 {
color: #735a45;
}
.color-2 {
color: #af9779;
}
.color-3 {
color: #a59078;
}
.color-4 {
color: #74573e;
}
.color-5 {
color: #3f3022;
}

/* CSS Variables */
:root {
--color-1: #735a45;
--color-2: #af9779;
--color-3: #a59078;
--color-4: #74573e;
--color-5: #3f3022;
}

Earthy Boho background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #735a45, #af9779, #a59078, #74573e, #3f3022);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #735a45, #af9779, #a59078, #74573e, #3f3022);
}

Earthy Boho color palette created on .