Color names in this palette
CSS code for this palette
/* CSS */
.h-l-n-blue {
color: #1ab2d1;
}
.brilliant {
color: #0095a8;
}
.by-the-bayou {
color: #007c8f;
}
.cool-dive {
color: #005d70;
}
.kali-blue {
color: #004b5c;
}
/* CSS Variables */
:root {
--h-l-n-blue:#1ab2d1;
--brilliant:#0095a8;
--by-the-bayou:#007c8f;
--cool-dive:#005d70;
--kali-blue:#004b5c;
}