Grape Vineyard Color Palette
Discover the beautiful Grape Vineyard color palette featuring purple mountain's majesty (#a57eb9), wisteria (#a85cb2), light wisteria (#b492d8), melanie (#e7cae1) and bossanova (#4f2e5c).
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 Grape Vineyard palette
💻 Grape Vineyard color palette CSS
/* CSS */
.color-1 {
color: #a57eb9;
}
.color-2 {
color: #a85cb2;
}
.color-3 {
color: #b492d8;
}
.color-4 {
color: #e7cae1;
}
.color-5 {
color: #4f2e5c;
}
/* CSS Variables */
:root {
--color-1: #a57eb9;
--color-2: #a85cb2;
--color-3: #b492d8;
--color-4: #e7cae1;
--color-5: #4f2e5c;
} 🌈 Grape Vineyard background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a57eb9, #a85cb2, #b492d8, #e7cae1, #4f2e5c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a57eb9, #a85cb2, #b492d8, #e7cae1, #4f2e5c);
} 🔗 Explore similar color palettes
Grape Vineyard color palette created on .