Color names in this palette
CSS code for this palette
/* CSS */
.stormy-pink {
color: #e4b5af;
}
.chinese-cherry {
color: #f2d7ca;
}
.think-pink {
color: #e9a5bf;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.minuette {
color: #d57b92;
}
/* CSS Variables */
:root {
--stormy-pink:#e4b5af;
--chinese-cherry:#f2d7ca;
--think-pink:#e9a5bf;
--solar-plexus-chakra:#f1c84b;
--minuette:#d57b92;
}