Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f4c3c3;
}
.blackberry-yogurt {
color: #e2b3e5;
}
.echo-iris {
color: #b4e3f4;
}
.anise-flower {
color: #f4e2b4;
}
.precious-pink {
color: #f4b4b4;
}
/* CSS Variables */
:root {
--cor-de-pele:#f4c3c3;
--blackberry-yogurt:#e2b3e5;
--echo-iris:#b4e3f4;
--anise-flower:#f4e2b4;
--precious-pink:#f4b4b4;
}