Red Gold Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Red Gold palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Red Gold

Download red gold color palette PNG image (landscape)
Download red gold color palette PNG image (square)

tavolozza dei colori Red Gold CSS

/* CSS */
.color-1 {
color: #a62b2b;
}
.color-2 {
color: #c69c6c;
}
.color-3 {
color: #f8c9a0;
}
.color-4 {
color: #f5b59e;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #a62b2b;
--color-2: #c69c6c;
--color-3: #f8c9a0;
--color-4: #f5b59e;
--color-5: #ffcc00;
}

CSS con gradiente di sfondo Red Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a62b2b, #c69c6c, #f8c9a0, #f5b59e, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a62b2b, #c69c6c, #f8c9a0, #f5b59e, #ffcc00);
}

Red Gold color palette created on .