@layer ed-color-palette {
  :where(:root),
  :host {
    --ed-color-freshfir-60: #05613f;
    --ed-color-freshfir-70: #06714a;
    --ed-color-freshfir-80: #068154;
    --ed-color-freshfir-90: #079461;
    --ed-color-freshfir-100: #08a169;
    --ed-color-freshfir-110: #39b487;
    --ed-color-freshfir-120: #52bd96;
    --ed-color-freshfir-130: #6bc7a5;
    --ed-color-freshfir-140: #84d0b4;
    --ed-color-freshfir-150: #9cd9c3;
    --ed-color-freshfir-160: #b5e3d2;
    --ed-color-freshfir-170: #ceece1;
    --ed-color-freshfir-180: #daf1e8;
    --ed-color-freshfir-190: #e6f6f0;

    --ed-color-moos: var(--ed-color-freshfir-80);
    --ed-color-freshfir: var(--ed-color-freshfir-100);
    --ed-color-agave: var(--ed-color-freshfir-150);
    --ed-color-shy: var(--ed-color-freshfir-170);
    --ed-color-babyfir: var(--ed-color-freshfir-180);
  }
}
