Color names in this palette
CSS code for this palette
/* CSS */
.flood-out {
color: #5a9baf;
}
.delicate-girl-blue {
color: #6ab2c8;
}
.not-a-cloud-in-sight {
color: #80c6d6;
}
.everest {
color: #a1e2df;
}
.tinted-ice {
color: #cff7f7;
}
/* CSS Variables */
:root {
--flood-out:#5a9baf;
--delicate-girl-blue:#6ab2c8;
--not-a-cloud-in-sight:#80c6d6;
--everest:#a1e2df;
--tinted-ice:#cff7f7;
}