Color names in this palette
CSS code for this palette
/* CSS */
.young-fern {
color: #6fbe79;
}
.lime-lizard {
color: #a3d55d;
}
.spring-yellow {
color: #f2e67d;
}
.sundance {
color: #f9c86c;
}
.miami-marmalade {
color: #f28e1c;
}
/* CSS Variables */
:root {
--young-fern:#6fbe79;
--lime-lizard:#a3d55d;
--spring-yellow:#f2e67d;
--sundance:#f9c86c;
--miami-marmalade:#f28e1c;
}