Whimsical Ivy Blooms Color Palette
Discover the beautiful Whimsical Ivy Blooms color palette featuring caper (#d6e6a7), norway (#a9c4a1), azalea (#f4c3d6), rajah (#f9a46c) and cranberry (#e05c7d).
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 Ivy Blooms palette
💻 Whimsical Ivy Blooms color palette CSS
/* CSS */
.color-1 {
color: #d6e6a7;
}
.color-2 {
color: #a9c4a1;
}
.color-3 {
color: #f4c3d6;
}
.color-4 {
color: #f9a46c;
}
.color-5 {
color: #e05c7d;
}
/* CSS Variables */
:root {
--color-1: #d6e6a7;
--color-2: #a9c4a1;
--color-3: #f4c3d6;
--color-4: #f9a46c;
--color-5: #e05c7d;
} 🌈 Whimsical Ivy Blooms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6e6a7, #a9c4a1, #f4c3d6, #f9a46c, #e05c7d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6e6a7, #a9c4a1, #f4c3d6, #f9a46c, #e05c7d);
} 🔗 Explore similar color palettes
Whimsical Ivy Blooms color palette created on .