Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1d2a77;
}
.blue-highlight {
color: #2c4a8c;
}
.tech-wave {
color: #4d799d;
}
.undine {
color: #86c1b7;
}
.first-day-of-summer {
color: #f1e99d;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1d2a77;
--blue-highlight:#2c4a8c;
--tech-wave:#4d799d;
--undine:#86c1b7;
--first-day-of-summer:#f1e99d;
}