Color names in this palette
CSS code for this palette
/* CSS */
.esoteric-touch-green {
color: #a8ebc3;
}
.silver-tree {
color: #69bf91;
}
.ocean-green {
color: #3b9b6e;
}
.bold-irish {
color: #2e7f4d;
}
.derbyshire {
color: #1f5b30;
}
/* CSS Variables */
:root {
--esoteric-touch-green:#a8ebc3;
--silver-tree:#69bf91;
--ocean-green:#3b9b6e;
--bold-irish:#2e7f4d;
--derbyshire:#1f5b30;
}