Color names in this palette
CSS code for this palette
/* CSS */
.lolly-ice {
color: #a5d9d2;
}
.bone-chilling {
color: #e2f3ee;
}
.peppermint-frosting {
color: #b6f6e7;
}
.touch-of-turquoise {
color: #a1d3d1;
}
.peek-a-blue {
color: #c5e2e0;
}
/* CSS Variables */
:root {
--lolly-ice:#a5d9d2;
--bone-chilling:#e2f3ee;
--peppermint-frosting:#b6f6e7;
--touch-of-turquoise:#a1d3d1;
--peek-a-blue:#c5e2e0;
}