Shades of Red Color Palette

Discover the beautiful Shades of Red color palette featuring bittersweet (#ff6161), roman (#d84f4f), medium carmine (#b43c3c), burnt umber (#8d2525) and crown of thorns (#6f1f1f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Bright, Cool Winter, Fun, Warm 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: #ff6161;
}
.color-2 {
color: #d84f4f;
}
.color-3 {
color: #b43c3c;
}
.color-4 {
color: #8d2525;
}
.color-5 {
color: #6f1f1f;
}

/* CSS Variables */
:root {
--color-1: #ff6161;
--color-2: #d84f4f;
--color-3: #b43c3c;
--color-4: #8d2525;
--color-5: #6f1f1f;
}

🌈 Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6161, #d84f4f, #b43c3c, #8d2525, #6f1f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6161, #d84f4f, #b43c3c, #8d2525, #6f1f1f);
}

Shades of Red color palette created on .