Pink Cupid Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Cupid palette

Share this palette to:

Pink Cupid color palette CSS

/* CSS */
.color-1 {
color: #f4a4b7;
}
.color-2 {
color: #f3c4cf;
}
.color-3 {
color: #f0e0e6;
}
.color-4 {
color: #f8d2b4;
}
.color-5 {
color: #f6a2a4;
}

/* CSS Variables */
:root {
--color-1: #f4a4b7;
--color-2: #f3c4cf;
--color-3: #f0e0e6;
--color-4: #f8d2b4;
--color-5: #f6a2a4;
}

Pink Cupid background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4b7, #f3c4cf, #f0e0e6, #f8d2b4, #f6a2a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4b7, #f3c4cf, #f0e0e6, #f8d2b4, #f6a2a4);
}

Pink Cupid color palette created on .