Color names in this palette
CSS code for this palette
/* CSS */
.sea-of-tears {
color: #1e4d9f;
}
.blue-dart {
color: #4e8dd4;
}
.c-est-la-vie {
color: #84c0e6;
}
.light-blue-glint {
color: #a8d3e1;
}
.alice-blue {
color: #f0f8ff;
}
/* CSS Variables */
:root {
--sea-of-tears:#1e4d9f;
--blue-dart:#4e8dd4;
--c-est-la-vie:#84c0e6;
--light-blue-glint:#a8d3e1;
--alice-blue:#f0f8ff;
}