Color names in this palette
CSS code for this palette
/* CSS */
.pretty-pink-piggy {
color: #f1a7da;
}
.gumball {
color: #e9b4d2;
}
.fresh-heather {
color: #d2c3df;
}
.filtered-forest {
color: #b6e2d1;
}
.lenticular-ore {
color: #6eb4a5;
}
/* CSS Variables */
:root {
--pretty-pink-piggy:#f1a7da;
--gumball:#e9b4d2;
--fresh-heather:#d2c3df;
--filtered-forest:#b6e2d1;
--lenticular-ore:#6eb4a5;
}