Color names in this palette
CSS code for this palette
/* CSS */
.high-blue {
color: #4baadd;
}
.quiet-night {
color: #3b8cbf;
}
.blues {
color: #2c6b9b;
}
.dark-blue {
color: #2d5b7c;
}
.pallasite-blue {
color: #304b50;
}
/* CSS Variables */
:root {
--high-blue:#4baadd;
--quiet-night:#3b8cbf;
--blues:#2c6b9b;
--dark-blue:#2d5b7c;
--pallasite-blue:#304b50;
}