Color names in this palette
CSS code for this palette
/* CSS */
.high-profile {
color: #015c83;
}
.sea-sight {
color: #007a99;
}
.greek-blue {
color: #009dbd;
}
.blue-atoll {
color: #00b0e0;
}
.neon-blue {
color: #00d4ff;
}
/* CSS Variables */
:root {
--high-profile:#015c83;
--sea-sight:#007a99;
--greek-blue:#009dbd;
--blue-atoll:#00b0e0;
--neon-blue:#00d4ff;
}