Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f5b2c1;
}
.barrett-quince {
color: #f7d1b0;
}
.lemon-filling {
color: #f7e6a6;
}
.butterfly {
color: #c9e2a2;
}
.eerie-glow {
color: #a7d7b8;
}
/* CSS Variables */
:root {
--ibis:#f5b2c1;
--barrett-quince:#f7d1b0;
--lemon-filling:#f7e6a6;
--butterfly:#c9e2a2;
--eerie-glow:#a7d7b8;
}