Whimsical Blossoms Color Palette
Discover the beautiful Whimsical Blossoms color palette featuring affair (#8f4c9a), bouquet (#a66e9c), lilac (#c8a2c8), beauty bush (#efb3ba) and navajo white (#ffdaa3).
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: #8f4c9a;
}
.color-2 {
color: #a66e9c;
}
.color-3 {
color: #c8a2c8;
}
.color-4 {
color: #efb3ba;
}
.color-5 {
color: #ffdaa3;
}
/* CSS Variables */
:root {
--color-1: #8f4c9a;
--color-2: #a66e9c;
--color-3: #c8a2c8;
--color-4: #efb3ba;
--color-5: #ffdaa3;
}
🌈 Whimsical Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f4c9a, #a66e9c, #c8a2c8, #efb3ba, #ffdaa3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f4c9a, #a66e9c, #c8a2c8, #efb3ba, #ffdaa3);
}
🔗 Explore similar color palettes
Whimsical Blossoms color palette created on .