Color names in this palette
CSS code for this palette
/* CSS */
.sunken-harbor {
color: #1e3b48;
}
.faience {
color: #296989;
}
.mountain-bluebird {
color: #4e9cc1;
}
.terrace-pool {
color: #a1d6e2;
}
.shiroi-white {
color: #eaf6f3;
}
/* CSS Variables */
:root {
--sunken-harbor:#1e3b48;
--faience:#296989;
--mountain-bluebird:#4e9cc1;
--terrace-pool:#a1d6e2;
--shiroi-white:#eaf6f3;
}