Dark Butterfly Color Palette

Discover the beautiful Dark Butterfly color palette featuring port gore (#1f1b3b), jacarta (#3e2960), affair (#704b91), strikemaster (#a65e9e) and melanie (#e6c6d4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Burgundy, Violet, Purple, Muted, Elegant, Spring, Flower, Night Sky 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 Dark Butterfly palette

Share this palette to:

💻 Dark Butterfly color palette CSS

/* CSS */
.color-1 {
color: #1f1b3b;
}
.color-2 {
color: #3e2960;
}
.color-3 {
color: #704b91;
}
.color-4 {
color: #a65e9e;
}
.color-5 {
color: #e6c6d4;
}

/* CSS Variables */
:root {
--color-1: #1f1b3b;
--color-2: #3e2960;
--color-3: #704b91;
--color-4: #a65e9e;
--color-5: #e6c6d4;
}

🌈 Dark Butterfly background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b3b, #3e2960, #704b91, #a65e9e, #e6c6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b3b, #3e2960, #704b91, #a65e9e, #e6c6d4);
}

Dark Butterfly color palette created on .