Color names in this palette
CSS code for this palette
/* CSS */
.chili {
color: #be493c;
}
.ochraceous-salmon {
color: #d89e6f;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.bilious-green {
color: #a6d56c;
}
.mary-s-garden {
color: #6b8f3d;
}
/* CSS Variables */
:root {
--chili:#be493c;
--ochraceous-salmon:#d89e6f;
--solar-plexus-chakra:#f1c84b;
--bilious-green:#a6d56c;
--mary-s-garden:#6b8f3d;
}