Color names in this palette
CSS code for this palette
/* CSS */
.orange-vermillion {
color: #c05239;
}
.apricot-orange {
color: #c76b3d;
}
.sweet-honey {
color: #d6a55c;
}
.bountiful-gold {
color: #e4c06c;
}
.venetian-yellow {
color: #f3e4a0;
}
/* CSS Variables */
:root {
--orange-vermillion:#c05239;
--apricot-orange:#c76b3d;
--sweet-honey:#d6a55c;
--bountiful-gold:#e4c06c;
--venetian-yellow:#f3e4a0;
}