Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e0;
}
.cor-de-pele {
color: #f6c2c1;
}
.ethereal-green {
color: #f0e7c7;
}
.maximum-yellow-red {
color: #f2ba4a;
}
.cleopatra-s-gown {
color: #7f4b8b;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e0;
--cor-de-pele:#f6c2c1;
--ethereal-green:#f0e7c7;
--maximum-yellow-red:#f2ba4a;
--cleopatra-s-gown:#7f4b8b;
}