Color names in this palette
CSS code for this palette
/* CSS */
.buccaneer-blue {
color: #005a8f;
}
.sixties-blue {
color: #0079a8;
}
.surf-rider {
color: #0091c2;
}
.cyanite {
color: #00b8e6;
}
.neon-blue {
color: #00d4ff;
}
/* CSS Variables */
:root {
--buccaneer-blue:#005a8f;
--sixties-blue:#0079a8;
--surf-rider:#0091c2;
--cyanite:#00b8e6;
--neon-blue:#00d4ff;
}