Boxten Dandy's World Color Palette

Discover the beautiful Boxten Dandy's World color palette featuring light wisteria (#d8b3e6), morning glory (#a7e2d5), new orleans (#f2d2a6), froly (#f68a7e) and vin rouge (#a33e55).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Fun, Pastel, Pink, Teal, Peach, Coral, Vibrant, Dandys World 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 Dandy's World palette

Share this palette to:

💻 Boxten Dandy's World color palette CSS

/* CSS */
.color-1 {
color: #d8b3e6;
}
.color-2 {
color: #a7e2d5;
}
.color-3 {
color: #f2d2a6;
}
.color-4 {
color: #f68a7e;
}
.color-5 {
color: #a33e55;
}

/* CSS Variables */
:root {
--color-1: #d8b3e6;
--color-2: #a7e2d5;
--color-3: #f2d2a6;
--color-4: #f68a7e;
--color-5: #a33e55;
}

🌈 Boxten Dandy's World background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b3e6, #a7e2d5, #f2d2a6, #f68a7e, #a33e55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b3e6, #a7e2d5, #f2d2a6, #f68a7e, #a33e55);
}

Boxten Dandy's World color palette created on .