Versace Vibes Color Palette
Discover the beautiful Versace Vibes color palette featuring sandwisp (#f3e5a0), mandys pink (#f1c6a7), sea pink (#eba2b2), mauve (#d499ff) and heliotrope (#9a6bff).
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 Versace Vibes palette
💻 Versace Vibes color palette CSS
/* CSS */
.color-1 {
color: #f3e5a0;
}
.color-2 {
color: #f1c6a7;
}
.color-3 {
color: #eba2b2;
}
.color-4 {
color: #d499ff;
}
.color-5 {
color: #9a6bff;
}
/* CSS Variables */
:root {
--color-1: #f3e5a0;
--color-2: #f1c6a7;
--color-3: #eba2b2;
--color-4: #d499ff;
--color-5: #9a6bff;
} 🌈 Versace Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e5a0, #f1c6a7, #eba2b2, #d499ff, #9a6bff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e5a0, #f1c6a7, #eba2b2, #d499ff, #9a6bff);
} 🔗 Explore similar color palettes
Versace Vibes color palette created on .