Red Dead Redemption Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Dead Redemption palette
Download Red Dead Redemption Color Palette (PNG)
Red Dead Redemption color palette CSS
/* CSS */
.color-1 {
color: #c22e2e;
}
.color-2 {
color: #f2a92c;
}
.color-3 {
color: #7d4c2c;
}
.color-4 {
color: #c8b19d;
}
.color-5 {
color: #4b3d3a;
}
/* CSS Variables */
:root {
--color-1: #c22e2e;
--color-2: #f2a92c;
--color-3: #7d4c2c;
--color-4: #c8b19d;
--color-5: #4b3d3a;
}
Red Dead Redemption background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c22e2e, #f2a92c, #7d4c2c, #c8b19d, #4b3d3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c22e2e, #f2a92c, #7d4c2c, #c8b19d, #4b3d3a);
}
Similar color palettes
Red Dead Redemption color palette created on .