Color names in this palette
CSS code for this palette
/* CSS */
.sea-of-tears {
color: #1c4f9b;
}
.tufts-blue {
color: #407fbf;
}
.acapulco-dive {
color: #6aa8e2;
}
.windsor-way {
color: #a1c8e8;
}
.wizard-white {
color: #e0f2ff;
}
/* CSS Variables */
:root {
--sea-of-tears:#1c4f9b;
--tufts-blue:#407fbf;
--acapulco-dive:#6aa8e2;
--windsor-way:#a1c8e8;
--wizard-white:#e0f2ff;
}