Color names in this palette
CSS code for this palette
/* CSS */
.sm-n-sky {
color: #8bdab5;
}
.spearmint-burst {
color: #5abf8c;
}
.greenbrier {
color: #499c6d;
}
.amazon {
color: #397952;
}
.old-money {
color: #2d5c4e;
}
/* CSS Variables */
:root {
--sm-n-sky:#8bdab5;
--spearmint-burst:#5abf8c;
--greenbrier:#499c6d;
--amazon:#397952;
--old-money:#2d5c4e;
}