Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.night-market {
color: #4a5f78;
}
.grey-blue {
color: #79a3b4;
}
.aquatint {
color: #b8e5e0;
}
.soft-sunrise {
color: #f2e3d9;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--night-market:#4a5f78;
--grey-blue:#79a3b4;
--aquatint:#b8e5e0;
--soft-sunrise:#f2e3d9;
}