Blossom Whimsy Color Palette
Discover the beautiful Blossom Whimsy color palette featuring strikemaster (#9b699b), bouquet (#b98db4), light orchid (#e3b0d4), chantilly (#f9c3e8) and carnation pink (#ff99c9).
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 Whimsy palette
💻 Blossom Whimsy color palette CSS
/* CSS */
.color-1 {
color: #9b699b;
}
.color-2 {
color: #b98db4;
}
.color-3 {
color: #e3b0d4;
}
.color-4 {
color: #f9c3e8;
}
.color-5 {
color: #ff99c9;
}
/* CSS Variables */
:root {
--color-1: #9b699b;
--color-2: #b98db4;
--color-3: #e3b0d4;
--color-4: #f9c3e8;
--color-5: #ff99c9;
} 🌈 Blossom Whimsy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b699b, #b98db4, #e3b0d4, #f9c3e8, #ff99c9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b699b, #b98db4, #e3b0d4, #f9c3e8, #ff99c9);
} 🔗 Explore similar color palettes
Blossom Whimsy color palette created on .