Discover the beautiful Purple Erebos color palette featuring mulled wine (#4c3c5d), rum (#6a5e8d), mountbatten pink (#9c7c9b), lilac (#caaac7) and twilight (#e2c5e0).

Purple Erebos Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Purple Erebos palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Purple Erebos palette

Share this palette to:

💻 Purple Erebos color palette CSS

/* CSS */
.color-1 {
color: #4c3c5d;
}
.color-2 {
color: #6a5e8d;
}
.color-3 {
color: #9c7c9b;
}
.color-4 {
color: #caaac7;
}
.color-5 {
color: #e2c5e0;
}

/* CSS Variables */
:root {
--color-1: #4c3c5d;
--color-2: #6a5e8d;
--color-3: #9c7c9b;
--color-4: #caaac7;
--color-5: #e2c5e0;
}

🌈 Purple Erebos background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3c5d, #6a5e8d, #9c7c9b, #caaac7, #e2c5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3c5d, #6a5e8d, #9c7c9b, #caaac7, #e2c5e0);
}

Purple Erebos color palette created on .