Color names in this palette
CSS code for this palette
/* CSS */
.coolbox-ice-turquoise {
color: #499c9c;
}
.kingfisher-turquoise {
color: #7ab8b8;
}
.aroma-blue {
color: #97d3d3;
}
.seascape-green {
color: #b5e3e3;
}
.diamond-league {
color: #d0f1f1;
}
/* CSS Variables */
:root {
--coolbox-ice-turquoise:#499c9c;
--kingfisher-turquoise:#7ab8b8;
--aroma-blue:#97d3d3;
--seascape-green:#b5e3e3;
--diamond-league:#d0f1f1;
}