Sweeps

MSK Labs Is Giving Away 50 Free Glow Kits Before Launch — Here’s How to Get One

View saved
How does this find feel?

MSK Labs Is Giving Away 50 Free Glow Kits Before Launch — Here’s How to Get One

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
–primary: #c2185b;
–primary-dk: #880e4f;
–primary-lt: #fce4ec;
–accent: #f5c842;
–text: #2d2d2d;
–muted: #666;
–white: #ffffff;
–bg: #fdf8f9;
–border: #f8bbd0;
–radius: 10px;
}

body { font-family: ‘Georgia’, serif; background: var(–bg); color: var(–text); line-height: 1.75; }
a { color: var(–primary); text-decoration: none; }
a:hover { text-decoration: underline; }

/* HERO */
.hero { background: linear-gradient(135deg, #1a0a12 0%, #880e4f 60%, #c2185b 100%); color: var(–white); text-align: center; padding: 52px 20px 44px; }
.hero .eyebrow { font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; background: rgba(255,255,255,0.15); display: inline-block; padding: 4px 14px; border-radius: 20px; margin-bottom: 16px; color: #f8bbd0; }
.hero h1 { font-size: clamp(1.6rem, 5vw, 2.7rem); font-weight: 700; line-height: 1.2; max-width: 740px; margin: 0 auto 16px; color: #fff; }
.hero .subtitle { font-size: 1.08rem; opacity: 0.88; max-width: 580px; margin: 0 auto; color: #f8bbd0; }
.badge { display: inline-block; background: var(–accent); color: #3a2000; font-weight: 700; font-size: 0.85rem; padding: 7px 20px; border-radius: 30px; margin-top: 22px; letter-spacing: 0.05em; }

/* MARQUEE STRIP */
.marquee-strip { background: #880e4f; color: #f8bbd0; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; padding: 10px 0; overflow: hidden; white-space: nowrap; }
.marquee-inner { display: inline-block; animation: marqueeScroll 22s linear infinite; }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* LAYOUT */
.container { max-width: 780px; margin: 0 auto; padding: 0 20px; }

/* AD WRAPPER */
.ad-wrap { margin: 32px 0; }

/* SECTION HEADS */
h2 { font-size: 1.45rem; color: var(–primary-dk); margin: 40px 0 14px; padding-bottom: 8px; border-bottom: 2px solid var(–border); }
h3 { font-size: 1.1rem; color: var(–primary); margin: 22px 0 8px; }
p { margin-bottom: 14px; }

/* INTRO CARD */
.intro-card { background: var(–white); border-left: 5px solid var(–primary); border-radius: var(–radius); padding: 28px 30px; margin: 36px 0 28px; box-shadow: 0 2px 12px rgba(0,0,0,0.07); }
.intro-card p { font-size: 1.05rem; }
.intro-card strong { color: var(–primary-dk); }

/* PRODUCT BOX */
.product-box { background: linear-gradient(135deg, var(–primary-lt) 0%, #fff0f5 100%); border: 1px solid var(–border); border-radius: 12px; padding: 26px 28px; margin: 28px 0; }
.product-box ul { list-style: none; padding: 0; }
.product-box ul li { padding: 6px 0 6px 28px; position: relative; font-size: 0.98rem; }
.product-box ul li::before { content: “✓”; position: absolute; left: 0; color: var(–primary); font-weight: 700; font-size: 1.1rem; }

/* STAT GRID */
.stat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 14px; margin: 20px 0 28px; }
.stat-card { background: var(–white); border: 1px solid var(–border); border-radius: var(–radius); padding: 18px 16px; text-align: center; box-shadow: 0 1px 6px rgba(0,0,0,0.06); }
.stat-card .stat-num { font-size: 1.6rem; font-weight: 700; color: var(–primary); display: block; line-height: 1.1; }
.stat-card .stat-label { font-size: 0.8rem; color: var(–muted); margin-top: 4px; text-transform: uppercase; letter-spacing: 0.06em; }

/* ALERT */
.alert { background: #fff8e1; border-left: 4px solid var(–accent); border-radius: 8px; padding: 16px 20px; margin: 24px 0; font-size: 0.96rem; }
.alert strong { color: #7a5c00; }

/* SOCIAL GRID */
.social-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 20px 0 28px; }
@media (max-width: 500px) { .social-grid { grid-template-columns: 1fr; } }
.social-card { display: flex; align-items: center; gap: 14px; background: var(–white); border-radius: var(–radius); padding: 16px 18px; box-shadow: 0 1px 8px rgba(0,0,0,0.07); transition: transform 0.15s, box-shadow 0.15s; text-decoration: none !important; color: var(–text) !important; }
.social-card:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.12); }
.social-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex-shrink: 0; }
.fb-icon { background: #1877f2; color: #fff; font-weight: 700; font-size: 1.1rem; }
.ig-icon { background: linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); color: #fff; }
.social-card .sc-label { font-size: 0.78rem; color: #888; text-transform: uppercase; letter-spacing: 0.08em; }
.social-card .sc-name { font-weight: 700; font-size: 0.97rem; }

/* STEPS */
.steps { counter-reset: step-counter; margin: 0; padding: 0; list-style: none; }
.steps li { counter-increment: step-counter; display: flex; gap: 18px; align-items: flex-start; background: var(–white); border-radius: var(–radius); padding: 20px 22px; margin-bottom: 14px; box-shadow: 0 1px 8px rgba(0,0,0,0.06); }
.steps li::before { content: counter(step-counter); background: var(–primary); color: var(–white); font-weight: 700; font-size: 1rem; min-width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.steps li .step-body strong { display: block; margin-bottom: 4px; color: var(–primary-dk); }

/* TIPS BOX */
.tips-box { background: #fffbea; border: 1px solid var(–accent); border-radius: 12px; padding: 24px 28px; margin: 28px 0; }
.tips-box h3 { margin-top: 0; color: #7a5c00; }
.tips-box ul { padding-left: 20px; }
.tips-box ul li { margin-bottom: 10px; font-size: 0.97rem; }

/* CLAIM BOX */
.claim-box { background: linear-gradient(135deg, #880e4f 0%, #c2185b 100%); border-radius: 16px; padding: 36px 32px; margin: 36px 0; text-align: center; color: #fff; box-shadow: 0 6px 28px rgba(136,14,79,0.28); }
.claim-box h2 { color: #fff; border: none; margin-top: 0; font-size: 1.6rem; }
.claim-box p { color: #f8bbd0; font-size: 1rem; max-width: 520px; margin: 0 auto 24px; }
.cta-btn { display: inline-block; background: #fff; color: #880e4f !important; font-size: 1.05rem; font-weight: 700; padding: 16px 40px; border-radius: 50px; letter-spacing: 0.04em; box-shadow: 0 4px 18px rgba(0,0,0,0.2); transition: transform 0.15s, box-shadow 0.15s; text-decoration: none !important; margin: 8px 6px; }
.cta-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(0,0,0,0.28); }
.cta-btn.ig-btn { background: linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); color: #fff !important; box-shadow: 0 4px 18px rgba(220,39,67,0.3); }

/* FOOTER */
footer { text-align: center; font-size: 0.82rem; color: #999; padding: 36px 20px 48px; border-top: 1px solid #e5e5e5; margin-top: 48px; }

🎁 Free Product Alert

MSK Labs Is Giving Away 50 Free Glow Kits Before Launch — Here’s How to Get One

A spray tan artist with 10 years backstage at Victoria’s Secret just bottled her formula — and she’s sending it out free before it hits shelves.

✨ Gifted Collaboration · Product Provided Free of Charge

NON COMEDOGENIC  ·  PATENT PENDING FORMULA  ·  DERMATOLOGIST APPROVED  ·  ACNE SAFE  ·  VEGAN  ·  SKINCARE-FIRST INGREDIENTS  ·  NON COMEDOGENIC  ·  PATENT PENDING FORMULA  ·  DERMATOLOGIST APPROVED  ·  ACNE SAFE  ·  VEGAN  ·  SKINCARE-FIRST INGREDIENTS  · 

I was scrolling Instagram when an ad from MSK Labs stopped me mid-thumb. It was a before-and-after showing the most natural-looking self-tan I’d ever seen — no orange, no streaks, no weird smell. The caption said they were giving away 50 free Glow Kits before launch. I clicked immediately, and I’m really glad I did.

The brand was founded by a spray tan artist who spent 10 years working backstage at Victoria’s Secret. She’s the person responsible for getting models runway-ready — and she got frustrated that nothing she could send home with clients actually worked as well as what she did in person. So she created her own formula. It’s patent-pending, dermatologist-approved, and launching this May.

The giveaway is simple: register on their website and you’re entered for one of the 50 pre-launch kits. No purchase, no hoops. Just your name and email.

What Is the MSK Glow Kit?

MSK Glow is a self-tanning collection built around a patent-pending formula that prioritizes skincare over just color. Most drugstore tanners are formulated to deliver a fast, dark result — but they often sacrifice skin health to get there. MSK Glow flips that: the formula is designed to hydrate, nourish, and protect your skin while the tan develops.

The Glow Kit is the brand’s flagship pre-launch bundle. Based on the website, it includes the full-size self-tan mousse, an application mitt, and a travel-size version of the formula — everything you need to get started. The packaging is minimal and luxe: deep navy with gold accents, the kind of thing you’d actually leave out on your bathroom counter.

Why MSK Glow Is Different

  • Patent-pending formula developed by a 10-year Victoria’s Secret spray tan artist
  • Skincare-first ingredients — hydrates while it tans, no drying out your skin
  • No patchiness or fast fading — designed to wear evenly and last
  • No weird smell — one of the most common complaints about self-tanners, addressed
  • Dermatologist approved and non-comedogenic — safe for acne-prone skin
  • Vegan formula — no animal-derived ingredients
  • Natural-looking color — buildable, not orange
10Years Backstage at VS
50Free Kits Available
0Purchase Required
MayOfficial Launch

How This Gifted Collaboration Works

MSK Labs is running a pre-launch gifted collaboration — they’re sending free Glow Kits to 50 people before the product officially hits the market. This is a common strategy for new beauty brands: get real products into real hands, build word-of-mouth, and collect genuine feedback before the public launch.

The way it works is straightforward. You register on their website at msklabs.com, and if you’re selected, they’ll ship the Glow Kit to you at no cost. There’s no subscription, no credit card required, and no catch. They’re just looking for people who are genuinely interested in trying a new self-tanner and sharing their experience.

These pre-launch gifted programs move fast. There are only 50 kits, and the ad has been running across Facebook and Instagram to a broad audience. If you want in, the time to register is now — not tomorrow.

Heads up: Only 50 kits are available and this ad is running to thousands of people. If you’re interested, register today — these fill up fast and there’s no waitlist once they’re gone.

Follow MSK Labs to Stay in the Loop

Whether you get a free kit or not, it’s worth following MSK Labs before launch. They’re likely to announce more giveaways, early access deals, and launch pricing to their followers first. Here’s where to find them:

How to Maximize Your Chances of Getting a Free Kit

There are only 50 kits and a lot of people are seeing this ad. Here’s how to give yourself the best shot at being selected:

  1. Register on msklabs.com right now
    Go to msklabs.com and fill out the registration form. It takes about 30 seconds — just your name and email. The sooner you register, the better your chances.
  2. Follow @msk.labs on Instagram
    Brands running gifted collabs often prioritize followers when selecting recipients. Following the account signals genuine interest and keeps you in the loop for future drops.
  3. Engage with their content
    Like and save a few posts on their Instagram. This shows the algorithm — and the brand — that you’re an active, interested follower rather than someone who just signed up and disappeared.
  4. Check your email (including spam)
    If you’re selected, MSK Labs will reach out via email to confirm your shipping address. Make sure hello@msklabs.com (or similar) isn’t going to your spam folder. Add them to your contacts just in case.
  5. Turn on Instagram notifications for @msk.labs
    Go to their profile, tap the bell icon, and turn on all notifications. If they announce another wave of free kits or a launch discount, you’ll be the first to know.

💡 Extra Tips

  • Google “MSK Labs review” after registering — reading up on the brand helps you engage more authentically if they reach out.
  • Share the registration link with a friend who loves self-tanner. Brands notice when their giveaway spreads organically.
  • If you don’t get a free kit this time, watch for their launch week promotions — new brands almost always offer a discount code to their first customers.
  • Check your DMs on Instagram too — some brands send gifted collab confirmations via DM rather than email.

Claim Your Free MSK Glow Kit

Only 50 kits available — register on the official MSK Labs website or follow them on Instagram to stay in the loop for future drops.

Register on msklabs.com

Follow @msk.labs on Instagram

Disclosure: This product was received free of charge as part of a gifted collaboration. All opinions are my own.

© 2026 · All rights reserved · Gifted product received free of charge as part of a brand collaboration.

Helpful Freebie Mom Guides

Keep going

More Freebie Mom guides worth checking

Instant Win GamesQuick plays, fast prizes, and daily chances.Best Sweepstakes to Enter TodayStart with the strongest current prizes.Sweepstakes DatabaseSearch active sweeps by prize, deadline, and entry type.