Anya Color Palette
Discover the beautiful Anya color palette featuring azalea (#f7cbca), bittersweet (#ff6e61), link water (#cfe7f2), summer green (#91b6a6) and sidecar (#f6e7c1).
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: #f7cbca;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #cfe7f2;
}
.color-4 {
color: #91b6a6;
}
.color-5 {
color: #f6e7c1;
}
/* CSS Variables */
:root {
--color-1: #f7cbca;
--color-2: #ff6e61;
--color-3: #cfe7f2;
--color-4: #91b6a6;
--color-5: #f6e7c1;
} 🌈 Anya background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7cbca, #ff6e61, #cfe7f2, #91b6a6, #f6e7c1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7cbca, #ff6e61, #cfe7f2, #91b6a6, #f6e7c1);
} 🔗 Explore similar color palettes
Anya color palette created on .