Mars Color Palette

Discover the beautiful Mars color palette featuring burnt sienna (#e86f4a), valencia (#d34d3c), persian red (#c93b31), tall poppy (#bc2c24) and tabasco (#a91e19).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Orange, Deep, Bright, Fun, Space, Planet, Summer, Vibrant, Cosmic 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 Mars palette

Share this palette to:

💻 Mars color palette CSS

/* CSS */
.color-1 {
color: #e86f4a;
}
.color-2 {
color: #d34d3c;
}
.color-3 {
color: #c93b31;
}
.color-4 {
color: #bc2c24;
}
.color-5 {
color: #a91e19;
}

/* CSS Variables */
:root {
--color-1: #e86f4a;
--color-2: #d34d3c;
--color-3: #c93b31;
--color-4: #bc2c24;
--color-5: #a91e19;
}

🌈 Mars background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e86f4a, #d34d3c, #c93b31, #bc2c24, #a91e19);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e86f4a, #d34d3c, #c93b31, #bc2c24, #a91e19);
}

Mars color palette created on .