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: #f7d4e4;
}
.color-2 {
color: #f1a7c5;
}
.color-3 {
color: #e77e9d;
}
.color-4 {
color: #e05278;
}
.color-5 {
color: #c0394e;
}

/* CSS Variables */
:root {
--color-1: #f7d4e4;
--color-2: #f1a7c5;
--color-3: #e77e9d;
--color-4: #e05278;
--color-5: #c0394e;
}

Pink Angel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d4e4, #f1a7c5, #e77e9d, #e05278, #c0394e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d4e4, #f1a7c5, #e77e9d, #e05278, #c0394e);
}

Pink Angel color palette created on .