Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #a6d7e7;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.carrot-orange {
color: #f18e1e;
}
.common-chestnut {
color: #cd5b5b;
}
.jubilee {
color: #7c5c99;
}
/* CSS Variables */
:root {
--blue-click:#a6d7e7;
--solar-plexus-chakra:#f1c84b;
--carrot-orange:#f18e1e;
--common-chestnut:#cd5b5b;
--jubilee:#7c5c99;
}