Blush and Earthtones Color Palette
Discover the beautiful Blush and Earthtones color palette featuring white linen (#f5e6db), indian khaki (#c2b38e), donkey brown (#a68f7d), white (#ffffff) and bittersweet (#ff6e61).
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 Blush and Earthtones palette
💻 Blush and Earthtones color palette CSS
/* CSS */
.color-1 {
color: #f5e6db;
}
.color-2 {
color: #c2b38e;
}
.color-3 {
color: #a68f7d;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #f5e6db;
--color-2: #c2b38e;
--color-3: #a68f7d;
--color-4: #ffffff;
--color-5: #ff6e61;
} 🌈 Blush and Earthtones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e6db, #c2b38e, #a68f7d, #ffffff, #ff6e61);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e6db, #c2b38e, #a68f7d, #ffffff, #ff6e61);
} 🔗 Explore similar color palettes
Blush and Earthtones color palette created on .