Winter Red Color Palette

Discover the beautiful Winter Red color palette featuring brick red (#c92c34), mandy (#e84a5a), rose bud (#f9a4a4), anzac (#d8b24b) and sidecar (#f4e4bd).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cream, Crimson, Gold, Pink, Red, Soft, Winter 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 Winter Red palette

Share this palette to:

💻 Winter Red color palette CSS

/* CSS */
.color-1 {
color: #c92c34;
}
.color-2 {
color: #e84a5a;
}
.color-3 {
color: #f9a4a4;
}
.color-4 {
color: #d8b24b;
}
.color-5 {
color: #f4e4bd;
}

/* CSS Variables */
:root {
--color-1: #c92c34;
--color-2: #e84a5a;
--color-3: #f9a4a4;
--color-4: #d8b24b;
--color-5: #f4e4bd;
}

🌈 Winter Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c34, #e84a5a, #f9a4a4, #d8b24b, #f4e4bd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c34, #e84a5a, #f9a4a4, #d8b24b, #f4e4bd);
}

Winter Red color palette created on .