Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.peach-butter {
color: #fbaf3c;
}
.nacho {
color: #ffcb5c;
}
.snug-yellow {
color: #ffdb80;
}
.optimistic-yellow {
color: #f4e1a4;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--peach-butter:#fbaf3c;
--nacho:#ffcb5c;
--snug-yellow:#ffdb80;
--optimistic-yellow:#f4e1a4;
}