Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e8a1c8;
}
.hanami-pink {
color: #f4b3e2;
}
.pink-frosting {
color: #f7d4e1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.spiced-coral {
color: #d84f56;
}
/* CSS Variables */
:root {
--prettiest-pink:#e8a1c8;
--hanami-pink:#f4b3e2;
--pink-frosting:#f7d4e1;
--solar-plexus-chakra:#f1c84b;
--spiced-coral:#d84f56;
}