Wine Bearer Color Palette

Discover the beautiful Wine Bearer color palette featuring lotus (#7c3c3c), coral tree (#a65e5e), brandy rose (#b58787), petite orchid (#dc9898) and beauty bush (#f1c1c1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withWine, Red, Deep, Autumn, Warm, Soft, Earthy, Elegant, Vintage, Burgundy 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 Bearer palette

Share this palette to:

💻 Wine Bearer color palette CSS

/* CSS */
.color-1 {
color: #7c3c3c;
}
.color-2 {
color: #a65e5e;
}
.color-3 {
color: #b58787;
}
.color-4 {
color: #dc9898;
}
.color-5 {
color: #f1c1c1;
}

/* CSS Variables */
:root {
--color-1: #7c3c3c;
--color-2: #a65e5e;
--color-3: #b58787;
--color-4: #dc9898;
--color-5: #f1c1c1;
}

🌈 Wine Bearer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c3c3c, #a65e5e, #b58787, #dc9898, #f1c1c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c3c3c, #a65e5e, #b58787, #dc9898, #f1c1c1);
}

Wine Bearer color palette created on .