Cherry Wine Color Palette

Discover the beautiful Cherry Wine color palette featuring mexican red (#a62b2b), mexican red (#b42222), brick red (#c92c3c), cranberry (#d85a8a) and wewak (#f1a7c5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cherry, Fruity, Red, Spring, Vibrant, Wine 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 Cherry Wine palette

Share this palette to:

💻 Cherry Wine color palette CSS

/* CSS */
.color-1 {
color: #a62b2b;
}
.color-2 {
color: #b42222;
}
.color-3 {
color: #c92c3c;
}
.color-4 {
color: #d85a8a;
}
.color-5 {
color: #f1a7c5;
}

/* CSS Variables */
:root {
--color-1: #a62b2b;
--color-2: #b42222;
--color-3: #c92c3c;
--color-4: #d85a8a;
--color-5: #f1a7c5;
}

🌈 Cherry Wine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a62b2b, #b42222, #c92c3c, #d85a8a, #f1a7c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a62b2b, #b42222, #c92c3c, #d85a8a, #f1a7c5);
}

Cherry Wine color palette created on .