Color names in this palette
CSS code for this palette
/* CSS */
.sea-of-tears {
color: #1e4d9f;
}
.walker-lake {
color: #3c8bb9;
}
.surfin {
color: #6fc2d3;
}
.luminescent-blue {
color: #a6e1e7;
}
.the-speed-of-light {
color: #f6f4ee;
}
/* CSS Variables */
:root {
--sea-of-tears:#1e4d9f;
--walker-lake:#3c8bb9;
--surfin:#6fc2d3;
--luminescent-blue:#a6e1e7;
--the-speed-of-light:#f6f4ee;
}