Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.english-channel {
color: #4b6072;
}
.denim-drift {
color: #7b8c93;
}
.english-hollyhock {
color: #b5c8d4;
}
.child-of-light {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--english-channel:#4b6072;
--denim-drift:#7b8c93;
--english-hollyhock:#b5c8d4;
--child-of-light:#f1f5f8;
}