Boxten the Music Box Color Palette

Discover the beautiful Boxten the Music Box color palette featuring peach schnapps (#ffe0d6), pastel pink (#ffcdd2), cotton candy (#febeda), pink lace (#fed0f9) and mauve (#eac3fe).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cream, Feminine, Light, Peach, Pink, 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: #ffe0d6;
}
.color-2 {
color: #ffcdd2;
}
.color-3 {
color: #febeda;
}
.color-4 {
color: #fed0f9;
}
.color-5 {
color: #eac3fe;
}

/* CSS Variables */
:root {
--color-1: #ffe0d6;
--color-2: #ffcdd2;
--color-3: #febeda;
--color-4: #fed0f9;
--color-5: #eac3fe;
}

🌈 Boxten the Music Box background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe0d6, #ffcdd2, #febeda, #fed0f9, #eac3fe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe0d6, #ffcdd2, #febeda, #fed0f9, #eac3fe);
}

Boxten the Music Box color palette created on .