Color names in this palette
CSS code for this palette
/* CSS */
.compatible-cream {
color: #e9caa0;
}
.splash-of-honey {
color: #dab88b;
}
.ginger-ale {
color: #c9a86e;
}
.escapade-gold {
color: #b69d58;
}
.mustard-gold {
color: #a48a4c;
}
/* CSS Variables */
:root {
--compatible-cream:#e9caa0;
--splash-of-honey:#dab88b;
--ginger-ale:#c9a86e;
--escapade-gold:#b69d58;
--mustard-gold:#a48a4c;
}