Color names in this palette
CSS code for this palette
/* CSS */
.coronation-blue {
color: #5a4f9c;
}
.bell-heather {
color: #a577b1;
}
.etcetera {
color: #e0c8d4;
}
.sugar-cookie {
color: #f2e2a6;
}
.gold-tips {
color: #e5b62a;
}
/* CSS Variables */
:root {
--coronation-blue:#5a4f9c;
--bell-heather:#a577b1;
--etcetera:#e0c8d4;
--sugar-cookie:#f2e2a6;
--gold-tips:#e5b62a;
}