Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.shovel-knight {
color: #33c2ff;
}
.sz-ll-si-grape {
color: #7a33ff;
}
.persian-rose {
color: #ff33a7;
}
.sunglow {
color: #ffcc33;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--shovel-knight:#33c2ff;
--sz-ll-si-grape:#7a33ff;
--persian-rose:#ff33a7;
--sunglow:#ffcc33;
}