Color names in this palette
CSS code for this palette
/* CSS */
.milky-maize {
color: #f7d6a1;
}
.goldsmith {
color: #f0b44c;
}
.mandarin-rind {
color: #f1903b;
}
.orangeade {
color: #e55538;
}
.vermilion-red {
color: #b5493b;
}
/* CSS Variables */
:root {
--milky-maize:#f7d6a1;
--goldsmith:#f0b44c;
--mandarin-rind:#f1903b;
--orangeade:#e55538;
--vermilion-red:#b5493b;
}