Color names in this palette
CSS code for this palette
/* CSS */
.cottonseed {
color: #f5e5c7;
}
.straw-hat {
color: #f1d5a7;
}
.sandy-brown {
color: #f1a35b;
}
.decaying-leaf {
color: #d57a30;
}
.black-oak {
color: #4f4f4f;
}
/* CSS Variables */
:root {
--cottonseed:#f5e5c7;
--straw-hat:#f1d5a7;
--sandy-brown:#f1a35b;
--decaying-leaf:#d57a30;
--black-oak:#4f4f4f;
}