Color names in this palette
CSS code for this palette
/* CSS */
.manhattan {
color: #e2b27e;
}
.lion-cub {
color: #f5cba3;
}
.gold-sand {
color: #f7e8a6;
}
.chefchaouen-blue {
color: #a2d1e6;
}
.prickly-purple {
color: #a35cbc;
}
/* CSS Variables */
:root {
--manhattan:#e2b27e;
--lion-cub:#f5cba3;
--gold-sand:#f7e8a6;
--chefchaouen-blue:#a2d1e6;
--prickly-purple:#a35cbc;
}