Color names in this palette
CSS code for this palette
/* CSS */
.longing-for-nature {
color: #4f9c5d;
}
.crystal-green {
color: #a2d57c;
}
.gentlemann-s-business-pants {
color: #f2e58c;
}
.jambalaya {
color: #f7b36e;
}
.poppy-glow {
color: #f28a4a;
}
/* CSS Variables */
:root {
--longing-for-nature:#4f9c5d;
--crystal-green:#a2d57c;
--gentlemann-s-business-pants:#f2e58c;
--jambalaya:#f7b36e;
--poppy-glow:#f28a4a;
}