Color names in this palette
CSS code for this palette
/* CSS */
.child-of-light {
color: #f1f5f8;
}
.simpatico-blue {
color: #a7bed7;
}
.estuary-blue {
color: #6fa5b8;
}
.larkspur {
color: #3c7b90;
}
.shadow-of-night {
color: #2a4e60;
}
/* CSS Variables */
:root {
--child-of-light:#f1f5f8;
--simpatico-blue:#a7bed7;
--estuary-blue:#6fa5b8;
--larkspur:#3c7b90;
--shadow-of-night:#2a4e60;
}