Color names in this palette
CSS code for this palette
/* CSS */
.young-at-heart {
color: #d4a1a6;
}
.cor-de-pele {
color: #f4c3c3;
}
.forgotten-sunset {
color: #fcd6b0;
}
.lime-bright {
color: #f1e4b1;
}
.october-bounty {
color: #e4c6a0;
}
/* CSS Variables */
:root {
--young-at-heart:#d4a1a6;
--cor-de-pele:#f4c3c3;
--forgotten-sunset:#fcd6b0;
--lime-bright:#f1e4b1;
--october-bounty:#e4c6a0;
}