Angel Dust Color Palette
Discover the beautiful Angel Dust color palette featuring azalea (#f3c4ce), azalea (#f1b1d1), mauvelous (#f07fb0), charm (#d16691) and blush (#c24c6e).
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 Angel Dust palette
💻 Angel Dust color palette CSS
/* CSS */
.color-1 {
color: #f3c4ce;
}
.color-2 {
color: #f1b1d1;
}
.color-3 {
color: #f07fb0;
}
.color-4 {
color: #d16691;
}
.color-5 {
color: #c24c6e;
}
/* CSS Variables */
:root {
--color-1: #f3c4ce;
--color-2: #f1b1d1;
--color-3: #f07fb0;
--color-4: #d16691;
--color-5: #c24c6e;
} 🌈 Angel Dust background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c4ce, #f1b1d1, #f07fb0, #d16691, #c24c6e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c4ce, #f1b1d1, #f07fb0, #d16691, #c24c6e);
} 🔗 Explore similar color palettes
Angel Dust color palette created on .