CSS code for this palette
/* CSS */
.deep-water {
color: #2b6f9c;
}
.dupain {
color: #5a9bbf;
}
.juvie {
color: #8abbd0;
}
.basin-blue {
color: #b8e0e5;
}
.anti-flash-white {
color: #f0f4f5;
}
/* CSS Variables */
:root {
--deep-water:#2b6f9c;
--dupain:#5a9bbf;
--juvie:#8abbd0;
--basin-blue:#b8e0e5;
--anti-flash-white:#f0f4f5;
}