Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.french-market {
color: #a4c69f;
}
.vanilla {
color: #f2e6ab;
}
.shrimp-toast {
color: #f8c3a0;
}
.natural-candy-pink {
color: #e5717a;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--french-market:#a4c69f;
--vanilla:#f2e6ab;
--shrimp-toast:#f8c3a0;
--natural-candy-pink:#e5717a;
}