Color names in this palette
CSS code for this palette
/* CSS */
.coolbox-ice-turquoise {
color: #4c9e9e;
}
.kingfisher-turquoise {
color: #7cb6b6;
}
.aqua-spray {
color: #a1dedc;
}
.frosty-soft-blue {
color: #b2e0e0;
}
.diamond-league {
color: #cff2f2;
}
/* CSS Variables */
:root {
--coolbox-ice-turquoise:#4c9e9e;
--kingfisher-turquoise:#7cb6b6;
--aqua-spray:#a1dedc;
--frosty-soft-blue:#b2e0e0;
--diamond-league:#cff2f2;
}