Red Dead Redemption Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Red Dead Redemption palette

Condividi questa palette a:

Scarica la tavolozza dei colori Red Dead Redemption (PNG)

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

tavolozza dei colori Red Dead Redemption 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;
}

CSS con gradiente di sfondo 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 .