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: #f5e4d1;
}
.color-2 {
color: #f4c3c3;
}
.color-3 {
color: #f1a7b6;
}
.color-4 {
color: #e88d9c;
}
.color-5 {
color: #e05c7d;
}

/* CSS Variables */
:root {
--color-1: #f5e4d1;
--color-2: #f4c3c3;
--color-3: #f1a7b6;
--color-4: #e88d9c;
--color-5: #e05c7d;
}

Pink Angel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e4d1, #f4c3c3, #f1a7b6, #e88d9c, #e05c7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e4d1, #f4c3c3, #f1a7b6, #e88d9c, #e05c7d);
}

Pink Angel color palette created on .