CSS code for this palette
/* CSS */
.dark {
color: #1a202d;
}
.truth {
color: #3a498d;
}
.chesty-bond {
color: #4f6ea1;
}
.deluxe-days {
color: #8bc5e5;
}
.crystal-river {
color: #b2e3f0;
}
/* CSS Variables */
:root {
--dark:#1a202d;
--truth:#3a498d;
--chesty-bond:#4f6ea1;
--deluxe-days:#8bc5e5;
--crystal-river:#b2e3f0;
}