Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f395c;
}
.nautical {
color: #2f4b7f;
}
.postwar-boom {
color: #496a97;
}
.lilac-sachet {
color: #a8b5d6;
}
.lusty-salmon {
color: #f2b1a6;
}
/* CSS Variables */
:root {
--navy-peony:#1f395c;
--nautical:#2f4b7f;
--postwar-boom:#496a97;
--lilac-sachet:#a8b5d6;
--lusty-salmon:#f2b1a6;
}