Boxten Purple Color Palette

Discover the beautiful Boxten Purple color palette featuring purple heart (#8224d6), fuchsia blue (#5d4ac4), minsk (#3d3181), amethyst (#855ecf) and lilac (#cea3cd).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Deep, Elegant, High Contrast, Lavender, Modern, Muted, Purple, Soft 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 Boxten Purple palette

Share this palette to:

💻 Boxten Purple color palette CSS

/* CSS */
.color-1 {
color: #8224d6;
}
.color-2 {
color: #5d4ac4;
}
.color-3 {
color: #3d3181;
}
.color-4 {
color: #855ecf;
}
.color-5 {
color: #cea3cd;
}

/* CSS Variables */
:root {
--color-1: #8224d6;
--color-2: #5d4ac4;
--color-3: #3d3181;
--color-4: #855ecf;
--color-5: #cea3cd;
}

🌈 Boxten Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8224d6, #5d4ac4, #3d3181, #855ecf, #cea3cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8224d6, #5d4ac4, #3d3181, #855ecf, #cea3cd);
}

Boxten Purple color palette created on .