Color names in this palette
CSS code for this palette
/* CSS */
.soft-purple {
color: #a06bb3;
}
.prom-corsage {
color: #e8bfe4;
}
.illuminated {
color: #f9e5d7;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--soft-purple:#a06bb3;
--prom-corsage:#e8bfe4;
--illuminated:#f9e5d7;
--solar-plexus-chakra:#f1c84b;
--breeze-of-chilli:#f76e6e;
}