Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f6b1c1;
}
.pink-fit {
color: #f5a8b0;
}
.peach-burst {
color: #f49a9a;
}
.bierwurst {
color: #f2908c;
}
.salmon-pok-bowl {
color: #f27c78;
}
/* CSS Variables */
:root {
--ibis:#f6b1c1;
--pink-fit:#f5a8b0;
--peach-burst:#f49a9a;
--bierwurst:#f2908c;
--salmon-pok-bowl:#f27c78;
}