Whispers of Blush Color Palette
Discover the beautiful Whispers of Blush color palette featuring wheat (#f7c8b5), wewak (#f2a1a1), froly (#f07a7a), mandy (#e1566d) and mojo (#c24a3d).
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: #f7c8b5;
}
.color-2 {
color: #f2a1a1;
}
.color-3 {
color: #f07a7a;
}
.color-4 {
color: #e1566d;
}
.color-5 {
color: #c24a3d;
}
/* CSS Variables */
:root {
--color-1: #f7c8b5;
--color-2: #f2a1a1;
--color-3: #f07a7a;
--color-4: #e1566d;
--color-5: #c24a3d;
} 🌈 Whispers of Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c8b5, #f2a1a1, #f07a7a, #e1566d, #c24a3d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c8b5, #f2a1a1, #f07a7a, #e1566d, #c24a3d);
} 🔗 Explore similar color palettes
Whispers of Blush color palette created on .