Color names in this palette
CSS code for this palette
/* CSS */
.mechanicus-standard-grey {
color: #3c4b4e;
}
.salt-blue {
color: #7b9b9d;
}
.bamboo-shoot {
color: #a6b9a2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.lively-coral {
color: #e67b79;
}
/* CSS Variables */
:root {
--mechanicus-standard-grey:#3c4b4e;
--salt-blue:#7b9b9d;
--bamboo-shoot:#a6b9a2;
--solar-plexus-chakra:#f1c84b;
--lively-coral:#e67b79;
}