CSS code for this palette
/* CSS */
.raftsman {
color: #3a5e9c;
}
.granada-sky {
color: #5f80b9;
}
.blue-bell {
color: #8ab1d0;
}
.crunch {
color: #f2b75f;
}
.wet-coral {
color: #d15c4d;
}
/* CSS Variables */
:root {
--raftsman:#3a5e9c;
--granada-sky:#5f80b9;
--blue-bell:#8ab1d0;
--crunch:#f2b75f;
--wet-coral:#d15c4d;
}