Color names in this palette
CSS code for this palette
/* CSS */
.fly-the-green {
color: #1e8a4d;
}
.synergy {
color: #4cc8b5;
}
.dusted-peri {
color: #6b6f9e;
}
.american-yellow {
color: #f5b400;
}
.fiery-glow {
color: #f14f1e;
}
/* CSS Variables */
:root {
--fly-the-green:#1e8a4d;
--synergy:#4cc8b5;
--dusted-peri:#6b6f9e;
--american-yellow:#f5b400;
--fiery-glow:#f14f1e;
}