Enchanted Meadow Color Palette

Discover the beautiful Enchanted Meadow color palette featuring blue marguerite (#6a5bcd), fern (#5cb75c), fruit salad (#4d9d4d), yellow green (#b0e57b) and light wisteria (#d4a4da).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Green, Light, Purple, 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 Meadow palette

Share this palette to:

💻 Enchanted Meadow color palette CSS

/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #5cb75c;
}
.color-3 {
color: #4d9d4d;
}
.color-4 {
color: #b0e57b;
}
.color-5 {
color: #d4a4da;
}

/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #5cb75c;
--color-3: #4d9d4d;
--color-4: #b0e57b;
--color-5: #d4a4da;
}

🌈 Enchanted Meadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #5cb75c, #4d9d4d, #b0e57b, #d4a4da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #5cb75c, #4d9d4d, #b0e57b, #d4a4da);
}

Enchanted Meadow color palette created on .