Red Winter Shades Color Palette

Discover the beautiful Red Winter Shades color palette featuring mexican red (#a62b2b), tall poppy (#bf3a2b), cinnabar (#e74d3c), buttercup (#f39c12) and zest (#e77e23).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Bright, Warm, Cool Winter, Autumn 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 Red Winter Shades palette

Share this palette to:

💻 Red Winter Shades color palette CSS

/* CSS */
.color-1 {
color: #a62b2b;
}
.color-2 {
color: #bf3a2b;
}
.color-3 {
color: #e74d3c;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #a62b2b;
--color-2: #bf3a2b;
--color-3: #e74d3c;
--color-4: #f39c12;
--color-5: #e77e23;
}

🌈 Red Winter Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a62b2b, #bf3a2b, #e74d3c, #f39c12, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a62b2b, #bf3a2b, #e74d3c, #f39c12, #e77e23);
}

Red Winter Shades color palette created on .