Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.pretty-petunia {
color: #d1b2e0;
}
.fringy-flower {
color: #b1e2b6;
}
.sp-tzle-yellow {
color: #ffed8a;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--pretty-petunia:#d1b2e0;
--fringy-flower:#b1e2b6;
--sp-tzle-yellow:#ffed8a;
--grapefruit-pulp:#ff6e61;
}