Color names in this palette
CSS code for this palette
/* CSS */
.honey-mustard {
color: #b08e4f;
}
.ginger-ale {
color: #c7a76b;
}
.del-sol-maize {
color: #d9c292;
}
.oyster-bisque {
color: #f2e4b1;
}
.japanese-iris {
color: #7e5c3e;
}
/* CSS Variables */
:root {
--honey-mustard:#b08e4f;
--ginger-ale:#c7a76b;
--del-sol-maize:#d9c292;
--oyster-bisque:#f2e4b1;
--japanese-iris:#7e5c3e;
}