Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.cupid {
color: #f5b2c5;
}
.star-studded {
color: #f9ebae;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.kacey-s-pink {
color: #e94e77;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--cupid:#f5b2c5;
--star-studded:#f9ebae;
--solar-plexus-chakra:#f1c84b;
--kacey-s-pink:#e94e77;
}