Color names in this palette
CSS code for this palette
/* CSS */
.icicle-mint {
color: #d0e7e7;
}
.aqua-island {
color: #a3d7d7;
}
.cyantific {
color: #77c5c5;
}
.blue-turquoise {
color: #4bafad;
}
.sea-fantasy {
color: #1e8f8f;
}
/* CSS Variables */
:root {
--icicle-mint:#d0e7e7;
--aqua-island:#a3d7d7;
--cyantific:#77c5c5;
--blue-turquoise:#4bafad;
--sea-fantasy:#1e8f8f;
}