Color names in this palette
CSS code for this palette
/* CSS */
.tractor-green {
color: #1a6b4d;
}
.frost-gum {
color: #8bcb9a;
}
.schabziger-green {
color: #e2e5b8;
}
.golden-opportunity {
color: #f5c270;
}
.untamed-orange {
color: #d95a30;
}
/* CSS Variables */
:root {
--tractor-green:#1a6b4d;
--frost-gum:#8bcb9a;
--schabziger-green:#e2e5b8;
--golden-opportunity:#f5c270;
--untamed-orange:#d95a30;
}