Color names in this palette
CSS code for this palette
/* CSS */
.resplendent-growth {
color: #3b8c3c;
}
.young-fern {
color: #6ebf7b;
}
.celtic-spring {
color: #a8e1b4;
}
.casino-lights {
color: #f7f6b6;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--resplendent-growth:#3b8c3c;
--young-fern:#6ebf7b;
--celtic-spring:#a8e1b4;
--casino-lights:#f7f6b6;
--apricot-glazed-chicken:#f5a524;
}