Color names in this palette
CSS code for this palette
/* CSS */
.lightning-yellow {
color: #f69f2c;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.tuscan-sun {
color: #fcd94a;
}
.mango-tango {
color: #ff7e3d;
}
.ake-blood {
color: #d13b23;
}
/* CSS Variables */
:root {
--lightning-yellow:#f69f2c;
--solar-plexus-chakra:#f1cb4b;
--tuscan-sun:#fcd94a;
--mango-tango:#ff7e3d;
--ake-blood:#d13b23;
}