CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3b7e9b;
}
.shylock {
color: #5db6a4;
}
.splash {
color: #f2d79c;
}
.spicy-paella {
color: #f28d3a;
}
.chi-gong {
color: #d82c2f;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3b7e9b;
--shylock:#5db6a4;
--splash:#f2d79c;
--spicy-paella:#f28d3a;
--chi-gong:#d82c2f;
}