CSS code for this palette
/* CSS */
.blue-bows {
color: #a3c4d7;
}
.fate {
color: #6c9dbc;
}
.hippie-blue {
color: #498a9c;
}
.night-shift {
color: #2c5d6d;
}
.nordic {
color: #1f3b3d;
}
/* CSS Variables */
:root {
--blue-bows:#a3c4d7;
--fate:#6c9dbc;
--hippie-blue:#498a9c;
--night-shift:#2c5d6d;
--nordic:#1f3b3d;
}