Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2c4;
}
.laelia-pink {
color: #f4c8e2;
}
.pork-belly {
color: #f8e2e7;
}
.ibis {
color: #f1b1c0;
}
.highlighter-pink {
color: #e65b7b;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2c4;
--laelia-pink:#f4c8e2;
--pork-belly:#f8e2e7;
--ibis:#f1b1c0;
--highlighter-pink:#e65b7b;
}