Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f4c3c3;
}
.herbal-mist {
color: #d0e6d0;
}
.crystal {
color: #a4d7df;
}
.james-blonde {
color: #f1e5b7;
}
.precious-pink {
color: #f9b4b4;
}
/* CSS Variables */
:root {
--cor-de-pele:#f4c3c3;
--herbal-mist:#d0e6d0;
--crystal:#a4d7df;
--james-blonde:#f1e5b7;
--precious-pink:#f9b4b4;
}