Color names in this palette
CSS code for this palette
/* CSS */
.fly-the-green {
color: #1a8e4c;
}
.ceramic-green {
color: #3cbe70;
}
.fresco-green {
color: #7ce4a9;
}
.goldfinch {
color: #f9e25d;
}
.rosy-outlook {
color: #f6aba2;
}
/* CSS Variables */
:root {
--fly-the-green:#1a8e4c;
--ceramic-green:#3cbe70;
--fresco-green:#7ce4a9;
--goldfinch:#f9e25d;
--rosy-outlook:#f6aba2;
}