Paleta de colores Red Dead Redemption

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Dead Redemption palette

Compartir esta paleta en:

Descargar la paleta de colores Red Dead Redemption (PNG)

Download red dead redemption color palette PNG image (landscape)
Download red dead redemption color palette PNG image (square)

CSS de la paleta de colores Red Dead Redemption

/* 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;
}

CSS del degradado de fondo Red Dead Redemption

/* 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);
}

Red Dead Redemption color palette created on .