Desert Bloom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Desert Bloom palette

Share this palette to:

Download Desert Bloom Color Palette (PNG)

Download desert bloom color palette PNG image (landscape)
Download desert bloom color palette PNG image (square)

Desert Bloom color palette CSS

/* CSS */
.color-1 {
color: #f0eadb;
}
.color-2 {
color: #76323e;
}
.color-3 {
color: #c87a5b;
}
.color-4 {
color: #c1b3bb;
}
.color-5 {
color: #d4bfaf;
}

/* CSS Variables */
:root {
--color-1: #f0eadb;
--color-2: #76323e;
--color-3: #c87a5b;
--color-4: #c1b3bb;
--color-5: #d4bfaf;
}

Desert Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0eadb, #76323e, #c87a5b, #c1b3bb, #d4bfaf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0eadb, #76323e, #c87a5b, #c1b3bb, #d4bfaf);
}

Desert Bloom color palette created on .