Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.smooth-satin {
color: #a3d7d1;
}
.mandys-pink {
color: #f5b699;
}
.fiery-coral {
color: #e05c5c;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--solar-plexus-chakra:#f1c84b;
--smooth-satin:#a3d7d1;
--mandys-pink:#f5b699;
--fiery-coral:#e05c5c;
}