Color names in this palette
CSS code for this palette
/* CSS */
.japanese-fern {
color: #b5b34a;
}
.afghan-sand {
color: #d2a85b;
}
.golden-talisman {
color: #e8c69c;
}
.ibis {
color: #f7b1c2;
}
.silk-ribbon {
color: #c76b90;
}
/* CSS Variables */
:root {
--japanese-fern:#b5b34a;
--afghan-sand:#d2a85b;
--golden-talisman:#e8c69c;
--ibis:#f7b1c2;
--silk-ribbon:#c76b90;
}