Color names in this palette
CSS code for this palette
/* CSS */
.gumdrop {
color: #e292bf;
}
.sugar-rush {
color: #d85f9c;
}
.purple-orchid {
color: #b44b8f;
}
.royal-gramma-purple {
color: #a245c4;
}
.purple-rain {
color: #7d39c0;
}
/* CSS Variables */
:root {
--gumdrop:#e292bf;
--sugar-rush:#d85f9c;
--purple-orchid:#b44b8f;
--royal-gramma-purple:#a245c4;
--purple-rain:#7d39c0;
}