Энни Color Palette

Discover the beautiful Энни color palette featuring wewak (#f1a7c5), azalea (#f1b1d2), we peep (#f0c6e2), moon raker (#e4b1f1) and light wisteria (#d3a3e0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Feminine, Lavender, Light, Magenta, Pink, Soft, Violet 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 Энни palette

Share this palette to:

💻 Энни color palette CSS

/* CSS */
.color-1 {
color: #f1a7c5;
}
.color-2 {
color: #f1b1d2;
}
.color-3 {
color: #f0c6e2;
}
.color-4 {
color: #e4b1f1;
}
.color-5 {
color: #d3a3e0;
}

/* CSS Variables */
:root {
--color-1: #f1a7c5;
--color-2: #f1b1d2;
--color-3: #f0c6e2;
--color-4: #e4b1f1;
--color-5: #d3a3e0;
}

🌈 Энни background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7c5, #f1b1d2, #f0c6e2, #e4b1f1, #d3a3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7c5, #f1b1d2, #f0c6e2, #e4b1f1, #d3a3e0);
}

Энни color palette created on .