Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.cor-de-pele {
color: #f4c3c3;
}
.butterfly-wing {
color: #f8d2b4;
}
.asagi-yellow {
color: #f5b87f;
}
.troll-slayer-orange {
color: #f6a64c;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--cor-de-pele:#f4c3c3;
--butterfly-wing:#f8d2b4;
--asagi-yellow:#f5b87f;
--troll-slayer-orange:#f6a64c;
}