Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.butterfield {
color: #f6c25a;
}
.venetian-yellow {
color: #f8e6a0;
}
.mint-cocktail-green {
color: #b2e2b1;
}
.teal-moir {
color: #50b9d3;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--butterfield:#f6c25a;
--venetian-yellow:#f8e6a0;
--mint-cocktail-green:#b2e2b1;
--teal-moir:#50b9d3;
}