Color names in this palette
CSS code for this palette
/* CSS */
.spring-garden {
color: #5b8b62;
}
.frugal {
color: #a6d8b0;
}
.yippie-ya-yellow {
color: #f3f7a1;
}
.miami-marmalade {
color: #f7911d;
}
.sweet-mandarin {
color: #d75c37;
}
/* CSS Variables */
:root {
--spring-garden:#5b8b62;
--frugal:#a6d8b0;
--yippie-ya-yellow:#f3f7a1;
--miami-marmalade:#f7911d;
--sweet-mandarin:#d75c37;
}