Grape Delight Color Palette
Discover the beautiful Grape Delight color palette featuring lilac (#c797bb), twilight (#e0c8dd), vanilla ice (#f3e0ed), citrine white (#f7eecc) and azalea (#f8cbc5).
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 Delight palette
💻 Grape Delight color palette CSS
/* CSS */
.color-1 {
color: #c797bb;
}
.color-2 {
color: #e0c8dd;
}
.color-3 {
color: #f3e0ed;
}
.color-4 {
color: #f7eecc;
}
.color-5 {
color: #f8cbc5;
}
/* CSS Variables */
:root {
--color-1: #c797bb;
--color-2: #e0c8dd;
--color-3: #f3e0ed;
--color-4: #f7eecc;
--color-5: #f8cbc5;
} 🌈 Grape Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c797bb, #e0c8dd, #f3e0ed, #f7eecc, #f8cbc5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c797bb, #e0c8dd, #f3e0ed, #f7eecc, #f8cbc5);
} 🔗 Explore similar color palettes
Grape Delight color palette created on .