Color names in this palette
CSS code for this palette
/* CSS */
.bokara-grey {
color: #2c2926;
}
.brown-bear {
color: #4a3f36;
}
.airbrushed-copper {
color: #a96e51;
}
.gentle-doe {
color: #ebb993;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--bokara-grey:#2c2926;
--brown-bear:#4a3f36;
--airbrushed-copper:#a96e51;
--gentle-doe:#ebb993;
--solar-plexus-chakra:#f1c84b;
}