Color names in this palette
CSS code for this palette
/* CSS */
.barely-bloomed {
color: #d6a7e2;
}
.wisteria {
color: #a77dba;
}
.candle-yellow {
color: #e1a06b;
}
.syndicalist {
color: #f5c400;
}
.chi-gong {
color: #d12929;
}
/* CSS Variables */
:root {
--barely-bloomed:#d6a7e2;
--wisteria:#a77dba;
--candle-yellow:#e1a06b;
--syndicalist:#f5c400;
--chi-gong:#d12929;
}