Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f4c3c3;
}
.gentle-glow {
color: #f7e4bb;
}
.manila-tint {
color: #ffe1a8;
}
.xanthous {
color: #f4b42a;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--cor-de-pele:#f4c3c3;
--gentle-glow:#f7e4bb;
--manila-tint:#ffe1a8;
--xanthous:#f4b42a;
--grapefruit-pulp:#ff6e61;
}