Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.night-market {
color: #4a6278;
}
.polished-metal {
color: #809cb3;
}
.blue-ballerina {
color: #b5c9d9;
}
.chef-s-hat {
color: #f2f5f7;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--night-market:#4a6278;
--polished-metal:#809cb3;
--blue-ballerina:#b5c9d9;
--chef-s-hat:#f2f5f7;
}