Color names in this palette
CSS code for this palette
/* CSS */
.stellar-strawberry {
color: #ff5c8a;
}
.mango-orange {
color: #ff8d5c;
}
.lemon-twist {
color: #ffd95c;
}
.thallium-flame {
color: #5cff8a;
}
.skinny-jeans {
color: #5c8dff;
}
/* CSS Variables */
:root {
--stellar-strawberry:#ff5c8a;
--mango-orange:#ff8d5c;
--lemon-twist:#ffd95c;
--thallium-flame:#5cff8a;
--skinny-jeans:#5c8dff;
}