Elegant Unicorn Color Palette

Discover the beautiful Elegant Unicorn color palette featuring moon raker (#e7d6f5), light wisteria (#c7a1d9), east side (#a77ccb), azalea (#f4c3e4) and cupid (#f9b8e8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withElegant, Fashion, Pink, Purple, Soft, Spring, Unicorn, 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 Elegant Unicorn palette

Share this palette to:

💻 Elegant Unicorn color palette CSS

/* CSS */
.color-1 {
color: #e7d6f5;
}
.color-2 {
color: #c7a1d9;
}
.color-3 {
color: #a77ccb;
}
.color-4 {
color: #f4c3e4;
}
.color-5 {
color: #f9b8e8;
}

/* CSS Variables */
:root {
--color-1: #e7d6f5;
--color-2: #c7a1d9;
--color-3: #a77ccb;
--color-4: #f4c3e4;
--color-5: #f9b8e8;
}

🌈 Elegant Unicorn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7d6f5, #c7a1d9, #a77ccb, #f4c3e4, #f9b8e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7d6f5, #c7a1d9, #a77ccb, #f4c3e4, #f9b8e8);
}

Elegant Unicorn color palette created on .