Color names in this palette
CSS code for this palette
/* CSS */
.chartreuse-shot {
color: #d3d600;
}
.king-lime {
color: #a8d600;
}
.weird-green {
color: #4cdc83;
}
.celadon-green {
color: #2e8a7a;
}
.immersed {
color: #1f5151;
}
/* CSS Variables */
:root {
--chartreuse-shot:#d3d600;
--king-lime:#a8d600;
--weird-green:#4cdc83;
--celadon-green:#2e8a7a;
--immersed:#1f5151;
}