Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.burst-of-lime {
color: #a4d84b;
}
.spring-kiss {
color: #e3f4b4;
}
.blended-fruit {
color: #f9e1a4;
}
.salmon-run {
color: #e8af9c;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--burst-of-lime:#a4d84b;
--spring-kiss:#e3f4b4;
--blended-fruit:#f9e1a4;
--salmon-run:#e8af9c;
}