Color names in this palette
CSS code for this palette
/* CSS */
.goluboy-blue {
color: #89b5e1;
}
.blue-bay {
color: #5d9bd5;
}
.splish-splash {
color: #2e8dd1;
}
.sixties-blue {
color: #0079a8;
}
.felix {
color: #005f8f;
}
/* CSS Variables */
:root {
--goluboy-blue:#89b5e1;
--blue-bay:#5d9bd5;
--splish-splash:#2e8dd1;
--sixties-blue:#0079a8;
--felix:#005f8f;
}