Color names in this palette
CSS code for this palette
/* CSS */
.resplendent-growth {
color: #3b8c3c;
}
.kelly-green {
color: #3b9b5d;
}
.mint {
color: #3db88d;
}
.tint-of-turquoise {
color: #3dc7b4;
}
.lake-thun {
color: #3ccddd;
}
/* CSS Variables */
:root {
--resplendent-growth:#3b8c3c;
--kelly-green:#3b9b5d;
--mint:#3db88d;
--tint-of-turquoise:#3dc7b4;
--lake-thun:#3ccddd;
}