Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.revel-blue {
color: #4a6c8c;
}
.silver-skate {
color: #88a1b4;
}
.farm-straw {
color: #d0b84e;
}
.furnace {
color: #e03c1f;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--revel-blue:#4a6c8c;
--silver-skate:#88a1b4;
--farm-straw:#d0b84e;
--furnace:#e03c1f;
}