Color names in this palette
CSS code for this palette
/* CSS */
.flan {
color: #f7e5b1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.t-morokoshi-corn {
color: #f9a748;
}
.glazed-carrot {
color: #ea6a2e;
}
.mod-orange {
color: #d9593f;
}
/* CSS Variables */
:root {
--flan:#f7e5b1;
--solar-plexus-chakra:#f1c84b;
--t-morokoshi-corn:#f9a748;
--glazed-carrot:#ea6a2e;
--mod-orange:#d9593f;
}