Pink Cupid Color Palette
Discover the beautiful Pink Cupid color palette featuring brink pink (#ff7081), mona lisa (#ffa98f), flesh (#ffd3a3), powder blue (#b0dfe8) and bermuda (#80d6d3).
Brightness
Saturation
Warmth
💡 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
💻 Pink Cupid color palette CSS
/* CSS */
.color-1 {
color: #ff7081;
}
.color-2 {
color: #ffa98f;
}
.color-3 {
color: #ffd3a3;
}
.color-4 {
color: #b0dfe8;
}
.color-5 {
color: #80d6d3;
}
/* CSS Variables */
:root {
--color-1: #ff7081;
--color-2: #ffa98f;
--color-3: #ffd3a3;
--color-4: #b0dfe8;
--color-5: #80d6d3;
} 🌈 Pink Cupid background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7081, #ffa98f, #ffd3a3, #b0dfe8, #80d6d3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7081, #ffa98f, #ffd3a3, #b0dfe8, #80d6d3);
} 🔗 Explore similar color palettes
Pink Cupid color palette created on .