Color names in this palette
CSS code for this palette
/* CSS */
.fly-the-green {
color: #1e8a4d;
}
.tint-of-turquoise {
color: #3dc2b5;
}
.flan {
color: #f7e5b1;
}
.pyrite {
color: #f9c43e;
}
.sohi-red {
color: #e25b36;
}
/* CSS Variables */
:root {
--fly-the-green:#1e8a4d;
--tint-of-turquoise:#3dc2b5;
--flan:#f7e5b1;
--pyrite:#f9c43e;
--sohi-red:#e25b36;
}