Pink Angel Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Angel palette

Share this palette to:

Pink Angel color palette CSS

/* CSS */
.color-1 {
color: #f4d7e2;
}
.color-2 {
color: #f8b4cf;
}
.color-3 {
color: #f6a2c1;
}
.color-4 {
color: #e26a9c;
}
.color-5 {
color: #d55d8d;
}

/* CSS Variables */
:root {
--color-1: #f4d7e2;
--color-2: #f8b4cf;
--color-3: #f6a2c1;
--color-4: #e26a9c;
--color-5: #d55d8d;
}

Pink Angel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4d7e2, #f8b4cf, #f6a2c1, #e26a9c, #d55d8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4d7e2, #f8b4cf, #f6a2c1, #e26a9c, #d55d8d);
}

Pink Angel color palette created on .