Discover the beautiful Purple Grape color palette featuring eminence (#6f2c90), tapestry (#a95b9c), kobi (#e5a9c4), mandys pink (#f3b6a5) and marzipan (#f8d49b).
Purple Grape 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 Purple Grape palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Purple Grape palette
💻 Purple Grape color palette CSS
/* CSS */
.color-1 {
color: #6f2c90;
}
.color-2 {
color: #a95b9c;
}
.color-3 {
color: #e5a9c4;
}
.color-4 {
color: #f3b6a5;
}
.color-5 {
color: #f8d49b;
}
/* CSS Variables */
:root {
--color-1: #6f2c90;
--color-2: #a95b9c;
--color-3: #e5a9c4;
--color-4: #f3b6a5;
--color-5: #f8d49b;
}
🌈 Purple Grape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f2c90, #a95b9c, #e5a9c4, #f3b6a5, #f8d49b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f2c90, #a95b9c, #e5a9c4, #f3b6a5, #f8d49b);
}
🔗 Explore similar color palettes
Purple Grape color palette created on .