Color names in this palette
CSS code for this palette
/* CSS */
.bluette {
color: #9fc1d6;
}
.cerulean-frost {
color: #6e9cc4;
}
.storm-blue {
color: #4f7a9c;
}
.quiet-storm {
color: #2f5a6a;
}
.lacustral {
color: #1b4b4b;
}
/* CSS Variables */
:root {
--bluette:#9fc1d6;
--cerulean-frost:#6e9cc4;
--storm-blue:#4f7a9c;
--quiet-storm:#2f5a6a;
--lacustral:#1b4b4b;
}