Color names in this palette
CSS code for this palette
/* CSS */
.young-fern {
color: #6fbe79;
}
.snarky-mint {
color: #9ee67a;
}
.curious {
color: #d6e1a3;
}
.cornsilk-yellow {
color: #f4c76c;
}
.rajah {
color: #f9a65d;
}
/* CSS Variables */
:root {
--young-fern:#6fbe79;
--snarky-mint:#9ee67a;
--curious:#d6e1a3;
--cornsilk-yellow:#f4c76c;
--rajah:#f9a65d;
}