Color names in this palette
CSS code for this palette
/* CSS */
.purple-corallite {
color: #5d4f92;
}
.lavish-spending {
color: #8b6bb8;
}
.crocus-petal {
color: #b69cc4;
}
.rosy-nectar {
color: #f1c1e0;
}
.harmonious-rose {
color: #f69db9;
}
/* CSS Variables */
:root {
--purple-corallite:#5d4f92;
--lavish-spending:#8b6bb8;
--crocus-petal:#b69cc4;
--rosy-nectar:#f1c1e0;
--harmonious-rose:#f69db9;
}