Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f4c3c3;
}
.sweet-lilac {
color: #eab8d1;
}
.martica {
color: #f5e4b7;
}
.golden-delicious {
color: #d4d58b;
}
.grape-s-treasure {
color: #bfafcf;
}
/* CSS Variables */
:root {
--cor-de-pele:#f4c3c3;
--sweet-lilac:#eab8d1;
--martica:#f5e4b7;
--golden-delicious:#d4d58b;
--grape-s-treasure:#bfafcf;
}