Color names in this palette
CSS code for this palette
/* CSS */
.valentine-heart {
color: #b5789c;
}
.lavender-blessing {
color: #d4b5c4;
}
.pink-frosting {
color: #f6d5e4;
}
.solar-plexus-chakra {
color: #f0c74c;
}
.juicy-details {
color: #d67a7a;
}
/* CSS Variables */
:root {
--valentine-heart:#b5789c;
--lavender-blessing:#d4b5c4;
--pink-frosting:#f6d5e4;
--solar-plexus-chakra:#f0c74c;
--juicy-details:#d67a7a;
}