CSS code for this palette
/* CSS */
.chef-s-hat {
color: #f3f4f6;
}
.goddess {
color: #d0e0e7;
}
.blue-dam {
color: #a1c6d4;
}
.scott-base {
color: #6aa1c8;
}
.seachange {
color: #3c899a;
}
/* CSS Variables */
:root {
--chef-s-hat:#f3f4f6;
--goddess:#d0e0e7;
--blue-dam:#a1c6d4;
--scott-base:#6aa1c8;
--seachange:#3c899a;
}