Sad Red Color Palette

Discover the beautiful Sad Red color palette featuring tamarillo (#850f23), roof terracotta (#b12f20), mojo (#c44042), japonica (#d56862) and persian red (#cf3030).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCrimson, Burgundy, Coral, Earthy, Warm, Vibrant, 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 Sad Red palette

Share this palette to:

💻 Sad Red color palette CSS

/* CSS */
.color-1 {
color: #850f23;
}
.color-2 {
color: #b12f20;
}
.color-3 {
color: #c44042;
}
.color-4 {
color: #d56862;
}
.color-5 {
color: #cf3030;
}

/* CSS Variables */
:root {
--color-1: #850f23;
--color-2: #b12f20;
--color-3: #c44042;
--color-4: #d56862;
--color-5: #cf3030;
}

🌈 Sad Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #850f23, #b12f20, #c44042, #d56862, #cf3030);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #850f23, #b12f20, #c44042, #d56862, #cf3030);
}

Sad Red color palette created on .