Color names in this palette
CSS code for this palette
/* CSS */
.pac-man {
color: #fce93b;
}
.radiant-yellow {
color: #f7a222;
}
.chi-gong {
color: #d82c2c;
}
.blood-thorn {
color: #b12b5c;
}
.druchii-violet {
color: #7c2a92;
}
/* CSS Variables */
:root {
--pac-man:#fce93b;
--radiant-yellow:#f7a222;
--chi-gong:#d82c2c;
--blood-thorn:#b12b5c;
--druchii-violet:#7c2a92;
}