Color names in this palette
CSS code for this palette
/* CSS */
.brown-magenta {
color: #7b1e3b;
}
.french-wine {
color: #a81f43;
}
.cerise-red {
color: #d82c5d;
}
.cadmium-orange {
color: #f0882d;
}
.golden-banner {
color: #f8c82a;
}
/* CSS Variables */
:root {
--brown-magenta:#7b1e3b;
--french-wine:#a81f43;
--cerise-red:#d82c5d;
--cadmium-orange:#f0882d;
--golden-banner:#f8c82a;
}