Color names in this palette
CSS code for this palette
/* CSS */
.hawaiian-cream {
color: #f9e6b9;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.welcoming-wasp {
color: #eba800;
}
.bamboo-brown {
color: #c77e00;
}
.butter-fudge {
color: #a85f00;
}
/* CSS Variables */
:root {
--hawaiian-cream:#f9e6b9;
--solar-plexus-chakra:#f1c84b;
--welcoming-wasp:#eba800;
--bamboo-brown:#c77e00;
--butter-fudge:#a85f00;
}