Color names in this palette
CSS code for this palette
/* CSS */
.kryptonite-green {
color: #3b9b40;
}
.samphire-green {
color: #4cb859;
}
.jube-green {
color: #76d087;
}
.grape-green {
color: #a5e2a2;
}
.peasful-mint {
color: #c3f4c3;
}
/* CSS Variables */
:root {
--kryptonite-green:#3b9b40;
--samphire-green:#4cb859;
--jube-green:#76d087;
--grape-green:#a5e2a2;
--peasful-mint:#c3f4c3;
}