Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1a4d6b;
}
.blue-catch {
color: #3f7b8d;
}
.crystal-blue {
color: #6aa1b4;
}
.light-budgie-blue {
color: #9ed4e6;
}
.silent-snowfall {
color: #eff7fb;
}
/* CSS Variables */
:root {
--seafarer:#1a4d6b;
--blue-catch:#3f7b8d;
--crystal-blue:#6aa1b4;
--light-budgie-blue:#9ed4e6;
--silent-snowfall:#eff7fb;
}