Color names in this palette
CSS code for this palette
/* CSS */
.fresh-pineapple {
color: #f5d64d;
}
.welcoming-wasp {
color: #f0a800;
}
.bamboo-brown {
color: #c77e00;
}
.spear-shaft {
color: #8f5a00;
}
.ayahuasca-vine {
color: #6b4f00;
}
/* CSS Variables */
:root {
--fresh-pineapple:#f5d64d;
--welcoming-wasp:#f0a800;
--bamboo-brown:#c77e00;
--spear-shaft:#8f5a00;
--ayahuasca-vine:#6b4f00;
}