Color names in this palette
CSS code for this palette
/* CSS */
.vitality {
color: #8b9a5b;
}
.field-poppy {
color: #d66e3d;
}
.cobrizo {
color: #b76d5c;
}
.greasy-green-beans {
color: #a7b25c;
}
.anzac {
color: #c78b3d;
}
/* CSS Variables */
:root {
--vitality:#8b9a5b;
--field-poppy:#d66e3d;
--cobrizo:#b76d5c;
--greasy-green-beans:#a7b25c;
--anzac:#c78b3d;
}