Color names in this palette
CSS code for this palette
/* CSS */
.marsh-fern {
color: #bac78e;
}
.spruce-stone {
color: #9fc19f;
}
.cadet-grey {
color: #91a4b1;
}
.jemima {
color: #f4d580;
}
.shiny-trumpet {
color: #ebb056;
}
/* CSS Variables */
:root {
--marsh-fern:#bac78e;
--spruce-stone:#9fc19f;
--cadet-grey:#91a4b1;
--jemima:#f4d580;
--shiny-trumpet:#ebb056;
}