Color names in this palette
CSS code for this palette
/* CSS */
.milky-maize {
color: #f8d5a0;
}
.mango-margarita {
color: #f7b84b;
}
.bitter-orange {
color: #d67c2e;
}
.autumn-robin {
color: #c34b2c;
}
.raspberry-patch {
color: #a34d67;
}
/* CSS Variables */
:root {
--milky-maize:#f8d5a0;
--mango-margarita:#f7b84b;
--bitter-orange:#d67c2e;
--autumn-robin:#c34b2c;
--raspberry-patch:#a34d67;
}