Color names in this palette
CSS code for this palette
/* CSS */
.bay-view {
color: #6b809e;
}
.wickford-bay {
color: #4c6990;
}
.china-pattern {
color: #3e5e79;
}
.deep-ocean {
color: #2b4c5f;
}
.subterranean-river {
color: #1f3c4d;
}
/* CSS Variables */
:root {
--bay-view:#6b809e;
--wickford-bay:#4c6990;
--china-pattern:#3e5e79;
--deep-ocean:#2b4c5f;
--subterranean-river:#1f3c4d;
}