Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.berry-pie {
color: #4e6e8d;
}
.open-seas {
color: #83aab9;
}
.sunshine-mellow {
color: #f4c10b;
}
.knockout-orange {
color: #e47144;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--berry-pie:#4e6e8d;
--open-seas:#83aab9;
--sunshine-mellow:#f4c10b;
--knockout-orange:#e47144;
}