Color names in this palette
CSS code for this palette
/* CSS */
.poison-ivy {
color: #00b341;
}
.hello-spring {
color: #3ddb6d;
}
.lime-soap {
color: #78f2a3;
}
.pale-turquoise {
color: #a5f8d8;
}
.winter-mist {
color: #e6ffe5;
}
/* CSS Variables */
:root {
--poison-ivy:#00b341;
--hello-spring:#3ddb6d;
--lime-soap:#78f2a3;
--pale-turquoise:#a5f8d8;
--winter-mist:#e6ffe5;
}