Color names in this palette
CSS code for this palette
/* CSS */
.nyc-taxi {
color: #f6b531;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.greenbrier {
color: #4c9e6c;
}
.blues {
color: #2a699d;
}
.hot-coral {
color: #f25c5a;
}
/* CSS Variables */
:root {
--nyc-taxi:#f6b531;
--creamy-sweet-corn:#f9c54e;
--greenbrier:#4c9e6c;
--blues:#2a699d;
--hot-coral:#f25c5a;
}