Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f4c3c3;
}
.mystic-tulip {
color: #f7b5a1;
}
.florida-sunrise {
color: #f6a76f;
}
.golden-kingdom {
color: #e3c94a;
}
.green-gooseberry {
color: #afdf9f;
}
/* CSS Variables */
:root {
--cor-de-pele:#f4c3c3;
--mystic-tulip:#f7b5a1;
--florida-sunrise:#f6a76f;
--golden-kingdom:#e3c94a;
--green-gooseberry:#afdf9f;
}