Desert Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Desert Blossom palette

Share this palette to:

Desert Blossom color palette CSS

/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffeb8a;
}
.color-4 {
color: #6ebf8c;
}
.color-5 {
color: #3cb472;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffb84d;
--color-3: #ffeb8a;
--color-4: #6ebf8c;
--color-5: #3cb472;
}

Desert Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffb84d, #ffeb8a, #6ebf8c, #3cb472);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffb84d, #ffeb8a, #6ebf8c, #3cb472);
}

Desert Blossom color palette created on .