Color names in this palette
CSS code for this palette
/* CSS */
.milky-maize {
color: #f9d89f;
}
.miami-marmalade {
color: #f28e1c;
}
.obstinate-orange {
color: #d65d29;
}
.indiscreet {
color: #ab3c3b;
}
.arcane-red {
color: #682c2f;
}
/* CSS Variables */
:root {
--milky-maize:#f9d89f;
--miami-marmalade:#f28e1c;
--obstinate-orange:#d65d29;
--indiscreet:#ab3c3b;
--arcane-red:#682c2f;
}