Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f8a5b1;
}
.ginger-peach {
color: #fad19e;
}
.wickerware {
color: #fce2b0;
}
.celery-root {
color: #d2e8bb;
}
.chefchaouen-blue {
color: #a5d3e9;
}
/* CSS Variables */
:root {
--pink-fit:#f8a5b1;
--ginger-peach:#fad19e;
--wickerware:#fce2b0;
--celery-root:#d2e8bb;
--chefchaouen-blue:#a5d3e9;
}