Color names in this palette
CSS code for this palette
/* CSS */
.purple-corallite {
color: #5c4e8d;
}
.rhinestone {
color: #8d6d97;
}
.rhubarb-gin {
color: #d8a6c1;
}
.first-date {
color: #f2b0a1;
}
.energy-yellow {
color: #f7d550;
}
/* CSS Variables */
:root {
--purple-corallite:#5c4e8d;
--rhinestone:#8d6d97;
--rhubarb-gin:#d8a6c1;
--first-date:#f2b0a1;
--energy-yellow:#f7d550;
}