CSS code for this palette
/* CSS */
.canoe-blue {
color: #1f5070;
}
.tech-wave {
color: #4d7b9d;
}
.pond-blue {
color: #8bb5c6;
}
.popcorn {
color: #f5d07a;
}
.orangeville {
color: #e66c56;
}
/* CSS Variables */
:root {
--canoe-blue:#1f5070;
--tech-wave:#4d7b9d;
--pond-blue:#8bb5c6;
--popcorn:#f5d07a;
--orangeville:#e66c56;
}