Color names in this palette
CSS code for this palette
/* CSS */
.blue-nude {
color: #2a4f8d;
}
.tufts-blue {
color: #407fbf;
}
.imrik-blue {
color: #6baed1;
}
.atlantic-ocean {
color: #a8d6e6;
}
.child-of-light {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--blue-nude:#2a4f8d;
--tufts-blue:#407fbf;
--imrik-blue:#6baed1;
--atlantic-ocean:#a8d6e6;
--child-of-light:#f1f5f8;
}