Color names in this palette
CSS code for this palette
/* CSS */
.carmel {
color: #915d3b;
}
.caramelized-pecan {
color: #a3794d;
}
.ginger-ale {
color: #c9a86e;
}
.riviera-sand {
color: #e0c79e;
}
.friendly-yellow {
color: #f4e1b3;
}
/* CSS Variables */
:root {
--carmel:#915d3b;
--caramelized-pecan:#a3794d;
--ginger-ale:#c9a86e;
--riviera-sand:#e0c79e;
--friendly-yellow:#f4e1b3;
}