Color names in this palette
CSS code for this palette
/* CSS */
.frugal {
color: #a1d9b0;
}
.silver-tree {
color: #69bf91;
}
.ocean-green {
color: #3b9b76;
}
.canadian-pine {
color: #2f795c;
}
.greenbriar {
color: #1f5c41;
}
/* CSS Variables */
:root {
--frugal:#a1d9b0;
--silver-tree:#69bf91;
--ocean-green:#3b9b76;
--canadian-pine:#2f795c;
--greenbriar:#1f5c41;
}