Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.mountain-blueberry {
color: #3d4b6c;
}
.blue-heaven {
color: #5b7f9a;
}
.ebbtide {
color: #85b3c1;
}
.jazz-age-coral {
color: #f1c0b1;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--mountain-blueberry:#3d4b6c;
--blue-heaven:#5b7f9a;
--ebbtide:#85b3c1;
--jazz-age-coral:#f1c0b1;
}