Color names in this palette
CSS code for this palette
/* CSS */
.shoe-wax {
color: #2d2c2a;
}
.hummingbird-green {
color: #5b6e4e;
}
.android-green {
color: #a5c639;
}
.fresh-water {
color: #c8e3f9;
}
.coral-red {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--shoe-wax:#2d2c2a;
--hummingbird-green:#5b6e4e;
--android-green:#a5c639;
--fresh-water:#c8e3f9;
--coral-red:#ff3d3d;
}