Color names in this palette
CSS code for this palette
/* CSS */
.peek-a-blue {
color: #c5e2e0;
}
.lolly-ice {
color: #a6d9d4;
}
.cold-front-green {
color: #80b3b2;
}
.hole-in-one {
color: #4cae99;
}
.zirconia-teal {
color: #2b7c7d;
}
/* CSS Variables */
:root {
--peek-a-blue:#c5e2e0;
--lolly-ice:#a6d9d4;
--cold-front-green:#80b3b2;
--hole-in-one:#4cae99;
--zirconia-teal:#2b7c7d;
}