Boho Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Boho palette

Share this palette to:

Download Boho Color Palette (PNG)

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

Boho color palette CSS

/* CSS */
.color-1 {
color: #daa78b;
}
.color-2 {
color: #e4c8a0;
}
.color-3 {
color: #f3e5b4;
}
.color-4 {
color: #f6baa2;
}
.color-5 {
color: #d57c9a;
}

/* CSS Variables */
:root {
--color-1: #daa78b;
--color-2: #e4c8a0;
--color-3: #f3e5b4;
--color-4: #f6baa2;
--color-5: #d57c9a;
}

Boho background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #daa78b, #e4c8a0, #f3e5b4, #f6baa2, #d57c9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #daa78b, #e4c8a0, #f3e5b4, #f6baa2, #d57c9a);
}

Boho color palette created on .