Color names in this palette
CSS code for this palette
/* CSS */
.lost-river {
color: #0a4a7b;
}
.chill-of-the-night {
color: #1f6f8e;
}
.sports-blue {
color: #3a9bb6;
}
.rushing-stream {
color: #60c5d7;
}
.spinnaker {
color: #a3e0df;
}
/* CSS Variables */
:root {
--lost-river:#0a4a7b;
--chill-of-the-night:#1f6f8e;
--sports-blue:#3a9bb6;
--rushing-stream:#60c5d7;
--spinnaker:#a3e0df;
}