Color names in this palette
CSS code for this palette
/* CSS */
.barley-white {
color: #f7e4b6;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.indian-yellow {
color: #e1a55b;
}
.fired-up {
color: #d57d39;
}
.silk-ribbon {
color: #c66c89;
}
/* CSS Variables */
:root {
--barley-white:#f7e4b6;
--solar-plexus-chakra:#f1c84b;
--indian-yellow:#e1a55b;
--fired-up:#d57d39;
--silk-ribbon:#c66c89;
}