Whimsical Bloom Color Palette
Discover the beautiful Whimsical Bloom color palette featuring deco (#b7d99b), prelude (#d5c2ea), grain brown (#e3d2b5), sandy brown (#f5a76b) and spring rain (#a2c8a2).
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 Whimsical Bloom palette
💻 Whimsical Bloom color palette CSS
/* CSS */
.color-1 {
color: #b7d99b;
}
.color-2 {
color: #d5c2ea;
}
.color-3 {
color: #e3d2b5;
}
.color-4 {
color: #f5a76b;
}
.color-5 {
color: #a2c8a2;
}
/* CSS Variables */
:root {
--color-1: #b7d99b;
--color-2: #d5c2ea;
--color-3: #e3d2b5;
--color-4: #f5a76b;
--color-5: #a2c8a2;
} 🌈 Whimsical Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7d99b, #d5c2ea, #e3d2b5, #f5a76b, #a2c8a2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7d99b, #d5c2ea, #e3d2b5, #f5a76b, #a2c8a2);
} 🔗 Explore similar color palettes
Whimsical Bloom color palette created on .