Violet Vortex Color Palette
Discover the beautiful Violet Vortex color palette featuring purple (#690dab), cornflower blue (#895af6), heliotrope (#b780f9), perfume (#e3abf2) and mauve (#f6c7ff).
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 Violet Vortex palette
💻 Violet Vortex color palette CSS
/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #895af6;
}
.color-3 {
color: #b780f9;
}
.color-4 {
color: #e3abf2;
}
.color-5 {
color: #f6c7ff;
}
/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #895af6;
--color-3: #b780f9;
--color-4: #e3abf2;
--color-5: #f6c7ff;
} 🌈 Violet Vortex background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #895af6, #b780f9, #e3abf2, #f6c7ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #895af6, #b780f9, #e3abf2, #f6c7ff);
} 🔗 Explore similar color palettes
Violet Vortex color palette created on .