Color names in this palette
CSS code for this palette
/* CSS */
.ice-effect {
color: #bfedfd;
}
.early-july {
color: #a5dde9;
}
.after-the-rain {
color: #8bc3d0;
}
.hygiene-green {
color: #5ab5b3;
}
.latigo-bay {
color: #3b9a9b;
}
/* CSS Variables */
:root {
--ice-effect:#bfedfd;
--early-july:#a5dde9;
--after-the-rain:#8bc3d0;
--hygiene-green:#5ab5b3;
--latigo-bay:#3b9a9b;
}