Color names in this palette
CSS code for this palette
/* CSS */
.sun-crete {
color: #ff8c00;
}
.usc-gold {
color: #ffcc00;
}
.shovel-knight {
color: #33ccff;
}
.wild-strawberry {
color: #ff3399;
}
.sugar-grape {
color: #9933ff;
}
/* CSS Variables */
:root {
--sun-crete:#ff8c00;
--usc-gold:#ffcc00;
--shovel-knight:#33ccff;
--wild-strawberry:#ff3399;
--sugar-grape:#9933ff;
}