Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.pale-mint {
color: #a8c69f;
}
.icecap {
color: #c2d6e0;
}
.last-sunlight {
color: #e2b83c;
}
.warm-cream-spirit {
color: #c36b2c;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--pale-mint:#a8c69f;
--icecap:#c2d6e0;
--last-sunlight:#e2b83c;
--warm-cream-spirit:#c36b2c;
}