Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.lolly {
color: #ff9c8f;
}
.cor-de-pele {
color: #f5c2c2;
}
.fake-blonde {
color: #f0e3c1;
}
.dingy-sticky-note {
color: #e3f2a1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--lolly:#ff9c8f;
--cor-de-pele:#f5c2c2;
--fake-blonde:#f0e3c1;
--dingy-sticky-note:#e3f2a1;
}