Color names in this palette
CSS code for this palette
/* CSS */
.gondolier {
color: #62b0c6;
}
.brig {
color: #4b9fc3;
}
.curious-blue {
color: #3e7fbb;
}
.raftsman {
color: #3b5e9b;
}
.clear-night-sky {
color: #1e4f80;
}
/* CSS Variables */
:root {
--gondolier:#62b0c6;
--brig:#4b9fc3;
--curious-blue:#3e7fbb;
--raftsman:#3b5e9b;
--clear-night-sky:#1e4f80;
}