Blossom Whisper Color Palette
Discover the beautiful Blossom Whisper color palette featuring eggplant (#6a4d6a), bouquet (#a77b8e), careys pink (#d2a3b4), azalea (#f3c4d3) and we peep (#f9e1e5).
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 Whisper palette
💻 Blossom Whisper color palette CSS
/* CSS */
.color-1 {
color: #6a4d6a;
}
.color-2 {
color: #a77b8e;
}
.color-3 {
color: #d2a3b4;
}
.color-4 {
color: #f3c4d3;
}
.color-5 {
color: #f9e1e5;
}
/* CSS Variables */
:root {
--color-1: #6a4d6a;
--color-2: #a77b8e;
--color-3: #d2a3b4;
--color-4: #f3c4d3;
--color-5: #f9e1e5;
} 🌈 Blossom Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4d6a, #a77b8e, #d2a3b4, #f3c4d3, #f9e1e5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4d6a, #a77b8e, #d2a3b4, #f3c4d3, #f9e1e5);
} 🔗 Explore similar color palettes
Blossom Whisper color palette created on .