Color names in this palette
CSS code for this palette
/* CSS */
.rhubarb-gin {
color: #d9a5c4;
}
.pink-lady {
color: #f2d7b5;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.clover-mist {
color: #69bf83;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--rhubarb-gin:#d9a5c4;
--pink-lady:#f2d7b5;
--solar-plexus-chakra:#f1c84b;
--clover-mist:#69bf83;
--grapefruit-pulp:#ff6e61;
}