Desert Rose Embrace Color Palette

Discover the beautiful Desert Rose Embrace color palette featuring rose bud (#f9aeae), wheat (#f4d3b4), mongoose (#baa58c), granite green (#8e8c7b) and fuscous gray (#5b5a4d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Beige, Soft, Autumn, Warm color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • Copy precise HEX codes and RGB values for your designs
  • Adjust its brightness, saturation, and warmth to create new variations
  • Preview UI components to see how colors work in real interfaces
  • Copy CSS code including background gradients and color variables
  • Download the palette
  • Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Desert Rose Embrace palette

Share this palette to:

💻 Desert Rose Embrace color palette CSS

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f4d3b4;
}
.color-3 {
color: #baa58c;
}
.color-4 {
color: #8e8c7b;
}
.color-5 {
color: #5b5a4d;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f4d3b4;
--color-3: #baa58c;
--color-4: #8e8c7b;
--color-5: #5b5a4d;
}

🌈 Desert Rose Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f4d3b4, #baa58c, #8e8c7b, #5b5a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f4d3b4, #baa58c, #8e8c7b, #5b5a4d);
}

Desert Rose Embrace color palette created on .