Color names in this palette
CSS code for this palette
/* CSS */
.big-sur-blue-jade {
color: #3c6e8b;
}
.lakeshore {
color: #5996a6;
}
.maiden-voyage {
color: #8cc5d4;
}
.plateau {
color: #d3e9e5;
}
.lynx-white {
color: #f6f8f6;
}
/* CSS Variables */
:root {
--big-sur-blue-jade:#3c6e8b;
--lakeshore:#5996a6;
--maiden-voyage:#8cc5d4;
--plateau:#d3e9e5;
--lynx-white:#f6f8f6;
}