Color names in this palette
CSS code for this palette
/* CSS */
.suit-blue {
color: #2c2f35;
}
.evening-fog {
color: #8c9b97;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.fire-island {
color: #d8503b;
}
.privet-hedge {
color: #5b8b79;
}
/* CSS Variables */
:root {
--suit-blue:#2c2f35;
--evening-fog:#8c9b97;
--solar-plexus-chakra:#f1c84b;
--fire-island:#d8503b;
--privet-hedge:#5b8b79;
}