Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.steadfast {
color: #4b5877;
}
.searching-blue {
color: #6a7c9a;
}
.farm-straw {
color: #d0b749;
}
.dusty-orange {
color: #e06b4d;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--steadfast:#4b5877;
--searching-blue:#6a7c9a;
--farm-straw:#d0b749;
--dusty-orange:#e06b4d;
}