Angel Dust Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Angel Dust palette
Angel Dust color palette PNG image
Angel Dust color palette CSS
/* CSS */
.color-1 {
color: #f2a1c5;
}
.color-2 {
color: #f8d68b;
}
.color-3 {
color: #f2f2b5;
}
.color-4 {
color: #a1dae2;
}
.color-5 {
color: #f26e7d;
}
/* CSS Variables */
:root {
--color-1: #f2a1c5;
--color-2: #f8d68b;
--color-3: #f2f2b5;
--color-4: #a1dae2;
--color-5: #f26e7d;
}
Angel Dust background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1c5, #f8d68b, #f2f2b5, #a1dae2, #f26e7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1c5, #f8d68b, #f2f2b5, #a1dae2, #f26e7d);
}
Similar color palettes
Scroll down to explore 200+ Pink color palettes
Angel Dust color palette created on .