Color names in this palette
CSS code for this palette
/* CSS */
.paper-tiger {
color: #fcf1b0;
}
.sunshine-surprise {
color: #fcac2c;
}
.sun-orange {
color: #f47b1f;
}
.hot-shot {
color: #e94e2b;
}
.lollipop {
color: #d5203e;
}
/* CSS Variables */
:root {
--paper-tiger:#fcf1b0;
--sunshine-surprise:#fcac2c;
--sun-orange:#f47b1f;
--hot-shot:#e94e2b;
--lollipop:#d5203e;
}