Color names in this palette
CSS code for this palette
/* CSS */
.sweet-maple {
color: #d8af6f;
}
.riviera-sand {
color: #e0c59e;
}
.bad-moon-yellow {
color: #f3e5b4;
}
.cat-s-eye-marble {
color: #d6a75c;
}
.cray {
color: #b9783c;
}
/* CSS Variables */
:root {
--sweet-maple:#d8af6f;
--riviera-sand:#e0c59e;
--bad-moon-yellow:#f3e5b4;
--cat-s-eye-marble:#d6a75c;
--cray:#b9783c;
}