Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a2d59f;
}
.leafy {
color: #6c9b69;
}
.nordic-pine {
color: #3d6b4d;
}
.mountain-view {
color: #3b4d38;
}
.black-leather-jacket {
color: #2b3b26;
}
/* CSS Variables */
:root {
--green-trance:#a2d59f;
--leafy:#6c9b69;
--nordic-pine:#3d6b4d;
--mountain-view:#3b4d38;
--black-leather-jacket:#2b3b26;
}