Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.sunglow {
color: #ffcc33;
}
.lucky-lime {
color: #99cc33;
}
.shovel-knight {
color: #33ccff;
}
.wild-strawberry {
color: #ff3399;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--sunglow:#ffcc33;
--lucky-lime:#99cc33;
--shovel-knight:#33ccff;
--wild-strawberry:#ff3399;
}