Whispers of Blush Color Palette
Discover the beautiful Whispers of Blush color palette featuring we peep (#f8e2ee), viola (#c785ae), tapestry (#ae5c9c), tapestry (#9b518f) and cannon pink (#924686).
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: #f8e2ee;
}
.color-2 {
color: #c785ae;
}
.color-3 {
color: #ae5c9c;
}
.color-4 {
color: #9b518f;
}
.color-5 {
color: #924686;
}
/* CSS Variables */
:root {
--color-1: #f8e2ee;
--color-2: #c785ae;
--color-3: #ae5c9c;
--color-4: #9b518f;
--color-5: #924686;
} 🌈 Whispers of Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2ee, #c785ae, #ae5c9c, #9b518f, #924686);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2ee, #c785ae, #ae5c9c, #9b518f, #924686);
} 🔗 Explore similar color palettes
Whispers of Blush color palette created on .