Anya Color Palette
Discover the beautiful Anya color palette featuring azalea (#f6c1d0), illusion (#f7a1b1), persian pink (#f773a6), charm (#d86f94) and tapestry (#a95b79).
Brightness
Saturation
Warmth
💡 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 Anya palette
💻 Anya color palette CSS
/* CSS */
.color-1 {
color: #f6c1d0;
}
.color-2 {
color: #f7a1b1;
}
.color-3 {
color: #f773a6;
}
.color-4 {
color: #d86f94;
}
.color-5 {
color: #a95b79;
}
/* CSS Variables */
:root {
--color-1: #f6c1d0;
--color-2: #f7a1b1;
--color-3: #f773a6;
--color-4: #d86f94;
--color-5: #a95b79;
} 🌈 Anya background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c1d0, #f7a1b1, #f773a6, #d86f94, #a95b79);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c1d0, #f7a1b1, #f773a6, #d86f94, #a95b79);
} 🔗 Explore similar color palettes
Anya color palette created on .