Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f6b6c1;
}
.pearl-blush {
color: #f5cec2;
}
.french-creme {
color: #f2e6cf;
}
.soft-butter {
color: #f4e1b8;
}
.chai-latte {
color: #f9c89f;
}
/* CSS Variables */
:root {
--ibis:#f6b6c1;
--pearl-blush:#f5cec2;
--french-creme:#f2e6cf;
--soft-butter:#f4e1b8;
--chai-latte:#f9c89f;
}