Color names in this palette
CSS code for this palette
/* CSS */
.cream-custard {
color: #f2d8b0;
}
.desert-dust {
color: #e3b88c;
}
.caramelo-dulce {
color: #d5a16c;
}
.bourbon {
color: #a96a3d;
}
.witch-s-cottage {
color: #4b3c2a;
}
/* CSS Variables */
:root {
--cream-custard:#f2d8b0;
--desert-dust:#e3b88c;
--caramelo-dulce:#d5a16c;
--bourbon:#a96a3d;
--witch-s-cottage:#4b3c2a;
}