Color names in this palette
CSS code for this palette
/* CSS */
.orange-pospsicle {
color: #f4a20b;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.cymophane-yellow {
color: #f4e5a4;
}
.chefchaouen-blue {
color: #a1d3e8;
}
.bachelor-button {
color: #49b7d0;
}
/* CSS Variables */
:root {
--orange-pospsicle:#f4a20b;
--solar-plexus-chakra:#f1cb4b;
--cymophane-yellow:#f4e5a4;
--chefchaouen-blue:#a1d3e8;
--bachelor-button:#49b7d0;
}