Color names in this palette
CSS code for this palette
/* CSS */
.gold-dust {
color: #a37e3e;
}
.rainforest-fern {
color: #ccc08f;
}
.milk-quartz {
color: #f4e0ae;
}
.fresco-cream {
color: #f9c9a4;
}
.orangeville {
color: #e26c5a;
}
/* CSS Variables */
:root {
--gold-dust:#a37e3e;
--rainforest-fern:#ccc08f;
--milk-quartz:#f4e0ae;
--fresco-cream:#f9c9a4;
--orangeville:#e26c5a;
}