Color names in this palette
CSS code for this palette
/* CSS */
.sweet-heart {
color: #e4aab4;
}
.cor-de-pele {
color: #f4c3c3;
}
.hawaiian-cream {
color: #f9e6b9;
}
.milky-maize {
color: #f9d89f;
}
.mango-margarita {
color: #f3b94f;
}
/* CSS Variables */
:root {
--sweet-heart:#e4aab4;
--cor-de-pele:#f4c3c3;
--hawaiian-cream:#f9e6b9;
--milky-maize:#f9d89f;
--mango-margarita:#f3b94f;
}