Red Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Gold palette

Share this palette to:

Red Gold color palette PNG image

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

Red Gold color palette 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;
}

Red Gold background gradient CSS

/* 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 .