Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.radiation-carrot {
color: #ffa142;
}
.egg-yolk {
color: #ffcc80;
}
.south-shore-sun {
color: #ffdd9e;
}
.mouse-nose {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--radiation-carrot:#ffa142;
--egg-yolk:#ffcc80;
--south-shore-sun:#ffdd9e;
--mouse-nose:#ffe4b3;
}