Color names in this palette
CSS code for this palette
/* CSS */
.times-square-screens {
color: #1ac179;
}
.mint-jelly {
color: #3dd1a5;
}
.menthol-kiss {
color: #9fe0d7;
}
.jambalaya {
color: #f5b770;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--times-square-screens:#1ac179;
--mint-jelly:#3dd1a5;
--menthol-kiss:#9fe0d7;
--jambalaya:#f5b770;
--creamy-sweet-corn:#f9c54e;
}