Red and Gold Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red and Gold Harmony palette
Red and Gold Harmony color palette CSS
/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #e3a06d;
}
.color-4 {
color: #7e5d3e;
}
.color-5 {
color: #ffeec2;
}
/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #fab700;
--color-3: #e3a06d;
--color-4: #7e5d3e;
--color-5: #ffeec2;
}
Red and Gold Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #fab700, #e3a06d, #7e5d3e, #ffeec2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #fab700, #e3a06d, #7e5d3e, #ffeec2);
}
Similar color palettes
Red and Gold Harmony color palette created on .