Color names in this palette
CSS code for this palette
/* CSS */
.orange-blast {
color: #f5c899;
}
.cheater {
color: #f2b05a;
}
.question-mark-block {
color: #f09b4c;
}
.goku-orange {
color: #f07e3d;
}
.tangerine-bliss {
color: #d65b2e;
}
/* CSS Variables */
:root {
--orange-blast:#f5c899;
--cheater:#f2b05a;
--question-mark-block:#f09b4c;
--goku-orange:#f07e3d;
--tangerine-bliss:#d65b2e;
}