Elf Queen Color Palette

Discover the beautiful Elf Queen color palette featuring moss green (#a5d69e), double colonial white (#f0e4b2), prelude (#d3b7e1), lilac bush (#a07acd) and butterfly bush (#5f4b8b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cream, Enchanted, Feminine, Green, Magical, Pastel, Purple, Spring 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 Elf Queen palette

Share this palette to:

💻 Elf Queen color palette CSS

/* CSS */
.color-1 {
color: #a5d69e;
}
.color-2 {
color: #f0e4b2;
}
.color-3 {
color: #d3b7e1;
}
.color-4 {
color: #a07acd;
}
.color-5 {
color: #5f4b8b;
}

/* CSS Variables */
:root {
--color-1: #a5d69e;
--color-2: #f0e4b2;
--color-3: #d3b7e1;
--color-4: #a07acd;
--color-5: #5f4b8b;
}

🌈 Elf Queen background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5d69e, #f0e4b2, #d3b7e1, #a07acd, #5f4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5d69e, #f0e4b2, #d3b7e1, #a07acd, #5f4b8b);
}

Elf Queen color palette created on .