Whimsical Blossom Garden Color Palette
Discover the beautiful Whimsical Blossom Garden color palette featuring cotton candy (#ffb3e5), bittersweet (#ff6e61), amber (#ffc300), wisteria (#9b58b6) and shamrock (#2ecc70).
Brightness
Saturation
Warmth
Refine
💡 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 Blossom Garden palette
💻 Whimsical Blossom Garden color palette CSS
/* CSS */
.color-1 {
color: #ffb3e5;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffc300;
}
.color-4 {
color: #9b58b6;
}
.color-5 {
color: #2ecc70;
}
/* CSS Variables */
:root {
--color-1: #ffb3e5;
--color-2: #ff6e61;
--color-3: #ffc300;
--color-4: #9b58b6;
--color-5: #2ecc70;
} 🌈 Whimsical Blossom Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3e5, #ff6e61, #ffc300, #9b58b6, #2ecc70);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3e5, #ff6e61, #ffc300, #9b58b6, #2ecc70);
} 🔗 Explore similar color palettes
Whimsical Blossom Garden color palette created on .