@layer ed-color-palette {
  :where(:root),
  :host {
    --ed-color-sunny-60: #997c00;
    --ed-color-sunny-70: #b39100;
    --ed-color-sunny-80: #cca600;
    --ed-color-sunny-90: #e6ba00;
    --ed-color-sunny-100: #ffcf00;
    --ed-color-sunny-110: #ffd41a;
    --ed-color-sunny-120: #ffd933;
    --ed-color-sunny-130: #ffdd4d;
    --ed-color-sunny-140: #ffe266;
    --ed-color-sunny-150: #ffe780;
    --ed-color-sunny-160: #ffec99;
    --ed-color-sunny-170: #fff1b3;
    --ed-color-sunny-180: #fff5cc;
    --ed-color-sunny-190: #fffae6;

    --ed-color-sunny: var(--ed-color-sunny-100);
  }
}
