Angel Dust Color Palette
Discover the beautiful Angel Dust color palette featuring beauty bush (#f1c0d3), illusion (#f6a7b3), we peep (#f6d5e1), melanie (#e2b1d3) and snuff (#d8c7e1).
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: #f1c0d3;
}
.color-2 {
color: #f6a7b3;
}
.color-3 {
color: #f6d5e1;
}
.color-4 {
color: #e2b1d3;
}
.color-5 {
color: #d8c7e1;
}
/* CSS Variables */
:root {
--color-1: #f1c0d3;
--color-2: #f6a7b3;
--color-3: #f6d5e1;
--color-4: #e2b1d3;
--color-5: #d8c7e1;
} 🌈 Angel Dust background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c0d3, #f6a7b3, #f6d5e1, #e2b1d3, #d8c7e1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c0d3, #f6a7b3, #f6d5e1, #e2b1d3, #d8c7e1);
} 🔗 Explore similar color palettes
Angel Dust color palette created on .