Color names in this palette
CSS code for this palette
/* CSS */
.manhattan {
color: #e2b27e;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.storm-lightning {
color: #f9e79f;
}
.apricot-sorbet {
color: #e8a35e;
}
.field-poppy {
color: #d76d3c;
}
/* CSS Variables */
:root {
--manhattan:#e2b27e;
--solar-plexus-chakra:#f1c84b;
--storm-lightning:#f9e79f;
--apricot-sorbet:#e8a35e;
--field-poppy:#d76d3c;
}