Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #a5d8e9;
}
.azurean {
color: #5bbedc;
}
.sports-blue {
color: #3a9bb6;
}
.mosaic-blue {
color: #007d99;
}
.midnight-green {
color: #004852;
}
/* CSS Variables */
:root {
--blue-click:#a5d8e9;
--azurean:#5bbedc;
--sports-blue:#3a9bb6;
--mosaic-blue:#007d99;
--midnight-green:#004852;
}