html[data-theme] {
  --color-yellow-mid: #d16890;
}
html[data-theme]:not([data-theme="dark"]) {
  --color-yellow-dark: #70236d;
  --color-yellow-soft: #fe89ea;
  --color-yellow-subtle: #f9c1ff;
}
html[data-theme="dark"] {
  --color-yellow-dark: #ffb7ff;
  --color-yellow-soft: #cc00b8;
  --color-yellow-subtle: #b00054;
}
