Color names in this palette
CSS code for this palette
/* CSS */
.milky-maize {
color: #f8d8a0;
}
.goldfish {
color: #f2b05f;
}
.roasted-squash {
color: #e8a359;
}
.folksy-gold {
color: #d39969;
}
.hitching-post {
color: #c78b6b;
}
/* CSS Variables */
:root {
--milky-maize:#f8d8a0;
--goldfish:#f2b05f;
--roasted-squash:#e8a359;
--folksy-gold:#d39969;
--hitching-post:#c78b6b;
}