Color names in this palette
CSS code for this palette
/* CSS */
.dusty-gold {
color: #d6b99a;
}
.novelle-peach {
color: #e4c6b4;
}
.honey-beige {
color: #f4e2c8;
}
.moonglow {
color: #f8e5c4;
}
.fresh-sawdust {
color: #c6a27b;
}
/* CSS Variables */
:root {
--dusty-gold:#d6b99a;
--novelle-peach:#e4c6b4;
--honey-beige:#f4e2c8;
--moonglow:#f8e5c4;
--fresh-sawdust:#c6a27b;
}