Color names in this palette
CSS code for this palette
/* CSS */
.turbinado-sugar {
color: #f8b954;
}
.troll-slayer-orange {
color: #f3a34f;
}
.chaat-masala {
color: #eb792d;
}
.tangerine-bliss {
color: #d65e2e;
}
.red-panda {
color: #c44c1c;
}
/* CSS Variables */
:root {
--turbinado-sugar:#f8b954;
--troll-slayer-orange:#f3a34f;
--chaat-masala:#eb792d;
--tangerine-bliss:#d65e2e;
--red-panda:#c44c1c;
}