Color names in this palette
CSS code for this palette
/* CSS */
.radiant-foliage {
color: #6c9e2e;
}
.burst-of-lime {
color: #a4d84b;
}
.aspen-yellow {
color: #f8e0a0;
}
.flirty-salmon {
color: #f86d68;
}
.orangeade {
color: #e04f38;
}
/* CSS Variables */
:root {
--radiant-foliage:#6c9e2e;
--burst-of-lime:#a4d84b;
--aspen-yellow:#f8e0a0;
--flirty-salmon:#f86d68;
--orangeade:#e04f38;
}