@layer ed-color-palette {
  :where(:root),
  :host {
    --ed-color-steel-60: #0a4461;
    --ed-color-steel-70: #0c4f71;
    --ed-color-steel-80: #0e5a82;
    --ed-color-steel-90: #0f6692;
    --ed-color-steel-100: #1171a2;
    --ed-color-steel-110: #297fab;
    --ed-color-steel-120: #418db5;
    --ed-color-steel-130: #589cbe;
    --ed-color-steel-140: #70aac7;
    --ed-color-steel-150: #88b8d1;
    --ed-color-steel-160: #a0c6da;
    --ed-color-steel-170: #b8d4e3;
    --ed-color-steel-180: #cfe3ec;
    --ed-color-steel-190: #e7f1f6;

    --ed-color-azure: var(--ed-color-steel-100);
  }
}
