Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f5b2c3;
}
.ginger-peach {
color: #f8d3a0;
}
.buttery-croissant {
color: #f2e19c;
}
.eerie-glow {
color: #a7d7b8;
}
.kindred {
color: #6ea4d4;
}
/* CSS Variables */
:root {
--ibis:#f5b2c3;
--ginger-peach:#f8d3a0;
--buttery-croissant:#f2e19c;
--eerie-glow:#a7d7b8;
--kindred:#6ea4d4;
}