Pink Angelica Color Palette
Discover the beautiful Pink Angelica color palette featuring melanie (#e4b9e2), vanilla ice (#f0d5e7), prim (#f6e9f2), quarter spanish white (#f8f0e2) and azalea (#f3c3d8).
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 Pink Angelica palette
💻 Pink Angelica color palette CSS
/* CSS */
.color-1 {
color: #e4b9e2;
}
.color-2 {
color: #f0d5e7;
}
.color-3 {
color: #f6e9f2;
}
.color-4 {
color: #f8f0e2;
}
.color-5 {
color: #f3c3d8;
}
/* CSS Variables */
:root {
--color-1: #e4b9e2;
--color-2: #f0d5e7;
--color-3: #f6e9f2;
--color-4: #f8f0e2;
--color-5: #f3c3d8;
} 🌈 Pink Angelica background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b9e2, #f0d5e7, #f6e9f2, #f8f0e2, #f3c3d8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b9e2, #f0d5e7, #f6e9f2, #f8f0e2, #f3c3d8);
} 🔗 Explore similar color palettes
Pink Angelica color palette created on .