Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.nautical-creatures {
color: #2a5d7e;
}
.cold-north {
color: #509b9b;
}
.mint-majesty {
color: #7dd8c5;
}
.friendly-yellow {
color: #f6e2b1;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--nautical-creatures:#2a5d7e;
--cold-north:#509b9b;
--mint-majesty:#7dd8c5;
--friendly-yellow:#f6e2b1;
}