/* Beachglow Theme */

:root {
  --color: #D96277;
  --color-bg: #242540;
  --color-bright: #EE966E;
  --color-bright-40: #EE966E40;
  --color-footer: rgb(89, 55, 80);
  --html-bg: rgb(111, 63, 87);
  --html-bg-gradient: linear-gradient(0deg, rgba(111, 63, 87, 1) 0%, rgba(89, 55, 80, 1) 6%, rgba(36, 37, 64, 1) 40%);
}
