CSS code for this palette
/* CSS */
.nautical {
color: #2b4d7d;
}
.tech-wave {
color: #4d7d9d;
}
.holiday {
color: #7fc7b6;
}
.cornflake {
color: #f0e68a;
}
.honey-wax {
color: #f9a824;
}
/* CSS Variables */
:root {
--nautical:#2b4d7d;
--tech-wave:#4d7d9d;
--holiday:#7fc7b6;
--cornflake:#f0e68a;
--honey-wax:#f9a824;
}