Color names in this palette
CSS code for this palette
/* CSS */
.early-july {
color: #a5dde9;
}
.island-paradise {
color: #8ae1e5;
}
.blue-radiance {
color: #5cd6d2;
}
.green-grapple {
color: #3cb9b5;
}
.talismanic-teal {
color: #1c9c9a;
}
/* CSS Variables */
:root {
--early-july:#a5dde9;
--island-paradise:#8ae1e5;
--blue-radiance:#5cd6d2;
--green-grapple:#3cb9b5;
--talismanic-teal:#1c9c9a;
}