Color names in this palette
CSS code for this palette
/* CSS */
.bitter-orange {
color: #d67a2e;
}
.ridgeback {
color: #ef9a5d;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.lime-lizard {
color: #a1d85a;
}
.nutmeg {
color: #7d4b3b;
}
/* CSS Variables */
:root {
--bitter-orange:#d67a2e;
--ridgeback:#ef9a5d;
--solar-plexus-chakra:#f1c84b;
--lime-lizard:#a1d85a;
--nutmeg:#7d4b3b;
}