Color names in this palette
CSS code for this palette
/* CSS */
.sea-of-tears {
color: #1c4d9c;
}
.blue-dart {
color: #4c8dd6;
}
.hawaiian-breeze {
color: #76c5e0;
}
.ganon-blue {
color: #a4e1f9;
}
.dr-white {
color: #fafafa;
}
/* CSS Variables */
:root {
--sea-of-tears:#1c4d9c;
--blue-dart:#4c8dd6;
--hawaiian-breeze:#76c5e0;
--ganon-blue:#a4e1f9;
--dr-white:#fafafa;
}