Color names in this palette
CSS code for this palette
/* CSS */
.pretty-in-pink {
color: #f6bbe6;
}
.neighborly-peach {
color: #f5c0a3;
}
.invigorating {
color: #f2e9b5;
}
.lattice-work {
color: #b5e3c2;
}
.thresher-shark {
color: #92c8e8;
}
/* CSS Variables */
:root {
--pretty-in-pink:#f6bbe6;
--neighborly-peach:#f5c0a3;
--invigorating:#f2e9b5;
--lattice-work:#b5e3c2;
--thresher-shark:#92c8e8;
}