Red and Gold Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red and Gold Shades palette

Share this palette to:

Red and Gold Shades color palette CSS

/* CSS */
.color-1 {
color: #d62c29;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f6c54c;
}
.color-4 {
color: #3b5d9b;
}
.color-5 {
color: #a17d8c;
}

/* CSS Variables */
:root {
--color-1: #d62c29;
--color-2: #f0a800;
--color-3: #f6c54c;
--color-4: #3b5d9b;
--color-5: #a17d8c;
}

Red and Gold Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d62c29, #f0a800, #f6c54c, #3b5d9b, #a17d8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d62c29, #f0a800, #f6c54c, #3b5d9b, #a17d8c);
}

Red and Gold Shades color palette created on .