Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.radiation-carrot {
color: #ffa142;
}
.chanterelles {
color: #ffc370;
}
.peach-of-mind {
color: #ffe3b3;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--radiation-carrot:#ffa142;
--chanterelles:#ffc370;
--peach-of-mind:#ffe3b3;
--soviet-gold:#ffd900;
}