Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f4c3c3;
}
.candy-heart-pink {
color: #f6a2a2;
}
.young-crab {
color: #f69d9d;
}
.fruity-licious {
color: #f68e8e;
}
.shell-pink {
color: #f67e7e;
}
/* CSS Variables */
:root {
--cor-de-pele:#f4c3c3;
--candy-heart-pink:#f6a2a2;
--young-crab:#f69d9d;
--fruity-licious:#f68e8e;
--shell-pink:#f67e7e;
}