Color names in this palette
CSS code for this palette
/* CSS */
.vintage-orange {
color: #ffb35c;
}
.hot-orange {
color: #f68d3c;
}
.christmas-orange {
color: #d76e28;
}
.sweet-baby-rose {
color: #bf5140;
}
.cranberry-sauce {
color: #a73958;
}
/* CSS Variables */
:root {
--vintage-orange:#ffb35c;
--hot-orange:#f68d3c;
--christmas-orange:#d76e28;
--sweet-baby-rose:#bf5140;
--cranberry-sauce:#a73958;
}