Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.nautical {
color: #2c487d;
}
.jay-bird {
color: #4b81a0;
}
.lagoona-teal {
color: #78c6d3;
}
.invigorating {
color: #f1e9b6;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--nautical:#2c487d;
--jay-bird:#4b81a0;
--lagoona-teal:#78c6d3;
--invigorating:#f1e9b6;
}