Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.gentlemann-s-business-pants {
color: #f2e58c;
}
.first-date {
color: #f4b69f;
}
.benihi-red {
color: #f74e3b;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--gentlemann-s-business-pants:#f2e58c;
--first-date:#f4b69f;
--benihi-red:#f74e3b;
}