Color names in this palette
CSS code for this palette
/* CSS */
.maximum-purple {
color: #7a2b88;
}
.raspberry-patch {
color: #a24e68;
}
.seraphim-sepia {
color: #da7f4e;
}
.y-ng-ch-ng-orange {
color: #f2a240;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--maximum-purple:#7a2b88;
--raspberry-patch:#a24e68;
--seraphim-sepia:#da7f4e;
--y-ng-ch-ng-orange:#f2a240;
--syndicalist:#f5c400;
}