Color names in this palette
CSS code for this palette
/* CSS */
.scarecrow-frown {
color: #a45c28;
}
.sweet-potato {
color: #d77d3c;
}
.chat-orange {
color: #f79f3b;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.curd {
color: #f9e3b9;
}
/* CSS Variables */
:root {
--scarecrow-frown:#a45c28;
--sweet-potato:#d77d3c;
--chat-orange:#f79f3b;
--solar-plexus-chakra:#f1cb4b;
--curd:#f9e3b9;
}