Crimson Sunset Color Palette

Discover the beautiful Crimson Sunset color palette featuring siren (#7a002b), mexican red (#a31f33), flame pea (#d45c3a), tan hide (#f9a64e) and banana mania (#fce6ab).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Crimson, Earthy, Orange, Red, Summer, Sunset, Vibrant, Warm, Yellow 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 Crimson Sunset palette

Share this palette to:

💻 Crimson Sunset color palette CSS

/* CSS */
.color-1 {
color: #7a002b;
}
.color-2 {
color: #a31f33;
}
.color-3 {
color: #d45c3a;
}
.color-4 {
color: #f9a64e;
}
.color-5 {
color: #fce6ab;
}

/* CSS Variables */
:root {
--color-1: #7a002b;
--color-2: #a31f33;
--color-3: #d45c3a;
--color-4: #f9a64e;
--color-5: #fce6ab;
}

🌈 Crimson Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a002b, #a31f33, #d45c3a, #f9a64e, #fce6ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a002b, #a31f33, #d45c3a, #f9a64e, #fce6ab);
}

Crimson Sunset color palette created on .