Paleta de colores Red Gold

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Gold palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Red Gold

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

CSS de la paleta de colores Red Gold

/* 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 del degradado de fondo 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 .