Whispers of Blush Color Palette
Discover the beautiful Whispers of Blush color palette featuring beauty bush (#f4d6d2), rose fog (#e2b2b1), eunry (#d09c9a), old rose (#c57e7c) and matrix (#a84f4d).
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 Whispers of Blush palette
💻 Whispers of Blush color palette CSS
/* CSS */
.color-1 {
color: #f4d6d2;
}
.color-2 {
color: #e2b2b1;
}
.color-3 {
color: #d09c9a;
}
.color-4 {
color: #c57e7c;
}
.color-5 {
color: #a84f4d;
}
/* CSS Variables */
:root {
--color-1: #f4d6d2;
--color-2: #e2b2b1;
--color-3: #d09c9a;
--color-4: #c57e7c;
--color-5: #a84f4d;
} 🌈 Whispers of Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4d6d2, #e2b2b1, #d09c9a, #c57e7c, #a84f4d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4d6d2, #e2b2b1, #d09c9a, #c57e7c, #a84f4d);
} 🔗 Explore similar color palettes
Whispers of Blush color palette created on .