Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.radiation-carrot {
color: #ffa142;
}
.qing-yellow {
color: #ffcc66;
}
.hello-yellow {
color: #ffe59e;
}
.beaming-sun {
color: #fff8e0;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--radiation-carrot:#ffa142;
--qing-yellow:#ffcc66;
--hello-yellow:#ffe59e;
--beaming-sun:#fff8e0;
}