Color names in this palette
CSS code for this palette
/* CSS */
.purple-corallite {
color: #5b4f8c;
}
.astro-zinger {
color: #7e78b5;
}
.ariel-s-delight {
color: #aea5d5;
}
.perfume-haze {
color: #f1e8f8;
}
.rosy-nectar {
color: #f5c2e0;
}
/* CSS Variables */
:root {
--purple-corallite:#5b4f8c;
--astro-zinger:#7e78b5;
--ariel-s-delight:#aea5d5;
--perfume-haze:#f1e8f8;
--rosy-nectar:#f5c2e0;
}