Color names in this palette
CSS code for this palette
/* CSS */
.annatto {
color: #8a5442;
}
.cold-brew-tonic {
color: #c65c3f;
}
.zucchini-flower {
color: #e8a84f;
}
.salmon-eggs {
color: #f5d561;
}
.venetian-yellow {
color: #f3e3a0;
}
/* CSS Variables */
:root {
--annatto:#8a5442;
--cold-brew-tonic:#c65c3f;
--zucchini-flower:#e8a84f;
--salmon-eggs:#f5d561;
--venetian-yellow:#f3e3a0;
}