Color names in this palette
CSS code for this palette
/* CSS */
.fly-the-green {
color: #1a8e4c;
}
.paris-green {
color: #4fbf80;
}
.algae-green {
color: #8ee1b2;
}
.flame-seal {
color: #f1e75b;
}
.kin-gold {
color: #f59700;
}
/* CSS Variables */
:root {
--fly-the-green:#1a8e4c;
--paris-green:#4fbf80;
--algae-green:#8ee1b2;
--flame-seal:#f1e75b;
--kin-gold:#f59700;
}