Red and Gold Harmony Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Red and Gold Harmony palette
tavolozza dei colori Red and Gold Harmony 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;
}
CSS con gradiente di sfondo Red and Gold Harmony
/* 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);
}
Tavolozze di colori simili
Red and Gold Harmony color palette created on .