Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1a3d5b;
}
.ocean-call {
color: #2c6c8c;
}
.verditer-blue {
color: #50a9b9;
}
.limpet-shell {
color: #8de2d9;
}
.greenish-white {
color: #cff2df;
}
/* CSS Variables */
:root {
--capital-blue:#1a3d5b;
--ocean-call:#2c6c8c;
--verditer-blue:#50a9b9;
--limpet-shell:#8de2d9;
--greenish-white:#cff2df;
}