Blossom Whispers Color Palette
Discover the beautiful Blossom Whispers color palette featuring mandys pink (#f6c5b6), wewak (#f2a6b1), turkish rose (#bc7b9e), affair (#7f4d8f) and eminence (#5b2b78).
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 Blossom Whispers palette
💻 Blossom Whispers color palette CSS
/* CSS */
.color-1 {
color: #f6c5b6;
}
.color-2 {
color: #f2a6b1;
}
.color-3 {
color: #bc7b9e;
}
.color-4 {
color: #7f4d8f;
}
.color-5 {
color: #5b2b78;
}
/* CSS Variables */
:root {
--color-1: #f6c5b6;
--color-2: #f2a6b1;
--color-3: #bc7b9e;
--color-4: #7f4d8f;
--color-5: #5b2b78;
} 🌈 Blossom Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c5b6, #f2a6b1, #bc7b9e, #7f4d8f, #5b2b78);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c5b6, #f2a6b1, #bc7b9e, #7f4d8f, #5b2b78);
} 🔗 Explore similar color palettes
Blossom Whispers color palette created on .