Color names in this palette
CSS code for this palette
/* CSS */
.orange-pospsicle {
color: #f4a20b;
}
.solar-plexus-chakra {
color: #f3c949;
}
.optimistic-yellow {
color: #f4e1a4;
}
.light-bluish-water {
color: #a1dbe2;
}
.san-marino {
color: #496a9c;
}
/* CSS Variables */
:root {
--orange-pospsicle:#f4a20b;
--solar-plexus-chakra:#f3c949;
--optimistic-yellow:#f4e1a4;
--light-bluish-water:#a1dbe2;
--san-marino:#496a9c;
}