Color names in this palette
CSS code for this palette
/* CSS */
.crab-bisque {
color: #f3b49b;
}
.chai-latte {
color: #f9cb9f;
}
.lemon-ice-yellow {
color: #f7e3a6;
}
.cr-me-de-la-cr-me {
color: #f3e7b4;
}
.lime-granita {
color: #d9e1b7;
}
/* CSS Variables */
:root {
--crab-bisque:#f3b49b;
--chai-latte:#f9cb9f;
--lemon-ice-yellow:#f7e3a6;
--cr-me-de-la-cr-me:#f3e7b4;
--lime-granita:#d9e1b7;
}