Color names in this palette
CSS code for this palette
/* CSS */
.ghostly-purple {
color: #7c5a90;
}
.royal-pretender {
color: #a266a3;
}
.prominent-pink {
color: #d79dc3;
}
.first-date {
color: #f2b2a1;
}
.sun-shower {
color: #ffde70;
}
/* CSS Variables */
:root {
--ghostly-purple:#7c5a90;
--royal-pretender:#a266a3;
--prominent-pink:#d79dc3;
--first-date:#f2b2a1;
--sun-shower:#ffde70;
}