Earthy Red Color Palette

Discover the beautiful Earthy Red color palette featuring copper (#ba7c36), supernova (#f5c400), dairy cream (#f7e3b1), persian red (#c52b2b) and don juan (#5b4d4d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Amber, Bright, Red, Earthy 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 Earthy Red palette

Share this palette to:

💻 Earthy Red color palette CSS

/* CSS */
.color-1 {
color: #ba7c36;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f7e3b1;
}
.color-4 {
color: #c52b2b;
}
.color-5 {
color: #5b4d4d;
}

/* CSS Variables */
:root {
--color-1: #ba7c36;
--color-2: #f5c400;
--color-3: #f7e3b1;
--color-4: #c52b2b;
--color-5: #5b4d4d;
}

🌈 Earthy Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ba7c36, #f5c400, #f7e3b1, #c52b2b, #5b4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ba7c36, #f5c400, #f7e3b1, #c52b2b, #5b4d4d);
}

Earthy Red color palette created on .