Damp Wine Color Palette

Discover the beautiful Damp Wine color palette featuring buccaneer (#5f2b3d), cannon pink (#8c4a5c), contessa (#c16c7b), wewak (#f4a69f) and givry (#f9d2c8).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Damp Wine color palette CSS

/* CSS */
.color-1 {
color: #5f2b3d;
}
.color-2 {
color: #8c4a5c;
}
.color-3 {
color: #c16c7b;
}
.color-4 {
color: #f4a69f;
}
.color-5 {
color: #f9d2c8;
}

/* CSS Variables */
:root {
--color-1: #5f2b3d;
--color-2: #8c4a5c;
--color-3: #c16c7b;
--color-4: #f4a69f;
--color-5: #f9d2c8;
}

🌈 Damp Wine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f2b3d, #8c4a5c, #c16c7b, #f4a69f, #f9d2c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f2b3d, #8c4a5c, #c16c7b, #f4a69f, #f9d2c8);
}

Damp Wine color palette created on .