Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f395c;
}
.nautical {
color: #2b497d;
}
.parkwater {
color: #4b7bbe;
}
.water-wash {
color: #a9c7e5;
}
.marigold-dust {
color: #f5d03d;
}
/* CSS Variables */
:root {
--navy-peony:#1f395c;
--nautical:#2b497d;
--parkwater:#4b7bbe;
--water-wash:#a9c7e5;
--marigold-dust:#f5d03d;
}