Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f5c2c2;
}
.riviera-rose {
color: #f6b0a7;
}
.papaya-punch {
color: #f99f7b;
}
.yellow-currant {
color: #f7c76e;
}
.vanilla {
color: #f3e6aa;
}
/* CSS Variables */
:root {
--cor-de-pele:#f5c2c2;
--riviera-rose:#f6b0a7;
--papaya-punch:#f99f7b;
--yellow-currant:#f7c76e;
--vanilla:#f3e6aa;
}