Color names in this palette
CSS code for this palette
/* CSS */
.toxic-orange {
color: #ff5d38;
}
.mango-tango {
color: #ff7e42;
}
.exotic-blossom {
color: #ff9e42;
}
.twenty-carat {
color: #ffbe4d;
}
.kuchinashi-yellow {
color: #ffdc52;
}
/* CSS Variables */
:root {
--toxic-orange:#ff5d38;
--mango-tango:#ff7e42;
--exotic-blossom:#ff9e42;
--twenty-carat:#ffbe4d;
--kuchinashi-yellow:#ffdc52;
}