Color names in this palette
CSS code for this palette
/* CSS */
.orange-blast {
color: #f5c899;
}
.golden-corn {
color: #f2b76e;
}
.question-mark-block {
color: #f09e4c;
}
.chaat-masala {
color: #f07f2d;
}
.hot-hazel {
color: #da6a25;
}
/* CSS Variables */
:root {
--orange-blast:#f5c899;
--golden-corn:#f2b76e;
--question-mark-block:#f09e4c;
--chaat-masala:#f07f2d;
--hot-hazel:#da6a25;
}