Wine Tasting Color Palette
Discover the beautiful Wine Tasting color palette featuring tawny port (#6d2c3e), strikemaster (#9a5b7a), careys pink (#d2a7b8), vanilla ice (#f2d4e7) and mandys pink (#f0b7b7).
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 Wine Tasting palette
💻 Wine Tasting color palette CSS
/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #9a5b7a;
}
.color-3 {
color: #d2a7b8;
}
.color-4 {
color: #f2d4e7;
}
.color-5 {
color: #f0b7b7;
}
/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #9a5b7a;
--color-3: #d2a7b8;
--color-4: #f2d4e7;
--color-5: #f0b7b7;
}
🌈 Wine Tasting background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #9a5b7a, #d2a7b8, #f2d4e7, #f0b7b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #9a5b7a, #d2a7b8, #f2d4e7, #f0b7b7);
}
🔗 Explore similar color palettes
Wine Tasting color palette created on .