Color names in this palette
CSS code for this palette
/* CSS */
.poison-ivy {
color: #00b341;
}
.emerald-dream {
color: #007a5e;
}
.bangladesh-green {
color: #006b4f;
}
.blue-angels-yellow {
color: #fab700;
}
.langoustine {
color: #d95026;
}
/* CSS Variables */
:root {
--poison-ivy:#00b341;
--emerald-dream:#007a5e;
--bangladesh-green:#006b4f;
--blue-angels-yellow:#fab700;
--langoustine:#d95026;
}