:root.theme-desktop {
  --accent: #62ffe8;
  --header-bg: rgba(9, 0, 51, 1);
}

:root.theme-blog {
  --accent: #39ff14;
  --header-bg: rgb(3, 51, 0);
}

:root.theme-music {
  --accent: #b483ff;
}

:root.theme-secret {
  --accent: #ff8dba;
}