Color names in this palette
CSS code for this palette
/* CSS */
.honey-tea {
color: #dabe8b;
}
.blossom-yellow {
color: #e0c57b;
}
.chamois {
color: #e7cf9c;
}
.venetian-yellow {
color: #f4e49f;
}
.golden-glow {
color: #f9d57b;
}
/* CSS Variables */
:root {
--honey-tea:#dabe8b;
--blossom-yellow:#e0c57b;
--chamois:#e7cf9c;
--venetian-yellow:#f4e49f;
--golden-glow:#f9d57b;
}