Enchanted Confectionery Color Palette

Discover the beautiful Enchanted Confectionery color palette featuring light wisteria (#d4a2e2), bouquet (#b06d9c), mandys pink (#f1c0b6), sandwisp (#f6e7ac) and tree poppy (#f7911d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pink, Bright, Spring, 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 Enchanted Confectionery palette

Share this palette to:

💻 Enchanted Confectionery color palette CSS

/* CSS */
.color-1 {
color: #d4a2e2;
}
.color-2 {
color: #b06d9c;
}
.color-3 {
color: #f1c0b6;
}
.color-4 {
color: #f6e7ac;
}
.color-5 {
color: #f7911d;
}

/* CSS Variables */
:root {
--color-1: #d4a2e2;
--color-2: #b06d9c;
--color-3: #f1c0b6;
--color-4: #f6e7ac;
--color-5: #f7911d;
}

🌈 Enchanted Confectionery background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a2e2, #b06d9c, #f1c0b6, #f6e7ac, #f7911d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a2e2, #b06d9c, #f1c0b6, #f6e7ac, #f7911d);
}

Enchanted Confectionery color palette created on .