Color names in this palette
CSS code for this palette
/* CSS */
.underclover {
color: #3e8e4d;
}
.snow-pea {
color: #6dca7b;
}
.grape-green {
color: #a5e2a2;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
.rajah {
color: #f9a65d;
}
/* CSS Variables */
:root {
--underclover:#3e8e4d;
--snow-pea:#6dca7b;
--grape-green:#a5e2a2;
--smooth-as-corn-silk:#f4e4b3;
--rajah:#f9a65d;
}