Color names in this palette
CSS code for this palette
/* CSS */
.chaat-masala {
color: #e57e2e;
}
.mad-for-mango {
color: #f5a300;
}
.syndicalist {
color: #f5c400;
}
.cymophane-yellow {
color: #f1e5a7;
}
.tilted-pinball {
color: #f15322;
}
/* CSS Variables */
:root {
--chaat-masala:#e57e2e;
--mad-for-mango:#f5a300;
--syndicalist:#f5c400;
--cymophane-yellow:#f1e5a7;
--tilted-pinball:#f15322;
}