Color names in this palette
CSS code for this palette
/* CSS */
.cadmium-violet {
color: #813d99;
}
.lavendless {
color: #b679be;
}
.hopeful {
color: #f2d4e1;
}
.venetian-yellow {
color: #f5e59e;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--cadmium-violet:#813d99;
--lavendless:#b679be;
--hopeful:#f2d4e1;
--venetian-yellow:#f5e59e;
--syndicalist:#f5c400;
}