Acorn Pendant Light

Price range: $219.00 through $385.00

SKU: acorn-pendant-light-166374236 Category:

Description

Acorn Pendant Light — Nordic Oak & Painted Aluminum Pendant by Vakkerlight /* ===== ACORN PENDANT COLOR SYSTEM ===== Birch white : #f2eeea (Nordic birch-bark inspired) Oak warm : #c8a878 (solid oak wood base) Oak deep : #8a6840 (oak shadow) Nordic bark : #a09080 (birch bark muted gray) Mist : #f7f4f0 (card surface) Frost : #f0ede8 (background tint) Birch border : #ddd5c8 (divider) Charcoal : #2a2420 (body text) Warm muted : #7a6858 (secondary text) ======================================= */ * { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } :root { –oak: #c8a878; –oak-deep: #8a6840; –birch: #f2eeea; –bark: #a09080; –mist: #f7f4f0; –frost: #f0ede8; –border: #ddd5c8; –charcoal: #2a2420; –muted: #7a6858; } .vk-wrap { font-family: ‘DM Sans’, sans-serif; color: var(–charcoal); max-width: 680px; margin: 0; padding: 0; } .vk-divider { height: 1px; background: var(–border); margin: 1.75rem 0; } .vk-headline { font-family: ‘DM Serif Display’, serif; font-size: 21px; color: var(–charcoal); line-height: 1.4; margin-bottom: .75rem; letter-spacing: -.01em; } .vk-headline em { font-style: italic; color: var(–oak-deep); } .vk-intro { font-size: 15px; color: #4a3828; line-height: 1.9; margin-bottom: 1rem; } .vk-section-label { font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(–oak-deep); margin-bottom: .7rem; } /* Video */ .vk-video-wrap { width: 100%; aspect-ratio: 16/9; border-radius: 6px; overflow: hidden; background: var(–mist); margin-bottom: .5rem; } .vk-video-wrap iframe { display: block; width: 100%; height: 100%; border: 0; } .vk-video-caption { font-size: 11px; color: var(–bark); text-align: center; margin-bottom: .75rem; letter-spacing: .05em; font-style: italic; } /* Guide link */ .vk-guide-link { display: flex; align-items: center; gap: .65rem; background: var(–mist); border: 1px solid var(–border); border-radius: 6px; padding: .8rem 1rem; text-decoration: none; margin-bottom: .75rem; } .vk-guide-link svg { flex-shrink: 0; color: var(–oak-deep); } .vk-guide-link span { font-size: 13.5px; color: var(–oak-deep); text-decoration: underline; text-decoration-color: rgba(138,104,64,.3); text-underline-offset: 3px; } .vk-guide-link:hover span { text-decoration-color: var(–oak-deep); } /* Features */ .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: var(–mist); border-radius: 6px; padding: .85rem; border: 1px solid var(–border); } .vk-feat-icon { width: 26px; height: 26px; border-radius: 4px; background: var(–frost); display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; border: 1px solid var(–border); } .vk-feat h4 { font-size: 12.5px; font-weight: 500; color: var(–charcoal); margin-bottom: .25rem; } .vk-feat p { font-size: 12px; color: var(–muted); line-height: 1.6; margin: 0; } /* 2-size row */ .vk-size-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 1rem; } .vk-config { border: 1px solid var(–border); border-radius: 6px; padding: 1rem; background: var(–mist); } .vk-config-thumb a { display: block; margin-bottom: .5rem; } .vk-config-thumb img { width: 100%; height: auto; border-radius: 4px; border: 1px solid var(–border); display: block; } .vk-config-thumb-hint { font-size: 10px; color: var(–bark); text-align: center; margin-bottom: .4rem; } .vk-config-tag { display: inline-block; background: var(–oak-deep); color: var(–birch); font-size: 10px; padding: 2px 9px; border-radius: 10px; font-weight: 500; letter-spacing: .06em; margin-bottom: .35rem; } .vk-config-name { font-size: 14px; font-weight: 500; color: var(–charcoal); margin-bottom: .15rem; } .vk-config-detail { font-size: 12px; color: var(–muted); } /* 7-color swatch grid */ .vk-color-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; margin-bottom: 1.25rem; } .vk-color-item { text-align: center; } .vk-color-dot { width: 36px; height: 36px; border-radius: 50%; margin: 0 auto .35rem; border: 1px solid rgba(0,0,0,.1); } .vk-color-name { font-size: 10px; color: var(–muted); letter-spacing: .04em; } /* Notice */ .vk-notice { border-left: 2px solid var(–oak); background: var(–mist); border-radius: 0 6px 6px 0; padding: .88rem 1rem; margin-bottom: .75rem; } .vk-notice h5 { font-size: 13px; font-weight: 500; color: var(–oak-deep); margin-bottom: .3rem; } .vk-notice p { font-size: 13px; color: #4a3828; line-height: 1.65; margin: 0; } /* Bulb */ .vk-bulb { background: var(–mist); border-radius: 6px; padding: .9rem 1rem; border: 1px solid var(–border); margin-bottom: .75rem; } .vk-bulb h5 { font-size: 13px; font-weight: 500; color: var(–charcoal); margin-bottom: .35rem; } .vk-bulb p { font-size: 13px; color: #4a3828; line-height: 1.6; margin: 0; } .vk-bulb a { color: var(–oak-deep); text-decoration: underline; } /* Spec table */ .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid var(–frost); } .vk-spec-table tr:last-child { border-bottom: none; } .vk-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-spec-table td:first-child { color: var(–muted); width: 42%; padding-right: 1rem; } /* Downloads */ .vk-dl { display: flex; gap: 8px; flex-wrap: wrap; } .vk-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(–oak-deep); border: 1px solid var(–border); padding: 7px 14px; border-radius: 5px; text-decoration: none; background: var(–mist); } .vk-dl-btn:hover { background: var(–frost); } details summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: .5rem; } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-size-grid { grid-template-columns: 1fr; } .vk-color-grid { grid-template-columns: repeat(4, 1fr); } }

The acorn cup, reimagined in Nordic light.

An inverted acorn silhouette in zinc alloy, capped onto a warm solid-oak base — the Acorn pendant distills Nordic sensibility into one quietly confident form. Clean, capped, and available in seven birch-bark-inspired hues to match any interior palette.

Nordic oak · seven birch-bark hues

Acorn Silhouette

Inverted acorn-cap form in zinc alloy — a sculptural nature reference, cleanly modern.

Solid Oak Base

Warm oak wood base grounds the form — natural grain paired with painted aluminum.

Seven Colors

White, Gray, Black, Pink, Blue, Green, Yellow — one for every interior mood.

Sloped ceiling compatible

When suspended by the adjustable cord or wire, the Acorn pendant can be installed on sloped or angled ceilings without any issues. The 59″ cable provides full flexibility for vaulted rooms and stairwells.

Both sizes share the same colors, materials, and design · click to enlarge

🔍 Enlarge

Small
∅12.6″ × H9.8″
Dia 32 cm × H 25 cm

🔍 Enlarge

Large
∅18.5″ × H14.1″
Dia 47 cm × H 36 cm

White

Gray

Black

Pink

Blue

Green

Yellow

The shade finish matches the body in all color options. The warm oak wood base is the same across all colors.

E26 or E27 base — bulb not included

Uses a standard . A warm LED globe (2700–3000K) is recommended to complement the oak wood base and accentuate the painted finish. Bulb not included.

Materials Zinc alloy · Solid wood (oak)
Light source E26 / E27 base · LED or Edison (not included)
Voltage AC 110–240V
Cable 59″ (150 cm) adjustable · Extendable on request
Sloped ceiling Compatible when suspended by cord or wire
Control Standard wall switch (not included)
Wiring Hardwired
Mounting Ceiling pendant
Certification North America · EU · AU · Saudi Arabia
Body finishes White · Gray · Black · Pink · Blue · Green · Yellow
Shade finish Matches body color
Can this be installed on a sloped ceiling?

Yes. When suspended by the adjustable cord or wire, the Acorn pendant installs on sloped or angled ceilings without issues — ideal for vaulted rooms and stairwells.

What bulb does it use?

Standard E26 (US/CA) or E27 (EU/AU) base. A warm LED globe (2700–3000K) pairs best with the oak base and painted finish. Bulb not included.

What sizes are available?

Two sizes: Small (∅12.6″ × H9.8″) and Large (∅18.5″ × H14.1″). Both share the same design, materials, and all seven color options.

What color options are available?

Seven painted finishes: White, Gray, Black, Pink, Blue, Green, and Yellow. The shade finish matches the body color in all options. The oak wood base remains the same across all colors.

Can I hang multiple Acorn pendants together?

Yes — the clean silhouette works beautifully in clusters. Mix colors or sizes over a dining table, kitchen island, or stairwell for a curated Nordic composition.

Additional information

Size

∅ 12.6″ x H 9.8″ / Dia 32cm x H 25cm, ∅ 18.5″ x H 14.1″ / Dia 47cm x H 36cm

Color

White, Black, Blue, Grey, Green, Pink, Yellow

Reviews

There are no reviews yet.

Be the first to review “Acorn Pendant Light”

Your email address will not be published. Required fields are marked *