Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.charismatic {
color: #e7c27e;
}
.wonton-dumpling {
color: #d0a56c;
}
.tan-your-hide {
color: #b7905c;
}
.tobacco-leaf {
color: #8d6f4e;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--charismatic:#e7c27e;
--wonton-dumpling:#d0a56c;
--tan-your-hide:#b7905c;
--tobacco-leaf:#8d6f4e;
}