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: #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);
}
Similar color palettes
Angel Dust color palette created on .