Color names in this palette
CSS code for this palette
/* CSS */
.child-of-light {
color: #f1f5f8;
}
.island-light {
color: #a6c6ed;
}
.olympic-blue {
color: #4b91e2;
}
.summer-lake {
color: #0076a8;
}
.maniac-mansion {
color: #003a5c;
}
/* CSS Variables */
:root {
--child-of-light:#f1f5f8;
--island-light:#a6c6ed;
--olympic-blue:#4b91e2;
--summer-lake:#0076a8;
--maniac-mansion:#003a5c;
}