Color names in this palette
CSS code for this palette
/* CSS */
.inferno-orange {
color: #ff4400;
}
.extreme-carrot {
color: #ff6d2e;
}
.tangerine-tango {
color: #ff9d4d;
}
.soviet-gold {
color: #ffd900;
}
.peach-of-mind {
color: #ffe3b3;
}
/* CSS Variables */
:root {
--inferno-orange:#ff4400;
--extreme-carrot:#ff6d2e;
--tangerine-tango:#ff9d4d;
--soviet-gold:#ffd900;
--peach-of-mind:#ffe3b3;
}