Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.blue-review {
color: #4e5b79;
}
.lucid-blue {
color: #7a8b9f;
}
.cloudy-valley {
color: #b0c6d8;
}
.child-of-light {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--blue-review:#4e5b79;
--lucid-blue:#7a8b9f;
--cloudy-valley:#b0c6d8;
--child-of-light:#f1f5f8;
}