Color names in this palette
CSS code for this palette
/* CSS */
.desaturated-cyan {
color: #699b9b;
}
.mammoth-mountain {
color: #396a79;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.inventive-orange {
color: #e7a36e;
}
.painted-poppy {
color: #c84a3c;
}
/* CSS Variables */
:root {
--desaturated-cyan:#699b9b;
--mammoth-mountain:#396a79;
--solar-plexus-chakra:#f1c84b;
--inventive-orange:#e7a36e;
--painted-poppy:#c84a3c;
}