Purple Grape Color Palette
Discover the beautiful Purple Grape color palette featuring eminence (#6f2c90), wisteria (#a75aba), thistle (#d8c0d8), light orchid (#eab8e4) and vanilla ice (#f5dbe1).
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 Purple Grape palette
💻 Purple Grape color palette CSS
/* CSS */
.color-1 {
color: #6f2c90;
}
.color-2 {
color: #a75aba;
}
.color-3 {
color: #d8c0d8;
}
.color-4 {
color: #eab8e4;
}
.color-5 {
color: #f5dbe1;
}
/* CSS Variables */
:root {
--color-1: #6f2c90;
--color-2: #a75aba;
--color-3: #d8c0d8;
--color-4: #eab8e4;
--color-5: #f5dbe1;
} 🌈 Purple Grape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f2c90, #a75aba, #d8c0d8, #eab8e4, #f5dbe1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f2c90, #a75aba, #d8c0d8, #eab8e4, #f5dbe1);
} 🔗 Explore similar color palettes
Purple Grape color palette created on .