Color names in this palette
CSS code for this palette
/* CSS */
.oriole-yellow {
color: #f5d47a;
}
.venetian-yellow {
color: #f5e3a3;
}
.walnut-cream {
color: #f5d7b2;
}
.mango-margarita {
color: #f6b951;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--oriole-yellow:#f5d47a;
--venetian-yellow:#f5e3a3;
--walnut-cream:#f5d7b2;
--mango-margarita:#f6b951;
--mad-for-mango:#f5a300;
}