Color names in this palette
CSS code for this palette
/* CSS */
.toxic-orange {
color: #ff6038;
}
.mango-tango {
color: #ff8442;
}
.dreamy-sunset {
color: #ffab5c;
}
.chanterelles {
color: #ffc96b;
}
.butter {
color: #ffff80;
}
/* CSS Variables */
:root {
--toxic-orange:#ff6038;
--mango-tango:#ff8442;
--dreamy-sunset:#ffab5c;
--chanterelles:#ffc96b;
--butter:#ffff80;
}