Enchanted Garden Color Palette

Discover the beautiful Enchanted Garden color palette featuring butterfly bush (#584d9d), la palma (#17b029), amazon (#367c61), web orange (#f5a300) and bittersweet (#ff6e61).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Bright, Autumn, Vibrant, Modern 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 Garden palette

Share this palette to:

💻 Enchanted Garden color palette CSS

/* CSS */
.color-1 {
color: #584d9d;
}
.color-2 {
color: #17b029;
}
.color-3 {
color: #367c61;
}
.color-4 {
color: #f5a300;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #584d9d;
--color-2: #17b029;
--color-3: #367c61;
--color-4: #f5a300;
--color-5: #ff6e61;
}

🌈 Enchanted Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #584d9d, #17b029, #367c61, #f5a300, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #584d9d, #17b029, #367c61, #f5a300, #ff6e61);
}

Enchanted Garden color palette created on .