Color names in this palette
CSS code for this palette
/* CSS */
.milky-maize {
color: #f7d7a1;
}
.orange-fire {
color: #fbae6a;
}
.sagittarius-amber-artifact {
color: #f97c3e;
}
.karaka-orange {
color: #f54e24;
}
.blood-moon {
color: #d6312e;
}
/* CSS Variables */
:root {
--milky-maize:#f7d7a1;
--orange-fire:#fbae6a;
--sagittarius-amber-artifact:#f97c3e;
--karaka-orange:#f54e24;
--blood-moon:#d6312e;
}