Color names in this palette
CSS code for this palette
/* CSS */
.thai-curry {
color: #ba6b1c;
}
.saffron-gold {
color: #f09000;
}
.mad-for-mango {
color: #f5a300;
}
.leery-lemon {
color: #f8c81b;
}
.spring-yellow {
color: #f3e57c;
}
/* CSS Variables */
:root {
--thai-curry:#ba6b1c;
--saffron-gold:#f09000;
--mad-for-mango:#f5a300;
--leery-lemon:#f8c81b;
--spring-yellow:#f3e57c;
}