Color names in this palette
CSS code for this palette
/* CSS */
.afternoon-sky {
color: #89cfeb;
}
.salem-blue {
color: #6aadd7;
}
.azure-blue {
color: #508ec3;
}
.deep-water {
color: #2b6ea1;
}
.bright-midnight-blue {
color: #1e4e76;
}
/* CSS Variables */
:root {
--afternoon-sky:#89cfeb;
--salem-blue:#6aadd7;
--azure-blue:#508ec3;
--deep-water:#2b6ea1;
--bright-midnight-blue:#1e4e76;
}