Wine Delight Color Palette

Discover the beautiful Wine Delight color palette featuring wine berry (#691b3d), cadillac (#a04b6e), my pink (#d68a8d), azalea (#f1b1ca) and azalea (#f8d3da).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withWine, Burgundy, Red, Pink, Vibrant, Bright, Summer, Flower, Elegant 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

UI Examples

Explore beautiful UI components with Wine Delight palette

Share this palette to:

💻 Wine Delight color palette CSS

/* CSS */
.color-1 {
color: #691b3d;
}
.color-2 {
color: #a04b6e;
}
.color-3 {
color: #d68a8d;
}
.color-4 {
color: #f1b1ca;
}
.color-5 {
color: #f8d3da;
}

/* CSS Variables */
:root {
--color-1: #691b3d;
--color-2: #a04b6e;
--color-3: #d68a8d;
--color-4: #f1b1ca;
--color-5: #f8d3da;
}

🌈 Wine Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #691b3d, #a04b6e, #d68a8d, #f1b1ca, #f8d3da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #691b3d, #a04b6e, #d68a8d, #f1b1ca, #f8d3da);
}

Wine Delight color palette created on .