Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1a3d5b;
}
.ocean-call {
color: #2c6f90;
}
.maui-blue {
color: #50a4b9;
}
.middle-blue {
color: #7ed3e2;
}
.azure-sky {
color: #b2e7f5;
}
/* CSS Variables */
:root {
--capital-blue:#1a3d5b;
--ocean-call:#2c6f90;
--maui-blue:#50a4b9;
--middle-blue:#7ed3e2;
--azure-sky:#b2e7f5;
}