Color names in this palette
CSS code for this palette
/* CSS */
.sea-of-tears {
color: #1e4d9f;
}
.blue-dart {
color: #498fd4;
}
.sea-cliff {
color: #a3c7e0;
}
.aspen-yellow {
color: #f4e09f;
}
.crunch {
color: #f5b85c;
}
/* CSS Variables */
:root {
--sea-of-tears:#1e4d9f;
--blue-dart:#498fd4;
--sea-cliff:#a3c7e0;
--aspen-yellow:#f4e09f;
--crunch:#f5b85c;
}