Bunny Parfait Color Palette
Discover the beautiful Bunny Parfait color palette featuring cotton candy (#ffc2e1), cotton candy (#ffb3d1), pink salmon (#ff8abd), hot pink (#ff70a0) and wild strawberry (#ff478b).
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 Bunny Parfait palette
💻 Bunny Parfait color palette CSS
/* CSS */
.color-1 {
color: #ffc2e1;
}
.color-2 {
color: #ffb3d1;
}
.color-3 {
color: #ff8abd;
}
.color-4 {
color: #ff70a0;
}
.color-5 {
color: #ff478b;
}
/* CSS Variables */
:root {
--color-1: #ffc2e1;
--color-2: #ffb3d1;
--color-3: #ff8abd;
--color-4: #ff70a0;
--color-5: #ff478b;
} 🌈 Bunny Parfait background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2e1, #ffb3d1, #ff8abd, #ff70a0, #ff478b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2e1, #ffb3d1, #ff8abd, #ff70a0, #ff478b);
} 🔗 Explore similar color palettes
Bunny Parfait color palette created on .