Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f5b2c1;
}
.carmine-rose {
color: #eb5c90;
}
.raspberry-sorbet {
color: #d4406a;
}
.red-bud {
color: #a92d56;
}
.rocking-chair {
color: #6b1a39;
}
/* CSS Variables */
:root {
--ibis:#f5b2c1;
--carmine-rose:#eb5c90;
--raspberry-sorbet:#d4406a;
--red-bud:#a92d56;
--rocking-chair:#6b1a39;
}