Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-bell-pepper {
color: #ff8b42;
}
.nyc-taxi {
color: #f6b531;
}
.march-green {
color: #d1d100;
}
.dynamic-green {
color: #a2d84b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-bell-pepper:#ff8b42;
--nyc-taxi:#f6b531;
--march-green:#d1d100;
--dynamic-green:#a2d84b;
}