Cupid’s Vortex Color Palette
Discover the beautiful Cupid’s Vortex color palette featuring wewak (#f5a8b2), deep blush (#e07b9b), charm (#d67a93), bouquet (#b97eb3) and azalea (#f4bedf).
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 Vortex palette
💻 Cupid’s Vortex color palette CSS
/* CSS */
.color-1 {
color: #f5a8b2;
}
.color-2 {
color: #e07b9b;
}
.color-3 {
color: #d67a93;
}
.color-4 {
color: #b97eb3;
}
.color-5 {
color: #f4bedf;
}
/* CSS Variables */
:root {
--color-1: #f5a8b2;
--color-2: #e07b9b;
--color-3: #d67a93;
--color-4: #b97eb3;
--color-5: #f4bedf;
} 🌈 Cupid’s Vortex background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a8b2, #e07b9b, #d67a93, #b97eb3, #f4bedf);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a8b2, #e07b9b, #d67a93, #b97eb3, #f4bedf);
} 🔗 Explore similar color palettes
Cupid’s Vortex color palette created on .