Bunny Color Palette

Discover the beautiful Bunny color palette featuring melanie (#e5c2d4), wewak (#f2a1b0), froly (#ef7b90), mandy (#e55d7f) and brick red (#d03e59).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Bunny, Fun, Light, Pink, Soft, Spring color palettes and combinations.

💡 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 palette

Share this palette to:

💻 Bunny color palette CSS

/* CSS */
.color-1 {
color: #e5c2d4;
}
.color-2 {
color: #f2a1b0;
}
.color-3 {
color: #ef7b90;
}
.color-4 {
color: #e55d7f;
}
.color-5 {
color: #d03e59;
}

/* CSS Variables */
:root {
--color-1: #e5c2d4;
--color-2: #f2a1b0;
--color-3: #ef7b90;
--color-4: #e55d7f;
--color-5: #d03e59;
}

🌈 Bunny background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5c2d4, #f2a1b0, #ef7b90, #e55d7f, #d03e59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5c2d4, #f2a1b0, #ef7b90, #e55d7f, #d03e59);
}

Bunny color palette created on .