Color names in this palette
CSS code for this palette
/* CSS */
.milky-maize {
color: #f8d5a0;
}
.trump-tan {
color: #f6a76a;
}
.orangeville {
color: #e86e5e;
}
.orangeade {
color: #e04f38;
}
.molten-lava {
color: #b2372a;
}
/* CSS Variables */
:root {
--milky-maize:#f8d5a0;
--trump-tan:#f6a76a;
--orangeville:#e86e5e;
--orangeade:#e04f38;
--molten-lava:#b2372a;
}