Cupid's Kiss Color Palette
Discover the beautiful Cupid's Kiss color palette featuring cupid (#fbbcd9), illusion (#f7a1c3), mauvelous (#f58a9d), froly (#f05c79) and cerise red (#e0386b).
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 Cupid's Kiss palette
💻 Cupid's Kiss color palette CSS
/* CSS */
.color-1 {
color: #fbbcd9;
}
.color-2 {
color: #f7a1c3;
}
.color-3 {
color: #f58a9d;
}
.color-4 {
color: #f05c79;
}
.color-5 {
color: #e0386b;
}
/* CSS Variables */
:root {
--color-1: #fbbcd9;
--color-2: #f7a1c3;
--color-3: #f58a9d;
--color-4: #f05c79;
--color-5: #e0386b;
} 🌈 Cupid's Kiss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbbcd9, #f7a1c3, #f58a9d, #f05c79, #e0386b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbbcd9, #f7a1c3, #f58a9d, #f05c79, #e0386b);
} 🔗 Explore similar color palettes
Cupid's Kiss color palette created on .