Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f5c2c2;
}
.blended-fruit {
color: #f9e5a4;
}
.hamster-habitat {
color: #c3d5ae;
}
.regale-blue {
color: #7fb5d7;
}
.hanami-pink {
color: #f3a5df;
}
/* CSS Variables */
:root {
--cor-de-pele:#f5c2c2;
--blended-fruit:#f9e5a4;
--hamster-habitat:#c3d5ae;
--regale-blue:#7fb5d7;
--hanami-pink:#f3a5df;
}