Color names in this palette
CSS code for this palette
/* CSS */
.milky-maize {
color: #f7d6a1;
}
.ridgeback {
color: #f09c5c;
}
.oranzhewyi-orange {
color: #f05b3d;
}
.dangerously-red {
color: #d93e36;
}
.fresh-auburn {
color: #a32e24;
}
/* CSS Variables */
:root {
--milky-maize:#f7d6a1;
--ridgeback:#f09c5c;
--oranzhewyi-orange:#f05b3d;
--dangerously-red:#d93e36;
--fresh-auburn:#a32e24;
}