Red Dead Redemption Color Palette

Discover the beautiful Red Dead Redemption color palette featuring tall poppy (#c62a2a), anzac (#e29d3c), old gold (#d3b93c), potters clay (#7d5e36) and matterhorn (#4a3c3a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Orange, Yellow, Brown, Earthy, Vintage, Deep 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 Dead Redemption palette

Share this palette to:

💻 Red Dead Redemption color palette CSS

/* CSS */
.color-1 {
color: #c62a2a;
}
.color-2 {
color: #e29d3c;
}
.color-3 {
color: #d3b93c;
}
.color-4 {
color: #7d5e36;
}
.color-5 {
color: #4a3c3a;
}

/* CSS Variables */
:root {
--color-1: #c62a2a;
--color-2: #e29d3c;
--color-3: #d3b93c;
--color-4: #7d5e36;
--color-5: #4a3c3a;
}

🌈 Red Dead Redemption background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c62a2a, #e29d3c, #d3b93c, #7d5e36, #4a3c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c62a2a, #e29d3c, #d3b93c, #7d5e36, #4a3c3a);
}

Red Dead Redemption color palette created on .