Color names in this palette
CSS code for this palette
/* CSS */
.sea-cabbage {
color: #4f9c78;
}
.pale-jade {
color: #79c3b9;
}
.ice-crystal-blue {
color: #a5e4e4;
}
.straw-hat {
color: #f1d7a7;
}
.troll-slayer-orange {
color: #f3a34f;
}
/* CSS Variables */
:root {
--sea-cabbage:#4f9c78;
--pale-jade:#79c3b9;
--ice-crystal-blue:#a5e4e4;
--straw-hat:#f1d7a7;
--troll-slayer-orange:#f3a34f;
}