Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f4c3c3;
}
.smooth-as-corn-silk {
color: #f6e4b1;
}
.hopeful {
color: #f2d4e3;
}
.pink-touch {
color: #fae1d6;
}
.dough-yellow {
color: #f7d0b6;
}
/* CSS Variables */
:root {
--cor-de-pele:#f4c3c3;
--smooth-as-corn-silk:#f6e4b1;
--hopeful:#f2d4e3;
--pink-touch:#fae1d6;
--dough-yellow:#f7d0b6;
}