Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f5c2c2;
}
.mystic-tulip {
color: #f8b5a0;
}
.trump-tan {
color: #f6a46a;
}
.venetian-yellow {
color: #f7e3a1;
}
.dingy-sticky-note {
color: #e3f49f;
}
/* CSS Variables */
:root {
--cor-de-pele:#f5c2c2;
--mystic-tulip:#f8b5a0;
--trump-tan:#f6a46a;
--venetian-yellow:#f7e3a1;
--dingy-sticky-note:#e3f49f;
}