Color names in this palette
CSS code for this palette
/* CSS */
.hawaii-morning {
color: #00bbff;
}
.vanadyl-blue {
color: #00a5e0;
}
.surf-rider {
color: #0091c2;
}
.kingfisher-sheen {
color: #0080a3;
}
.high-profile {
color: #005b85;
}
/* CSS Variables */
:root {
--hawaii-morning:#00bbff;
--vanadyl-blue:#00a5e0;
--surf-rider:#0091c2;
--kingfisher-sheen:#0080a3;
--high-profile:#005b85;
}