Color names in this palette
CSS code for this palette
/* CSS */
.allegro {
color: #b5895a;
}
.siesta-dreams {
color: #c8a67e;
}
.almond-biscuit {
color: #e8cba6;
}
.sweet-mustard {
color: #d7b670;
}
.nutmeg {
color: #7e4b3a;
}
/* CSS Variables */
:root {
--allegro:#b5895a;
--siesta-dreams:#c8a67e;
--almond-biscuit:#e8cba6;
--sweet-mustard:#d7b670;
--nutmeg:#7e4b3a;
}