Color names in this palette
CSS code for this palette
/* CSS */
.lolly-ice {
color: #a5d9d2;
}
.bone-chilling {
color: #e2f3ee;
}
.cold-blooded {
color: #b8f5e8;
}
.touch-of-turquoise {
color: #a2d2d1;
}
.peek-a-blue {
color: #c6e2e1;
}
/* CSS Variables */
:root {
--lolly-ice:#a5d9d2;
--bone-chilling:#e2f3ee;
--cold-blooded:#b8f5e8;
--touch-of-turquoise:#a2d2d1;
--peek-a-blue:#c6e2e1;
}