Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f3b4c3;
}
.brittany-s-bow {
color: #f5d6e0;
}
.poetic-princess {
color: #f9e1e5;
}
.poplar-pink {
color: #fcd4e3;
}
.matt-pink {
color: #ffb3c1;
}
/* CSS Variables */
:root {
--ibis:#f3b4c3;
--brittany-s-bow:#f5d6e0;
--poetic-princess:#f9e1e5;
--poplar-pink:#fcd4e3;
--matt-pink:#ffb3c1;
}