Color names in this palette
CSS code for this palette
/* CSS */
.cool-aloe {
color: #a4d99b;
}
.blackthorn-green {
color: #6d9e6b;
}
.como {
color: #4b7c5a;
}
.midnight-clover {
color: #3a594c;
}
.nordic {
color: #1f3d3b;
}
/* CSS Variables */
:root {
--cool-aloe:#a4d99b;
--blackthorn-green:#6d9e6b;
--como:#4b7c5a;
--midnight-clover:#3a594c;
--nordic:#1f3d3b;
}