Color names in this palette
CSS code for this palette
/* CSS */
.garish-green {
color: #4fbf87;
}
.mountain-meadow {
color: #2dbe90;
}
.stormy-strait-green {
color: #0a9e94;
}
.macquarie {
color: #007d80;
}
.petrol {
color: #005f6b;
}
/* CSS Variables */
:root {
--garish-green:#4fbf87;
--mountain-meadow:#2dbe90;
--stormy-strait-green:#0a9e94;
--macquarie:#007d80;
--petrol:#005f6b;
}