/* Color Theme Swatches in Hex */
.Close-up-soft-wave-of-the-sea-on-the-sandy-beach-1-hex { color: #32838C; }
.Close-up-soft-wave-of-the-sea-on-the-sandy-beach-2-hex { color: #60BFBF; }
.Close-up-soft-wave-of-the-sea-on-the-sandy-beach-3-hex { color: #BAD9D9; }
.Close-up-soft-wave-of-the-sea-on-the-sandy-beach-4-hex { color: #F2E6D8; }
.Close-up-soft-wave-of-the-sea-on-the-sandy-beach-5-hex { color: #F2CEAE; }

/* Color Theme Swatches in RGBA */
.Close-up-soft-wave-of-the-sea-on-the-sandy-beach-1-rgba { color: rgba(50, 131, 140, 1); }
.Close-up-soft-wave-of-the-sea-on-the-sandy-beach-2-rgba { color: rgba(95, 191, 191, 1); }
.Close-up-soft-wave-of-the-sea-on-the-sandy-beach-3-rgba { color: rgba(186, 216, 216, 1); }
.Close-up-soft-wave-of-the-sea-on-the-sandy-beach-4-rgba { color: rgba(242, 230, 215, 1); }
.Close-up-soft-wave-of-the-sea-on-the-sandy-beach-5-rgba { color: rgba(242, 206, 174, 1); }

/* Color Theme Swatches in HSLA */
.Close-up-soft-wave-of-the-sea-on-the-sandy-beach-1-hsla { color: hsla(185, 47, 37, 1); }
.Close-up-soft-wave-of-the-sea-on-the-sandy-beach-2-hsla { color: hsla(180, 42, 56, 1); }
.Close-up-soft-wave-of-the-sea-on-the-sandy-beach-3-hsla { color: hsla(180, 28, 79, 1); }
.Close-up-soft-wave-of-the-sea-on-the-sandy-beach-4-hsla { color: hsla(33, 51, 89, 1); }
.Close-up-soft-wave-of-the-sea-on-the-sandy-beach-5-hsla { color: hsla(28, 72, 81, 1); }

:root {
  --my-primary: #60BFBF !important;
  --my-primary-rgb: rgba(50, 131, 140, 1) !important;
  --my-light: #BAD9D9 !important;
  --my-dark: #32838C !important;
  --my-breaker: #F2CEAE !important;
  --my-success: #5BE36F !important;
  --my-warning: #eed202 !important;

  --my-light-1: rgba(204, 180, 82, .14) !important;
  --my-light-2: rgba(204, 61, 193, .1) !important;
  --my-light-3: rgba(102, 204, 193, .14) !important;
  --my-light-4: rgba(128, 45, 121, .14) !important;
  --my-light-5: rgba(22, 81, 126, .14) !important;
  --my-light-6: rgba(255, 230, 128, .14) !important;
}
