Whimsical Blossoms Color Palette
Discover the beautiful Whimsical Blossoms color palette featuring beauty bush (#f2cad0), we peep (#f2cae5), light wisteria (#e0b2e1), we peep (#f2caf2) and lavender magenta (#f1a2e3).
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 Blossoms palette
💻 Whimsical Blossoms color palette CSS
/* CSS */
.color-1 {
color: #f2cad0;
}
.color-2 {
color: #f2cae5;
}
.color-3 {
color: #e0b2e1;
}
.color-4 {
color: #f2caf2;
}
.color-5 {
color: #f1a2e3;
}
/* CSS Variables */
:root {
--color-1: #f2cad0;
--color-2: #f2cae5;
--color-3: #e0b2e1;
--color-4: #f2caf2;
--color-5: #f1a2e3;
} 🌈 Whimsical Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2cad0, #f2cae5, #e0b2e1, #f2caf2, #f1a2e3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2cad0, #f2cae5, #e0b2e1, #f2caf2, #f1a2e3);
} 🔗 Explore similar color palettes
Whimsical Blossoms color palette created on .