Red and Gold Revolution Color Palette

Discover the beautiful Red and Gold Revolution color palette featuring persian red (#c82d2d), tango (#f37520), saffron mango (#f9c54e), river bed (#4a4e68) and ebony clay (#22223a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Bright, Orange, Red, 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 Red and Gold Revolution palette

Share this palette to:

💻 Red and Gold Revolution color palette CSS

/* CSS */
.color-1 {
color: #c82d2d;
}
.color-2 {
color: #f37520;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #4a4e68;
}
.color-5 {
color: #22223a;
}

/* CSS Variables */
:root {
--color-1: #c82d2d;
--color-2: #f37520;
--color-3: #f9c54e;
--color-4: #4a4e68;
--color-5: #22223a;
}

🌈 Red and Gold Revolution background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c82d2d, #f37520, #f9c54e, #4a4e68, #22223a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c82d2d, #f37520, #f9c54e, #4a4e68, #22223a);
}

Red and Gold Revolution color palette created on .