Discover the beautiful Pastel Indigo Violet color palette featuring blue marguerite (#6a5bcd), lavender (#b57fdc), mauve (#e0b3ff), illusion (#f1a7d6) and chantilly (#f9c3e4).
Pastel Indigo Violet Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Pastel Indigo Violet palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Pastel Indigo Violet palette
💻 Pastel Indigo Violet color palette CSS
/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #b57fdc;
}
.color-3 {
color: #e0b3ff;
}
.color-4 {
color: #f1a7d6;
}
.color-5 {
color: #f9c3e4;
}
/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #b57fdc;
--color-3: #e0b3ff;
--color-4: #f1a7d6;
--color-5: #f9c3e4;
}
🌈 Pastel Indigo Violet background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #b57fdc, #e0b3ff, #f1a7d6, #f9c3e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #b57fdc, #e0b3ff, #f1a7d6, #f9c3e4);
}
🔗 Explore similar color palettes
Pastel Indigo Violet color palette created on .