Color names in this palette
CSS code for this palette
/* CSS */
.carnation-rose {
color: #d392c5;
}
.pink-fit {
color: #f9a4b2;
}
.cameo-cream {
color: #f4e2c3;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.soap-bubble {
color: #b1def2;
}
/* CSS Variables */
:root {
--carnation-rose:#d392c5;
--pink-fit:#f9a4b2;
--cameo-cream:#f4e2c3;
--solar-plexus-chakra:#f1c84b;
--soap-bubble:#b1def2;
}