Color names in this palette
CSS code for this palette
/* CSS */
.marquisette {
color: #f2d59c;
}
.river-of-gold {
color: #e6b65b;
}
.sweet-honey {
color: #d5a55d;
}
.shade-of-marigold {
color: #b58a3b;
}
.rusty-coin {
color: #8c5f2c;
}
/* CSS Variables */
:root {
--marquisette:#f2d59c;
--river-of-gold:#e6b65b;
--sweet-honey:#d5a55d;
--shade-of-marigold:#b58a3b;
--rusty-coin:#8c5f2c;
}