Color names in this palette
CSS code for this palette
/* CSS */
.noodles {
color: #f9e3b4;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.apricot-sorbet {
color: #e6a55c;
}
.bitter-orange {
color: #d8792c;
}
.trojan-horse-brown {
color: #7b4c23;
}
/* CSS Variables */
:root {
--noodles:#f9e3b4;
--solar-plexus-chakra:#f1c84b;
--apricot-sorbet:#e6a55c;
--bitter-orange:#d8792c;
--trojan-horse-brown:#7b4c23;
}