Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f3b4d;
}
.sailor-s-bay {
color: #4a6d8c;
}
.inner-sanctum {
color: #7aa8b8;
}
.early-june {
color: #b2d3e0;
}
.zh-n-zh-b-i-pearl {
color: #f5f9fa;
}
/* CSS Variables */
:root {
--subterranean-river:#1f3b4d;
--sailor-s-bay:#4a6d8c;
--inner-sanctum:#7aa8b8;
--early-june:#b2d3e0;
--zh-n-zh-b-i-pearl:#f5f9fa;
}