Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f7e1a1;
}
.american-yellow {
color: #f5b400;
}
.hotter-butter {
color: #e68e00;
}
.orange-pepper {
color: #d67d00;
}
.dry-clay {
color: #b85f00;
}
/* CSS Variables */
:root {
--venetian-yellow:#f7e1a1;
--american-yellow:#f5b400;
--hotter-butter:#e68e00;
--orange-pepper:#d67d00;
--dry-clay:#b85f00;
}