Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f4c3c3;
}
.banana-yogurt {
color: #f9e9b4;
}
.lady-banksia {
color: #ffe5a8;
}
.eerie-glow {
color: #a7d7b8;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--cor-de-pele:#f4c3c3;
--banana-yogurt:#f9e9b4;
--lady-banksia:#ffe5a8;
--eerie-glow:#a7d7b8;
--apricot-glazed-chicken:#f5a524;
}