Color names in this palette
CSS code for this palette
/* CSS */
.artemis {
color: #d5a86c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.lemon-caipirinha {
color: #f8df9b;
}
.sun-orange {
color: #f47b1f;
}
.orange-vermillion {
color: #bf513b;
}
/* CSS Variables */
:root {
--artemis:#d5a86c;
--solar-plexus-chakra:#f1c84b;
--lemon-caipirinha:#f8df9b;
--sun-orange:#f47b1f;
--orange-vermillion:#bf513b;
}