Color names in this palette
CSS code for this palette
/* CSS */
.milky-maize {
color: #f6d9a2;
}
.mango-margarita {
color: #f7ba4b;
}
.pesto-calabrese {
color: #f69928;
}
.summer-citrus {
color: #f67d2c;
}
.basketball {
color: #f6692c;
}
/* CSS Variables */
:root {
--milky-maize:#f6d9a2;
--mango-margarita:#f7ba4b;
--pesto-calabrese:#f69928;
--summer-citrus:#f67d2c;
--basketball:#f6692c;
}