Pink Cupid Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Cupid palette
Pink Cupid color palette CSS
/* CSS */
.color-1 {
color: #fbbcd9;
}
.color-2 {
color: #ffb3d1;
}
.color-3 {
color: #ff8fab;
}
.color-4 {
color: #ff5c87;
}
.color-5 {
color: #ff3d6a;
}
/* CSS Variables */
:root {
--color-1: #fbbcd9;
--color-2: #ffb3d1;
--color-3: #ff8fab;
--color-4: #ff5c87;
--color-5: #ff3d6a;
}
Pink Cupid background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbbcd9, #ffb3d1, #ff8fab, #ff5c87, #ff3d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbbcd9, #ffb3d1, #ff8fab, #ff5c87, #ff3d6a);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Pink Cupid color palette created on .