Color names in this palette
CSS code for this palette
/* CSS */
.gemini-mustard-momento {
color: #f9a64e;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.venetian-yellow {
color: #f7e3a1;
}
.pretty-petunia {
color: #d5b5e3;
}
.matt-purple {
color: #8c7ae6;
}
/* CSS Variables */
:root {
--gemini-mustard-momento:#f9a64e;
--solar-plexus-chakra:#f1c84b;
--venetian-yellow:#f7e3a1;
--pretty-petunia:#d5b5e3;
--matt-purple:#8c7ae6;
}