Color names in this palette
CSS code for this palette
/* CSS */
.japanese-yew {
color: #d7a370;
}
.english-custard {
color: #e2b86f;
}
.orange-chocolate {
color: #f1c579;
}
.venetian-yellow {
color: #f3e5a0;
}
.apricot-sorbet {
color: #e6a85c;
}
/* CSS Variables */
:root {
--japanese-yew:#d7a370;
--english-custard:#e2b86f;
--orange-chocolate:#f1c579;
--venetian-yellow:#f3e5a0;
--apricot-sorbet:#e6a85c;
}