Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.syndicalist {
color: #f5c400;
}
.vacherin-cheese {
color: #fce77e;
}
.princeton-orange {
color: #ff9100;
}
.vivid-orange {
color: #ff5e00;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--syndicalist:#f5c400;
--vacherin-cheese:#fce77e;
--princeton-orange:#ff9100;
--vivid-orange:#ff5e00;
}