Banshee Color Palette

Discover the beautiful Banshee color palette featuring tuna (#363649), mulled wine (#5a4a64), rum (#856e8c), bouquet (#af8da0) and twine (#c69a58).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Dark, Deep, Earthy, Gray, Muted, Purple, Soft, Warm 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 Banshee palette

Share this palette to:

💻 Banshee color palette CSS

/* CSS */
.color-1 {
color: #363649;
}
.color-2 {
color: #5a4a64;
}
.color-3 {
color: #856e8c;
}
.color-4 {
color: #af8da0;
}
.color-5 {
color: #c69a58;
}

/* CSS Variables */
:root {
--color-1: #363649;
--color-2: #5a4a64;
--color-3: #856e8c;
--color-4: #af8da0;
--color-5: #c69a58;
}

🌈 Banshee background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #363649, #5a4a64, #856e8c, #af8da0, #c69a58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #363649, #5a4a64, #856e8c, #af8da0, #c69a58);
}

Banshee color palette created on .