Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f6b1c0;
}
.harmonious-rose {
color: #f69db9;
}
.sachet-pink {
color: #f68eb7;
}
.pink-eraser {
color: #f29c9c;
}
.cupid-s-arrow {
color: #ea6c8d;
}
/* CSS Variables */
:root {
--ibis:#f6b1c0;
--harmonious-rose:#f69db9;
--sachet-pink:#f68eb7;
--pink-eraser:#f29c9c;
--cupid-s-arrow:#ea6c8d;
}