Color names in this palette
CSS code for this palette
/* CSS */
.mod-orange {
color: #d6593d;
}
.mango-margarita {
color: #f3b94f;
}
.banana-yogurt {
color: #f9e8b4;
}
.yeti-footprint {
color: #c7d7e1;
}
.ridge-view {
color: #a3a7b8;
}
/* CSS Variables */
:root {
--mod-orange:#d6593d;
--mango-margarita:#f3b94f;
--banana-yogurt:#f9e8b4;
--yeti-footprint:#c7d7e1;
--ridge-view:#a3a7b8;
}