Color names in this palette
CSS code for this palette
/* CSS */
.lemonade-stand {
color: #f6c73c;
}
.mad-for-mango {
color: #f5a300;
}
.saffron-gold {
color: #f08c00;
}
.ochre-spice {
color: #e96d07;
}
.tomato-queen {
color: #d74c1d;
}
/* CSS Variables */
:root {
--lemonade-stand:#f6c73c;
--mad-for-mango:#f5a300;
--saffron-gold:#f08c00;
--ochre-spice:#e96d07;
--tomato-queen:#d74c1d;
}