Color names in this palette
CSS code for this palette
/* CSS */
.circus {
color: #ff5f2e;
}
.bright-mango {
color: #ff8c2e;
}
.brimstone {
color: #ffbd2e;
}
.yellow-bellied {
color: #ffea2e;
}
.bright-light-green {
color: #2eff5f;
}
/* CSS Variables */
:root {
--circus:#ff5f2e;
--bright-mango:#ff8c2e;
--brimstone:#ffbd2e;
--yellow-bellied:#ffea2e;
--bright-light-green:#2eff5f;
}