Enchanted Wonder Color Palette

Discover the beautiful Enchanted Wonder color palette featuring havelock blue (#6a9ae2), keppel (#3caf9e), cream can (#f6c25a), wewak (#f29b91) and mandy (#e05c74).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Cool, Garden, Peach, Spring, Tropical, 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 Enchanted Wonder palette

Share this palette to:

💻 Enchanted Wonder color palette CSS

/* CSS */
.color-1 {
color: #6a9ae2;
}
.color-2 {
color: #3caf9e;
}
.color-3 {
color: #f6c25a;
}
.color-4 {
color: #f29b91;
}
.color-5 {
color: #e05c74;
}

/* CSS Variables */
:root {
--color-1: #6a9ae2;
--color-2: #3caf9e;
--color-3: #f6c25a;
--color-4: #f29b91;
--color-5: #e05c74;
}

🌈 Enchanted Wonder background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a9ae2, #3caf9e, #f6c25a, #f29b91, #e05c74);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a9ae2, #3caf9e, #f6c25a, #f29b91, #e05c74);
}

Enchanted Wonder color palette created on .