Color names in this palette
CSS code for this palette
/* CSS */
.waterhen-back {
color: #2e3f52;
}
.sailor-s-bay {
color: #496b92;
}
.ocean-view {
color: #7298b1;
}
.metal-gear {
color: #a4c2da;
}
.clear-vision {
color: #e3f2f7;
}
/* CSS Variables */
:root {
--waterhen-back:#2e3f52;
--sailor-s-bay:#496b92;
--ocean-view:#7298b1;
--metal-gear:#a4c2da;
--clear-vision:#e3f2f7;
}