Color names in this palette
CSS code for this palette
/* CSS */
.poison-ivy {
color: #00b341;
}
.immaculate-iguana {
color: #a7d100;
}
.asfar-yellow {
color: #f5f100;
}
.mad-for-mango {
color: #f5a300;
}
.burtuqali-orange {
color: #ff6a00;
}
/* CSS Variables */
:root {
--poison-ivy:#00b341;
--immaculate-iguana:#a7d100;
--asfar-yellow:#f5f100;
--mad-for-mango:#f5a300;
--burtuqali-orange:#ff6a00;
}