Color names in this palette
CSS code for this palette
/* CSS */
.green-thumb {
color: #729e0a;
}
.fresh-cut-grass {
color: #8dc87e;
}
.pink-lady {
color: #f2d9b5;
}
.egyptian-gold {
color: #f1a64b;
}
.trinidad {
color: #c64d2f;
}
/* CSS Variables */
:root {
--green-thumb:#729e0a;
--fresh-cut-grass:#8dc87e;
--pink-lady:#f2d9b5;
--egyptian-gold:#f1a64b;
--trinidad:#c64d2f;
}