Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.super-lemon {
color: #e5ae38;
}
.turmeric-tea {
color: #d78b28;
}
.beef-hotpot {
color: #a95d2d;
}
.nutmeg {
color: #7e4b3a;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--super-lemon:#e5ae38;
--turmeric-tea:#d78b28;
--beef-hotpot:#a95d2d;
--nutmeg:#7e4b3a;
}