Eleanor Color Palette

Discover the beautiful Eleanor color palette featuring melanie (#e6b7d7), light orchid (#d48cc6), purple mountain's majesty (#a680c2), trendy pink (#895ea1) and gigas (#5a3e8e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Lavender, Lilac, Magenta, Pink, Purple, Soft 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 Eleanor palette

Share this palette to:

💻 Eleanor color palette CSS

/* CSS */
.color-1 {
color: #e6b7d7;
}
.color-2 {
color: #d48cc6;
}
.color-3 {
color: #a680c2;
}
.color-4 {
color: #895ea1;
}
.color-5 {
color: #5a3e8e;
}

/* CSS Variables */
:root {
--color-1: #e6b7d7;
--color-2: #d48cc6;
--color-3: #a680c2;
--color-4: #895ea1;
--color-5: #5a3e8e;
}

🌈 Eleanor background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b7d7, #d48cc6, #a680c2, #895ea1, #5a3e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b7d7, #d48cc6, #a680c2, #895ea1, #5a3e8e);
}

Eleanor color palette created on .