Color names in this palette
CSS code for this palette
/* CSS */
.nickel-ore-green {
color: #4f7b7d;
}
.lenticular-ore {
color: #6bb3a8;
}
.peaceful-pastures {
color: #8dd8b1;
}
.goldsmith {
color: #f0b14c;
}
.rich-gardenia {
color: #f67c4c;
}
/* CSS Variables */
:root {
--nickel-ore-green:#4f7b7d;
--lenticular-ore:#6bb3a8;
--peaceful-pastures:#8dd8b1;
--goldsmith:#f0b14c;
--rich-gardenia:#f67c4c;
}