Color names in this palette
CSS code for this palette
/* CSS */
.creed {
color: #c5a449;
}
.farm-straw {
color: #d1b74d;
}
.duck-butter {
color: #e1c45b;
}
.golden-sand {
color: #e7d06a;
}
.coco-lemon-tart {
color: #f1e088;
}
/* CSS Variables */
:root {
--creed:#c5a449;
--farm-straw:#d1b74d;
--duck-butter:#e1c45b;
--golden-sand:#e7d06a;
--coco-lemon-tart:#f1e088;
}