Shades of Red Color Palette

Discover the beautiful Shades of Red color palette featuring jon (#3f1d1d), buccaneer (#6a2929), sanguine brown (#9e3d3d), metallic bronze (#4c3c1f) and yellow metal (#78593a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Red, Brown, Warm, 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 Shades of Red palette

Share this palette to:

💻 Shades of Red color palette CSS

/* CSS */
.color-1 {
color: #3f1d1d;
}
.color-2 {
color: #6a2929;
}
.color-3 {
color: #9e3d3d;
}
.color-4 {
color: #4c3c1f;
}
.color-5 {
color: #78593a;
}

/* CSS Variables */
:root {
--color-1: #3f1d1d;
--color-2: #6a2929;
--color-3: #9e3d3d;
--color-4: #4c3c1f;
--color-5: #78593a;
}

🌈 Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f1d1d, #6a2929, #9e3d3d, #4c3c1f, #78593a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f1d1d, #6a2929, #9e3d3d, #4c3c1f, #78593a);
}

Shades of Red color palette created on .