Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f6c2c1;
}
.venetian-yellow {
color: #f7e3a1;
}
.pastel-jade {
color: #d4f2e2;
}
.water-flow {
color: #7bc6db;
}
.boat-house {
color: #4f8cba;
}
/* CSS Variables */
:root {
--cor-de-pele:#f6c2c1;
--venetian-yellow:#f7e3a1;
--pastel-jade:#d4f2e2;
--water-flow:#7bc6db;
--boat-house:#4f8cba;
}