Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.mom-s-pancake {
color: #f6c451;
}
.smooth-as-corn-silk {
color: #f5e3b2;
}
.porsche {
color: #e1a05b;
}
.field-poppy {
color: #d76d3c;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--mom-s-pancake:#f6c451;
--smooth-as-corn-silk:#f5e3b2;
--porsche:#e1a05b;
--field-poppy:#d76d3c;
}