Color names in this palette
CSS code for this palette
/* CSS */
.baroque {
color: #d6b11f;
}
.grandiose {
color: #c9a94f;
}
.sinking-sand {
color: #d9b578;
}
.october-bounty {
color: #e3c5a5;
}
.wax-flower {
color: #efb69f;
}
/* CSS Variables */
:root {
--baroque:#d6b11f;
--grandiose:#c9a94f;
--sinking-sand:#d9b578;
--october-bounty:#e3c5a5;
--wax-flower:#efb69f;
}