Color names in this palette
CSS code for this palette
/* CSS */
.pink-begonia {
color: #e09fbf;
}
.cor-de-pele {
color: #f4c3c3;
}
.durango-dust {
color: #f9e29f;
}
.granny-smith-apple {
color: #9fdd92;
}
.blue-gourami {
color: #6b9fd6;
}
/* CSS Variables */
:root {
--pink-begonia:#e09fbf;
--cor-de-pele:#f4c3c3;
--durango-dust:#f9e29f;
--granny-smith-apple:#9fdd92;
--blue-gourami:#6b9fd6;
}