Discover the beautiful Enchanted Grove color palette featuring gum leaf (#a9d6bb), pot pourri (#f0e3d6), eunry (#d3af9c), london hue (#b99bbb) and affair (#7b4b8b).

Enchanted Grove Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Enchanted Grove palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Enchanted Grove palette

Share this palette to:

💻 Enchanted Grove color palette CSS

/* CSS */
.color-1 {
color: #a9d6bb;
}
.color-2 {
color: #f0e3d6;
}
.color-3 {
color: #d3af9c;
}
.color-4 {
color: #b99bbb;
}
.color-5 {
color: #7b4b8b;
}

/* CSS Variables */
:root {
--color-1: #a9d6bb;
--color-2: #f0e3d6;
--color-3: #d3af9c;
--color-4: #b99bbb;
--color-5: #7b4b8b;
}

🌈 Enchanted Grove background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6bb, #f0e3d6, #d3af9c, #b99bbb, #7b4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6bb, #f0e3d6, #d3af9c, #b99bbb, #7b4b8b);
}

Enchanted Grove color palette created on .