Maroon Sunset Color Palette

Discover the beautiful Maroon Sunset color palette featuring tamarind (#3d1a1a), buccaneer (#6a2929), copper rust (#9b4b4b), contessa (#c87979) and cavern pink (#e3b5b5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMaroon, Red, Earthy, Warm, Vibrant, Autumn, Deep, Boho, Coastal, Soft 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 Maroon Sunset palette

Share this palette to:

💻 Maroon Sunset color palette CSS

/* CSS */
.color-1 {
color: #3d1a1a;
}
.color-2 {
color: #6a2929;
}
.color-3 {
color: #9b4b4b;
}
.color-4 {
color: #c87979;
}
.color-5 {
color: #e3b5b5;
}

/* CSS Variables */
:root {
--color-1: #3d1a1a;
--color-2: #6a2929;
--color-3: #9b4b4b;
--color-4: #c87979;
--color-5: #e3b5b5;
}

🌈 Maroon Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d1a1a, #6a2929, #9b4b4b, #c87979, #e3b5b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d1a1a, #6a2929, #9b4b4b, #c87979, #e3b5b5);
}

Maroon Sunset color palette created on .