Butterfly Bliss Color Palette

Discover the beautiful Butterfly Bliss color palette featuring butterfly bush (#614d99), kimberly (#7c70a4), london hue (#afa2c3), london hue (#d4b3d5) and wewak (#efa4b5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Lavender, Pink, Bright, Violet, Soft, Aesthetic, Light 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 Butterfly Bliss palette

Share this palette to:

💻 Butterfly Bliss color palette CSS

/* CSS */
.color-1 {
color: #614d99;
}
.color-2 {
color: #7c70a4;
}
.color-3 {
color: #afa2c3;
}
.color-4 {
color: #d4b3d5;
}
.color-5 {
color: #efa4b5;
}

/* CSS Variables */
:root {
--color-1: #614d99;
--color-2: #7c70a4;
--color-3: #afa2c3;
--color-4: #d4b3d5;
--color-5: #efa4b5;
}

🌈 Butterfly Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #614d99, #7c70a4, #afa2c3, #d4b3d5, #efa4b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #614d99, #7c70a4, #afa2c3, #d4b3d5, #efa4b5);
}

Butterfly Bliss color palette created on .