Pink Angel Dust Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Angel Dust palette

Share this palette to:

Pink Angel Dust color palette CSS

/* CSS */
.color-1 {
color: #f7d4e1;
}
.color-2 {
color: #f0a3b7;
}
.color-3 {
color: #e8699e;
}
.color-4 {
color: #d85a8e;
}
.color-5 {
color: #b04f79;
}

/* CSS Variables */
:root {
--color-1: #f7d4e1;
--color-2: #f0a3b7;
--color-3: #e8699e;
--color-4: #d85a8e;
--color-5: #b04f79;
}

Pink Angel Dust background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d4e1, #f0a3b7, #e8699e, #d85a8e, #b04f79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d4e1, #f0a3b7, #e8699e, #d85a8e, #b04f79);
}

Pink Angel Dust color palette created on .