Color names in this palette
CSS code for this palette
/* CSS */
.cracker-bitz {
color: #d1b389;
}
.peach-latte {
color: #e7c49c;
}
.cono-de-vainilla {
color: #f1dbb6;
}
.flower-of-oahu {
color: #f6dfc6;
}
.chenille-white {
color: #f9efe1;
}
/* CSS Variables */
:root {
--cracker-bitz:#d1b389;
--peach-latte:#e7c49c;
--cono-de-vainilla:#f1dbb6;
--flower-of-oahu:#f6dfc6;
--chenille-white:#f9efe1;
}