Color names in this palette
CSS code for this palette
/* CSS */
.mod-orange {
color: #d7593c;
}
.jasper-orange {
color: #e68f4c;
}
.mango-margarita {
color: #f6b951;
}
.snug-yellow {
color: #fddc81;
}
.dr-white {
color: #fafafa;
}
/* CSS Variables */
:root {
--mod-orange:#d7593c;
--jasper-orange:#e68f4c;
--mango-margarita:#f6b951;
--snug-yellow:#fddc81;
--dr-white:#fafafa;
}