Color names in this palette
CSS code for this palette
/* CSS */
.sherwood-green {
color: #1d4939;
}
.ionian {
color: #3b8c70;
}
.diroset {
color: #5ccca1;
}
.mountain-mint {
color: #a8e1c1;
}
.chef-s-hat {
color: #f1f8f5;
}
/* CSS Variables */
:root {
--sherwood-green:#1d4939;
--ionian:#3b8c70;
--diroset:#5ccca1;
--mountain-mint:#a8e1c1;
--chef-s-hat:#f1f8f5;
}