Enchanted Garden Color Palette

Discover the beautiful Enchanted Garden color palette featuring asparagus (#719c49), moody blue (#8779d2), bright gray (#373a49), summer green (#9fc1aa) and prelude (#d0c4e3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Purple, Gray, Lavender, Earthy, Soft, Vintage, Nature 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: #719c49;
}
.color-2 {
color: #8779d2;
}
.color-3 {
color: #373a49;
}
.color-4 {
color: #9fc1aa;
}
.color-5 {
color: #d0c4e3;
}

/* CSS Variables */
:root {
--color-1: #719c49;
--color-2: #8779d2;
--color-3: #373a49;
--color-4: #9fc1aa;
--color-5: #d0c4e3;
}

🌈 Enchanted Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #719c49, #8779d2, #373a49, #9fc1aa, #d0c4e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #719c49, #8779d2, #373a49, #9fc1aa, #d0c4e3);
}

Enchanted Garden color palette created on .