Boxten the Music Box Color Palette

Discover the beautiful Boxten the Music Box color palette featuring light wisteria (#c6b0e3), cold purple (#9fa3df), moody blue (#6b7fd1), dodger blue (#3859ff) and lucky point (#1e2b76).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Box, Bright, Elegant, Fun, Music, Purple, Soft, Spring, Vibrant 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 the Music Box palette

Share this palette to:

💻 Boxten the Music Box color palette CSS

/* CSS */
.color-1 {
color: #c6b0e3;
}
.color-2 {
color: #9fa3df;
}
.color-3 {
color: #6b7fd1;
}
.color-4 {
color: #3859ff;
}
.color-5 {
color: #1e2b76;
}

/* CSS Variables */
:root {
--color-1: #c6b0e3;
--color-2: #9fa3df;
--color-3: #6b7fd1;
--color-4: #3859ff;
--color-5: #1e2b76;
}

🌈 Boxten the Music Box background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6b0e3, #9fa3df, #6b7fd1, #3859ff, #1e2b76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6b0e3, #9fa3df, #6b7fd1, #3859ff, #1e2b76);
}

Boxten the Music Box color palette created on .