Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.syndicalist {
color: #f5c400;
}
.immaculate-iguana {
color: #a7d100;
}
.verditer {
color: #00b3aa;
}
.cote-d-azur {
color: #007c85;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--syndicalist:#f5c400;
--immaculate-iguana:#a7d100;
--verditer:#00b3aa;
--cote-d-azur:#007c85;
}