Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.night-market {
color: #4b5d77;
}
.evening-hush {
color: #798ba9;
}
.airway {
color: #afc2d4;
}
.clear-vision {
color: #e4eff7;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--night-market:#4b5d77;
--evening-hush:#798ba9;
--airway:#afc2d4;
--clear-vision:#e4eff7;
}