Color names in this palette
CSS code for this palette
/* CSS */
.young-fern {
color: #6fbe7d;
}
.bilious-green {
color: #a7d770;
}
.flame-seal {
color: #f2e15f;
}
.citrus-honey {
color: #f9ba6c;
}
.flushed {
color: #e15656;
}
/* CSS Variables */
:root {
--young-fern:#6fbe7d;
--bilious-green:#a7d770;
--flame-seal:#f2e15f;
--citrus-honey:#f9ba6c;
--flushed:#e15656;
}