Color names in this palette
CSS code for this palette
/* CSS */
.crown-gold {
color: #b58f5e;
}
.muntok-white-pepper {
color: #d1a571;
}
.bountiful-gold {
color: #e3c268;
}
.convivial-yellow {
color: #e8d5b0;
}
.reed {
color: #c8d3a7;
}
/* CSS Variables */
:root {
--crown-gold:#b58f5e;
--muntok-white-pepper:#d1a571;
--bountiful-gold:#e3c268;
--convivial-yellow:#e8d5b0;
--reed:#c8d3a7;
}