Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f6e2b1;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.saffron-sunset {
color: #d89e31;
}
.scarecrow-frown {
color: #a75f25;
}
.walnut {
color: #7b3e18;
}
/* CSS Variables */
:root {
--friendly-yellow:#f6e2b1;
--solar-plexus-chakra:#f1cb4b;
--saffron-sunset:#d89e31;
--scarecrow-frown:#a75f25;
--walnut:#7b3e18;
}