Pink Cupid Color Palette

Discover the beautiful Pink Cupid color palette featuring illusion (#f4a4bf), mandys pink (#f1b1bf), mandys pink (#f1c0b1), maize (#f4d4a4) and sidecar (#f4e2c3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pink, Soft, Spring, Bright color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Pink Cupid palette

Share this palette to:

💻 Pink Cupid color palette CSS

/* CSS */
.color-1 {
color: #f4a4bf;
}
.color-2 {
color: #f1b1bf;
}
.color-3 {
color: #f1c0b1;
}
.color-4 {
color: #f4d4a4;
}
.color-5 {
color: #f4e2c3;
}

/* CSS Variables */
:root {
--color-1: #f4a4bf;
--color-2: #f1b1bf;
--color-3: #f1c0b1;
--color-4: #f4d4a4;
--color-5: #f4e2c3;
}

🌈 Pink Cupid background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4bf, #f1b1bf, #f1c0b1, #f4d4a4, #f4e2c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4bf, #f1b1bf, #f1c0b1, #f4d4a4, #f4e2c3);
}

Pink Cupid color palette created on .