Desert Rose Color Palette
Discover the beautiful Desert Rose color palette featuring my pink (#d28e8e), rose fog (#e4b4b4), azalea (#f7c5c5), chalky (#f0d09e) and whiskey (#d6aa6b).
Brightness
Saturation
Warmth
💡 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 palette
💻 Desert Rose color palette CSS
/* CSS */
.color-1 {
color: #d28e8e;
}
.color-2 {
color: #e4b4b4;
}
.color-3 {
color: #f7c5c5;
}
.color-4 {
color: #f0d09e;
}
.color-5 {
color: #d6aa6b;
}
/* CSS Variables */
:root {
--color-1: #d28e8e;
--color-2: #e4b4b4;
--color-3: #f7c5c5;
--color-4: #f0d09e;
--color-5: #d6aa6b;
} 🌈 Desert Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d28e8e, #e4b4b4, #f7c5c5, #f0d09e, #d6aa6b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d28e8e, #e4b4b4, #f7c5c5, #f0d09e, #d6aa6b);
} 🔗 Explore similar color palettes
Desert Rose color palette created on .