Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f395c;
}
.nautical {
color: #2f4c7f;
}
.san-marino {
color: #4b6b9b;
}
.periwinkle-sky {
color: #8eb9d7;
}
.jemima {
color: #f3d57c;
}
/* CSS Variables */
:root {
--navy-peony:#1f395c;
--nautical:#2f4c7f;
--san-marino:#4b6b9b;
--periwinkle-sky:#8eb9d7;
--jemima:#f3d57c;
}