Blood Winter Color Palette

Discover the beautiful Blood Winter color palette featuring dark tan (#5e0d12), tamarillo (#860e16), brick red (#c92c37), mandys pink (#f1b3b1) and almond (#f3e0d3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Blood, Winter, Dark, Deep, Bright, Crimson, Soft 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 Blood Winter palette

Share this palette to:

💻 Blood Winter color palette CSS

/* CSS */
.color-1 {
color: #5e0d12;
}
.color-2 {
color: #860e16;
}
.color-3 {
color: #c92c37;
}
.color-4 {
color: #f1b3b1;
}
.color-5 {
color: #f3e0d3;
}

/* CSS Variables */
:root {
--color-1: #5e0d12;
--color-2: #860e16;
--color-3: #c92c37;
--color-4: #f1b3b1;
--color-5: #f3e0d3;
}

🌈 Blood Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e0d12, #860e16, #c92c37, #f1b3b1, #f3e0d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e0d12, #860e16, #c92c37, #f1b3b1, #f3e0d3);
}

Blood Winter color palette created on .