Freebie

Free Earth’s Care Eczema Cream Sachet

View saved
How does this find feel?

Earth’s Care Eczema Cream Sachet Giveaway | Free Sample Guide

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

:root {
–primary: #2a7a4b;
–primary-dk: #1a4731;
–primary-lt: #e8f5ee;
–accent: #f5c842;
–text: #2d2d2d;
–muted: #666;
–white: #ffffff;
–bg: #f9f6f2;
–border: #d4edda;
–shadow: 0 8px 24px rgba(0,0,0,0.08);
–radius: 14px;
}

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 {
background: linear-gradient(135deg, var(–primary-dk) 0%, var(–primary) 100%);
color: var(–white);
text-align: center;
padding: 52px 20px 42px;
}

.hero .eyebrow {
font-size: 0.78rem;
letter-spacing: 0.18em;
text-transform: uppercase;
background: rgba(255,255,255,0.18);
display: inline-block;
padding: 6px 14px;
border-radius: 999px;
margin-bottom: 14px;
}

.hero h1 {
font-size: clamp(1.8rem, 5vw, 2.9rem);
line-height: 1.2;
max-width: 800px;
margin: 0 auto 14px;
}

.hero .subtitle {
font-size: 1.06rem;
opacity: 0.92;
max-width: 700px;
margin: 0 auto;
}

.badge {
display: inline-block;
background: var(–accent);
color: #473500;
font-weight: 700;
font-size: 0.85rem;
padding: 7px 18px;
border-radius: 999px;
margin-top: 18px;
letter-spacing: 0.03em;
}

.container {
max-width: 820px;
margin: 0 auto;
padding: 0 20px 40px;
}

.ad-wrap { margin: 30px 0; }

h2 {
font-size: 1.48rem;
color: var(–primary-dk);
margin: 40px 0 14px;
padding-bottom: 8px;
border-bottom: 2px solid var(–border);
}

h3 {
font-size: 1.08rem;
color: var(–primary);
margin: 22px 0 8px;
}

p { margin-bottom: 14px; }

.intro-card,
.product-box,
.photo-card,
.alert,
.tips-box,
.cta-panel {
background: var(–white);
border-radius: var(–radius);
box-shadow: var(–shadow);
}

.intro-card {
border-left: 5px solid var(–primary);
padding: 28px 30px;
margin: 34px 0 28px;
}

.intro-card p { font-size: 1.05rem; }
.intro-card strong { color: var(–primary-dk); }

.photo-card {
padding: 18px;
margin: 18px 0 28px;
text-align: center;
border: 1px solid var(–border);
}

.photo-card img {
width: 100%;
max-width: 520px;
border-radius: 12px;
display: block;
margin: 0 auto 12px;
}

.photo-card p {
font-size: 0.94rem;
color: var(–muted);
margin-bottom: 0;
}

.product-box {
background: linear-gradient(135deg, var(–primary-lt) 0%, #f8fcf9 100%);
border: 1px solid var(–border);
padding: 26px 28px;
margin: 26px 0;
}

.product-box ul {
list-style: none;
padding: 0;
margin: 0;
}

.product-box li {
position: relative;
padding: 5px 0 5px 26px;
font-size: 0.98rem;
}

.product-box li::before {
content: “✓”;
position: absolute;
left: 0;
color: var(–primary);
font-weight: 700;
}

.alert {
background: #fff8dd;
border-left: 4px solid var(–accent);
padding: 16px 20px;
margin: 22px 0;
font-size: 0.96rem;
}

.alert strong { color: #6e5200; }

.social-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
margin: 20px 0 26px;
}

@media (max-width: 560px) {
.social-grid { grid-template-columns: 1fr; }
}

.social-card {
display: flex;
align-items: center;
gap: 14px;
background: var(–white);
border-radius: 12px;
padding: 16px 18px;
box-shadow: 0 2px 10px rgba(0,0,0,0.06);
color: var(–text) !important;
text-decoration: none !important;
transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.social-card:hover {
transform: translateY(-2px);
box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.social-icon {
width: 44px;
height: 44px;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
color: #fff;
font-weight: 700;
}

.fb-icon { background: #1877f2; }
.ig-icon { background: linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }

.sc-label {
font-size: 0.76rem;
text-transform: uppercase;
letter-spacing: 0.08em;
color: #888;
}

.sc-name {
font-size: 0.98rem;
font-weight: 700;
}

.steps {
counter-reset: step-counter;
list-style: none;
margin: 18px 0 0;
padding: 0;
}

.steps li {
counter-increment: step-counter;
display: flex;
gap: 18px;
align-items: flex-start;
background: var(–white);
border-radius: 14px;
padding: 20px 22px;
margin-bottom: 14px;
box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.steps li::before {
content: counter(step-counter);
min-width: 36px;
height: 36px;
border-radius: 50%;
background: var(–primary);
color: #fff;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
margin-top: 2px;
}

.step-body strong {
display: block;
margin-bottom: 4px;
color: var(–primary-dk);
}

.tips-box {
background: #fffbea;
border: 1px solid var(–accent);
padding: 24px 28px;
margin: 28px 0;
}

.tips-box h3 {
margin-top: 0;
color: #7a5c00;
}

.tips-box ul {
padding-left: 20px;
margin: 0;
}

.tips-box li { margin-bottom: 10px; }

.cta-panel {
margin-top: 24px;
padding: 28px 24px;
text-align: center;
border: 1px solid var(–border);
background: linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
}

.cta-buttons {
display: flex;
gap: 14px;
justify-content: center;
flex-wrap: wrap;
margin-top: 18px;
}

.cta-btn {
display: inline-block;
color: #fff !important;
text-decoration: none !important;
font-size: 1rem;
font-weight: 700;
padding: 15px 28px;
border-radius: 999px;
box-shadow: 0 6px 18px rgba(0,0,0,0.16);
transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cta-btn:hover {
transform: translateY(-2px);
box-shadow: 0 10px 22px rgba(0,0,0,0.2);
}

.cta-primary { background: linear-gradient(135deg, var(–primary-dk), var(–primary)); }
.cta-secondary { background: linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }

.small-note {
text-align: center;
font-size: 0.92rem;
color: #888;
margin-top: 20px;
}

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

Free Sample Guide

Earth’s Care Eczema Cream Sachet Giveaway Is Open Now

If you want to try this soothing eczema formula before buying the full-size tube, this form-based sample giveaway is a quick one to enter. Just submit the form, follow the brand on Instagram, and engage with the giveaway post before the deadline.

Gifted Collaboration · Product Provided Free of Charge

I came across this Earth’s Care Eczema Cream Sachet Giveaway and it looks like one of those easy sample opportunities that is worth doing right away if your skin leans dry, itchy, or easily irritated. Instead of commenting a keyword and waiting for a DM, this one uses a short shipping form. You enter your info, make sure you are following @earths_care, and then like and comment on the giveaway post so the brand can see that you are actively participating.

The giveaway page says the offer ends April 20 at 11:59 PST, so this is definitely the kind of freebie I would not leave sitting in another tab for later.

Handwritten sign that says 50 will be picked

If you saw the winner note floating around with this giveaway, here is the sign image showing that 50 will be picked.

What Is Earth’s Care Eczema Cream?

Earth’s Care Eczema Cream is a steroid-free therapeutic cream made to temporarily protect and help relieve minor skin irritation and itching associated with eczema and rashes. The brand describes it as a replenishing formula that combines 1.5% colloidal oatmeal with multiple moisturizers to calm irritated skin while helping restore a softer, healthier-looking feel. The full-size product is listed at $9.99, so getting a sachet first is a nice way to test how your skin responds before committing to the tube.

Key Benefits at a Glance

  • Helps relieve itching and irritation linked to eczema and rashes.
  • Uses colloidal oatmeal as the active skin-protectant ingredient.
  • Includes moisturizing support ingredients such as aloe, argan oil, and shea butter.
  • Marked as steroid free, allergy tested, and mild enough for babies and children.
  • Made without parabens, artificial colors or fragrances, petrolatum, and phthalates.
  • Fits the brand’s nature-inspired skincare angle, which is why it appeals to sample seekers who prefer gentler formulas.

How I Found This Opportunity

This one follows the familiar form-based gifted collaboration setup. The brand is offering a free sample sachet, but they also want to see social engagement around the campaign. In plain English, that means you should not just fill out the form and disappear. The page specifically tells entrants to follow @earths_care on Instagram and to like and comment on the post in order to receive a sample, so I would treat those steps as part of the entry process rather than optional extras.

Heads up: sample campaigns like this can fill up fast, especially when there is a clear deadline attached. If you want in, fill out the form completely and handle the Instagram steps right away.

Follow Earth’s Care to Catch the Next One

Earth’s Care positions itself as a natural, science-minded skincare brand with allergy-tested formulas, no animal testing, and products made or bottled in the USA at an FDA-registered and CDPH-licensed Southern California facility. Following the brand directly is the easiest way to stay on top of this sample drop and any future eczema-care freebies they release.

How to Maximize Your Chances of Getting Picked

If you want the best shot at landing one of the sample spots, treat this like a mini checklist instead of a casual one-click freebie.

  1. Follow the brand before you submit anything.
    Start by following @earths_care on Instagram so your engagement looks real and immediate when they review entries.
  2. Fill out the Google Form completely.
    Include your shipping details, email, and Instagram handle carefully so there is no confusion if you are selected for a sachet shipment.
  3. Like and comment on the giveaway post.
    The instructions call this out directly, so do not skip it. A quick, genuine comment usually looks better than a random emoji-only reply.
  4. Use an active Instagram account.
    If your handle on the form does not match the account you used to follow and comment, you could make it harder for the brand to verify your entry.
  5. Submit before the deadline.
    The form says the giveaway ends April 20 at 11:59 PST, so I would not wait until the last minute in case the form closes early or fills up fast.
  6. Watch your inbox and requests.
    Keep an eye on your email for follow-up messages, and keep your Instagram account easy to identify in case the brand cross-checks engagement.

Extra Tips to Stay in the Loop

  • Turn on notifications for the brand’s Instagram page so you catch future sample drops fast.
  • Like a couple of recent posts beyond the giveaway so your account looks genuinely engaged.
  • If you already know your skin likes colloidal oatmeal, this is an especially solid sample to try.
  • If you are entering from a shared household, double-check the address fields before submitting so shipping goes smoothly.
  • Check the brand website if you want to read more about the full-size cream and the ingredient approach before you apply.

Ready to Score Yours?

If you want to go for this sample, start with the form, then head over to Instagram and make sure you are following the brand and engaging with the giveaway post exactly like the instructions say. This one is simple, but the people who follow every step cleanly usually have the best shot.

Claim Your Free Sachet

Follow @earths_care on Instagram

Disclosure: This product is being offered free of charge as part of a gifted collaboration / promotional sampling campaign. Be sure to follow the brand’s stated entry requirements.

© 2026 · All rights reserved · Gifted product opportunity shared for informational purposes.

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.