Paleta de colores Red and Gold Harmony
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Red and Gold Harmony palette
CSS de la paleta de colores Red and Gold Harmony
/* 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 del degradado de fondo 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);
}
Paletas de colores similares
Red and Gold Harmony color palette created on .