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: #f2a6c1;
}
.color-2 {
color: #f9d7e6;
}
.color-3 {
color: #ffebc7;
}
.color-4 {
color: #ffcc99;
}
.color-5 {
color: #ff998a;
}

/* CSS Variables */
:root {
--color-1: #f2a6c1;
--color-2: #f9d7e6;
--color-3: #ffebc7;
--color-4: #ffcc99;
--color-5: #ff998a;
}

Pink Angel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a6c1, #f9d7e6, #ffebc7, #ffcc99, #ff998a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a6c1, #f9d7e6, #ffebc7, #ffcc99, #ff998a);
}

Pink Angel color palette created on .