Pink Angel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Angel palette
Pink Angel color palette CSS
/* CSS */
.color-1 {
color: #f3e8e2;
}
.color-2 {
color: #f5b8c0;
}
.color-3 {
color: #f49fc1;
}
.color-4 {
color: #f48e8a;
}
.color-5 {
color: #f36868;
}
/* CSS Variables */
:root {
--color-1: #f3e8e2;
--color-2: #f5b8c0;
--color-3: #f49fc1;
--color-4: #f48e8a;
--color-5: #f36868;
}
Pink Angel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e8e2, #f5b8c0, #f49fc1, #f48e8a, #f36868);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e8e2, #f5b8c0, #f49fc1, #f48e8a, #f36868);
}
Similar color palettes
Pink Angel color palette created on .