Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b400;
}
.salmon-eggs {
color: #f8d45d;
}
.venetian-yellow {
color: #f8e5a0;
}
.french-market {
color: #a6c8a3;
}
.sealegs {
color: #6b8d8e;
}
/* CSS Variables */
:root {
--fat-gold:#e6b400;
--salmon-eggs:#f8d45d;
--venetian-yellow:#f8e5a0;
--french-market:#a6c8a3;
--sealegs:#6b8d8e;
}