Color names in this palette
CSS code for this palette
/* CSS */
.castellina {
color: #a36e43;
}
.mustard-musketeers {
color: #d5a52a;
}
.golden-opportunity {
color: #f5c470;
}
.bay {
color: #b5e3d1;
}
.amber-glow {
color: #f29d3a;
}
/* CSS Variables */
:root {
--castellina:#a36e43;
--mustard-musketeers:#d5a52a;
--golden-opportunity:#f5c470;
--bay:#b5e3d1;
--amber-glow:#f29d3a;
}