Color names in this palette
CSS code for this palette
/* CSS */
.medium-vermilion {
color: #d95d3a;
}
.apricot-glazed-chicken {
color: #efad2a;
}
.jemima {
color: #f6d67e;
}
.fiery-orange {
color: #b75b2a;
}
.roycroft-copper-red {
color: #7e3b25;
}
/* CSS Variables */
:root {
--medium-vermilion:#d95d3a;
--apricot-glazed-chicken:#efad2a;
--jemima:#f6d67e;
--fiery-orange:#b75b2a;
--roycroft-copper-red:#7e3b25;
}