Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1b3c5a;
}
.ocean-call {
color: #296d8e;
}
.freshwater {
color: #4ca6b8;
}
.pluviophile {
color: #6adcda;
}
.indigo-white {
color: #e9f7f7;
}
/* CSS Variables */
:root {
--capital-blue:#1b3c5a;
--ocean-call:#296d8e;
--freshwater:#4ca6b8;
--pluviophile:#6adcda;
--indigo-white:#e9f7f7;
}