Color names in this palette
CSS code for this palette
/* CSS */
.tomb-blue {
color: #0099cc;
}
.sanctuary-spa {
color: #67b4e4;
}
.tourmaline-water-blue {
color: #98d3e1;
}
.breeze-in-june {
color: #c3e1e9;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--tomb-blue:#0099cc;
--sanctuary-spa:#67b4e4;
--tourmaline-water-blue:#98d3e1;
--breeze-in-june:#c3e1e9;
--coastal-breeze:#e0f7fa;
}