Whimsical Blossoms Color Palette
Discover the beautiful Whimsical Blossoms color palette featuring light wisteria (#d6a4e5), sidecar (#f2e5b1), light wisteria (#d5a2d7), maize (#f4c7a9) and bouquet (#b87fa4).
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: #d6a4e5;
}
.color-2 {
color: #f2e5b1;
}
.color-3 {
color: #d5a2d7;
}
.color-4 {
color: #f4c7a9;
}
.color-5 {
color: #b87fa4;
}
/* CSS Variables */
:root {
--color-1: #d6a4e5;
--color-2: #f2e5b1;
--color-3: #d5a2d7;
--color-4: #f4c7a9;
--color-5: #b87fa4;
} 🌈 Whimsical Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a4e5, #f2e5b1, #d5a2d7, #f4c7a9, #b87fa4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a4e5, #f2e5b1, #d5a2d7, #f4c7a9, #b87fa4);
} 🔗 Explore similar color palettes
Whimsical Blossoms color palette created on .