Color names in this palette
CSS code for this palette
/* CSS */
.cape-jasmine {
color: #ffbb5c;
}
.mythical-orange {
color: #ff7b47;
}
.ogre-odor {
color: #ff513d;
}
.mars-red {
color: #c52b3a;
}
.vivid-burgundy {
color: #9d1b39;
}
/* CSS Variables */
:root {
--cape-jasmine:#ffbb5c;
--mythical-orange:#ff7b47;
--ogre-odor:#ff513d;
--mars-red:#c52b3a;
--vivid-burgundy:#9d1b39;
}