Camellia Grace Plug In Pendant Light

.pdp { /* Camellia Grace theme — warm porcelain + brass */ –pdp-bg: #ffffff; –pdp-bg-card: #fbf6f1; –pdp-bg-deep: #f0e5da; –pdp-border: #e3d5c5; –pdp-border-lt: #ebdfd1; –pdp-accent: #a36f4a; –pdp-accent-dk: #774e31; –pdp-accent-lt: #c89a73; –pdp-accent-bg: #f4e8dc; –pdp-accent-bdr: #d2b08e; –pdp-text: #2a1e15; –pdp-text-mid: #574332; –pdp-text-light: #968474; max-width: 900px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif; color: var(–pdp-text);…

Original price was: $2,370.00.Current price is: $189.99.
Checkout
Category:

Description

.pdp { /* Camellia Grace theme — warm porcelain + brass */ –pdp-bg: #ffffff; –pdp-bg-card: #fbf6f1; –pdp-bg-deep: #f0e5da; –pdp-border: #e3d5c5; –pdp-border-lt: #ebdfd1; –pdp-accent: #a36f4a; –pdp-accent-dk: #774e31; –pdp-accent-lt: #c89a73; –pdp-accent-bg: #f4e8dc; –pdp-accent-bdr: #d2b08e; –pdp-text: #2a1e15; –pdp-text-mid: #574332; –pdp-text-light: #968474; max-width: 900px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif; color: var(–pdp-text); line-height: 1.65; font-size: 14px; } .pdp * { box-sizing: border-box; } .pdp p { margin: 0 0 0.8rem 0; color: var(–pdp-text-mid); } .pdp .pdp-section { margin-bottom: 2.8rem; } .pdp .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .pdp .sec-line { flex: 1; height: 0.5px; background: var(–pdp-border); } .pdp .sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(–pdp-accent); white-space: nowrap; } .pdp .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .pdp .feature-card { padding: 16px 14px; border: 0.5px solid var(–pdp-border); border-radius: 12px; background: var(–pdp-bg-card); } .pdp .feat-icon { width: 30px; height: 30px; border-radius: 8px; background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); color: var(–pdp-accent); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .pdp .feat-icon svg { fill: none; } .pdp .feat-title { font-size: 13px; font-weight: 700; color: var(–pdp-text); margin-bottom: 6px; line-height: 1.35; } .pdp .feat-desc { font-size: 12px; color: var(–pdp-text-mid); line-height: 1.55; } .pdp .variants-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; } .pdp .variant-card { padding: 10px 8px; border: 0.5px solid var(–pdp-border); border-radius: 10px; background: var(–pdp-bg-card); text-align: center; cursor: pointer; transition: border-color 0.2s, transform 0.2s; position: relative; } .pdp .variant-card:hover { border-color: var(–pdp-accent); transform: translateY(-2px); } .pdp .variant-swatch { width: 100%; aspect-ratio: 1; border-radius: 8px; margin-bottom: 8px; border: 0.5px solid var(–pdp-border); background-size: cover; background-position: center; background-repeat: no-repeat; background-color: var(–pdp-bg-deep); } .pdp .variant-name { font-size: 11.5px; font-weight: 600; color: var(–pdp-text); line-height: 1.3; } .pdp .variant-card .variant-preview { position: absolute; bottom: calc(100% + 12px); left: 50%; transform: translateX(-50%) scale(0.85); width: 260px; height: 260px; border-radius: 12px; border: 1px solid var(–pdp-accent-bdr); box-shadow: 0 12px 32px rgba(42,30,21,0.18); background-size: cover; background-position: center; background-repeat: no-repeat; background-color: var(–pdp-bg-card); opacity: 0; pointer-events: none; transition: opacity 0.2s, transform 0.2s; z-index: 100; } .pdp .variant-card:hover .variant-preview { opacity: 1; transform: translateX(-50%) scale(1); } .pdp .size-specs { display: flex; flex-direction: column; gap: 2px; border: 0.5px solid var(–pdp-border); border-radius: 14px; background: var(–pdp-bg-card); padding: 6px 4px; } .pdp .size-spec-item { display: flex; justify-content: space-between; align-items: baseline; padding: 11px 18px; border-bottom: 0.5px solid var(–pdp-border-lt); font-size: 13px; gap: 16px; } .pdp .size-spec-item:last-child { border-bottom: 0; } .pdp .size-spec-item span { color: var(–pdp-text-light); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; flex-shrink: 0; } .pdp .size-spec-item strong { color: var(–pdp-text); font-weight: 600; text-align: right; } .pdp .notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(–pdp-accent-bdr); border-left: 3px solid var(–pdp-accent); border-radius: 10px; background: var(–pdp-accent-bg); } .pdp .notice .notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(–pdp-accent); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .pdp .notice .notice-body { font-size: 12.5px; color: var(–pdp-text-mid); line-height: 1.6; } .pdp .notice .notice-body strong { color: var(–pdp-accent-dk); display: block; margin-bottom: 3px; font-size: 13px; } .pdp .spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(–pdp-border); border-radius: 14px; overflow: hidden; } .pdp .spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(–pdp-border-lt); display: flex; align-items: center; background: var(–pdp-bg-card); gap: 16px; } .pdp .spec-item:last-child { border-bottom: 0; } .pdp .spec-item:nth-child(even) { background: var(–pdp-bg); } .pdp .spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(–pdp-accent); width: 160px; flex-shrink: 0; } .pdp .spec-val { font-size: 12.5px; color: var(–pdp-text); } .pdp .style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .pdp .style-tag { font-size: 10.5px; font-weight: 600; color: var(–pdp-accent); background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); padding: 2px 8px; border-radius: 6px; } .pdp .faq-list { display: flex; flex-direction: column; gap: 6px; } .pdp .faq-list details { border: 0.5px solid var(–pdp-border); border-radius: 10px; background: var(–pdp-bg-card); overflow: hidden; } .pdp .faq-list summary { list-style: none; cursor: pointer; padding: 13px 16px; font-size: 13px; font-weight: 600; color: var(–pdp-text); display: flex; justify-content: space-between; align-items: center; } .pdp .faq-list summary::-webkit-details-marker { display: none; } .pdp .faq-list summary::after { content: ‘+’; font-size: 18px; line-height: 1; color: var(–pdp-accent); } .pdp .faq-list details[open] summary::after { content: ‘−’; } .pdp .faq-list .faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(–pdp-text-mid); line-height: 1.6; } .pdp .keyword-tags { display: flex; flex-wrap: wrap; gap: 6px; } .pdp .keyword-tag { font-size: 11px; font-weight: 500; color: var(–pdp-accent-dk); background: var(–pdp-bg-card); border: 0.5px solid var(–pdp-accent-bdr); padding: 4px 10px; border-radius: 99px; } .pdp .dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .pdp .dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(–pdp-border); border-radius: 12px; background: var(–pdp-bg-card); text-decoration: none; color: var(–pdp-text); position: relative; transition: background 0.18s, border-color 0.18s; } .pdp .dl-card:hover { border-color: var(–pdp-accent-bdr); background: var(–pdp-accent-bg); } .pdp .dl-card.dl-disabled { cursor: default; opacity: 0.72; background: var(–pdp-bg); } .pdp .dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); color: var(–pdp-accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .pdp .dl-icon svg { fill: none; } .pdp .dl-meta { width: 100%; } .pdp .dl-label { font-size: 13.5px; font-weight: 700; color: var(–pdp-text); line-height: 1.3; margin-bottom: 3px; } .pdp .dl-sub { font-size: 11.5px; color: var(–pdp-text-light); letter-spacing: 0.02em; line-height: 1.45; } .pdp .dl-status { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(–pdp-text-light); background: var(–pdp-bg-card); border: 0.5px solid var(–pdp-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } @media (max-width: 720px) { .pdp .features-grid, .pdp .dl-grid { grid-template-columns: 1fr; } .pdp .variants-grid { grid-template-columns: repeat(2, 1fr); } .pdp .variant-card .variant-preview { display: none; } .pdp .spec-key { width: 120px; } }

Inspiration

The Camellia Grace Plug-In Pendant Light is a dome-shaped porcelain shade with a sculpted camellia floral relief, hung from brass fittings on a braided cord. The ceramic shade is glazed and molded with raised petals, casting a soft glow with shadow detail across the relief. The plug-in cord, inline switch, and two ceiling hooks let it install with no electrician. A single E26 or E27 bulb is included. Measuring about 8.6–8.8 inches wide, this ceramic pendant suits bedsides, breakfast nooks, kitchen island ends, and reading corners — a plug-in ceramic pendant for kitchen island or a floral porcelain pendant for bedroom in cottagecore, grandmillennial, vintage, and French country interiors. Available in brass, orange, white, and blue.

Key Features

Sculpted Camellia Relief

Glazed porcelain molded with raised camellia petals. The relief catches light and shadow for floral detail across the dome.

Brass Fittings

Warm brass socket and hardware contrast the porcelain shade. Pairs with the braided cord for a vintage look.

Plug-In with 2 Hooks

No electrician needed. A 177″ braided cord, inline switch, and two ceiling hooks route the cord into a swag and plug into any US outlet.

Models

Two shade shapes. Choose at checkout — both share the same camellia-relief porcelain, brass fittings, and plug-in cord, in a slightly different silhouette and size.

Model A · Ø8.8″ × H9.4″

Model B · Ø8.6″ × H9.4″

Product Size

Model AØ 8.8″ × H 9.4″ / Ø 22.5 × H 24 cm

Model BØ 8.6″ × H 9.4″ / Ø 22 × H 24 cm

Cord Length177″ / 450 cm (adjustable swag)

SwitchInline on/off cord switch

Bulb1 × E26 or E27 medium base, 40W (bulb included)

Ceiling Hooks2 swag hooks included

ColorsBrass · Orange · White · Blue

Best ForBedsides, breakfast nooks, kitchen island ends, reading corners

Installation

!

Plug-in swag install — no electrician needed Anchor one ceiling hook directly above where you want the shade to hang, and a second swag hook near the wall outlet. Drape the braided cord through both hooks to form the swag shape, and plug into any standard 120V US outlet. Use the inline cord switch to turn the light on and off — no wall switch required. Dry locations only.

Specifications

Main Materials

Glazed porcelain camellia-relief shade, brass socket and hardware, braided cord

Color Options

Brass · Orange · White · Blue

Finish

Glazed porcelain · Camellia floral relief · Brass fittings · Brown braided cord

Light Source

1 × E26 or E27 medium base · 40W bulb included

Max Wattage

40W incandescent or 12W LED equivalent

Dimensions

Model A Ø8.8″×H9.4″ (22.5×24 cm) · Model B Ø8.6″×H9.4″ (22×24 cm)

Cord Length

177″ / 450 cm · Brown braided · Drapeable for swag

Switch

Inline rocker switch on cord

Plug

Standard US 2-prong polarized plug · 120V

Included in Box

Pendant fixture · 1 × bulb · 2 × ceiling swag hooks · Mounting hardware

Dimmable

Bulb-dependent · Use a dimmable LED with an inline dimmer cord

Rating

Dry locations only · Indoor use

Design Style

Cottagecore Grandmillennial Vintage French Country Eclectic

Use Case

The Camellia Grace works best as a plug-in ceramic pendant for kitchen island end or a floral porcelain pendant for bedroom, hung 30–36 inches above a counter or 24–30 inches above a nightstand. At about 8.7 inches wide, it suits a breakfast nook, a reading corner, or a single island end rather than a wide dining table.

The sculpted camellia relief reads as a decorative detail by day and casts soft shadow lines when lit. Because there’s no hardwiring, it’s ideal for renters or rooms without ceiling wiring. Pick White for a clean neutral, Blue for a chinoiserie accent, Orange for a warm pop, or Brass for a metallic glaze. Pair with vintage textiles, painted furniture, and antique-brass hardware for a cottagecore or grandmillennial look. Use the included 40W bulb or a warm white 2700K LED (E26 or E27).

FAQ

Is the bulb included? What type?

Yes — a 40W bulb is included. The socket fits an E26 or E27 medium base bulb (the US standard screw size), up to 40W incandescent or 12W LED equivalent. We recommend a warm white 2700K LED. Replacement bulbs are stocked at Home Depot, Lowe’s, and Amazon.

What colors are available?

Four: Brass, Orange, White, and Blue. All share the same camellia-relief porcelain shade and plug-in cord — only the glaze color changes.

What’s the difference between Model A and Model B?

The two models are nearly the same size — Model A is Ø8.8″ and Model B is Ø8.6″, both 9.4″ tall. They differ slightly in the porcelain shade shape. Choose based on the look you prefer; both use the same cord, hooks, and bulb.

Do I need an electrician?

No. This is a plug-in swag pendant. Install the two included ceiling hooks (one above where the shade hangs, one near the outlet), route the cord through both, and plug into a standard outlet. Use the inline cord switch. Renter-friendly and reversible.

How do I clean the porcelain?

Wipe the glazed porcelain with a soft, slightly damp cloth — the relief grooves can hold dust, so dust them gently with a soft brush. Avoid abrasive cleaners. For the brass fittings, use a dry cloth.

Search Tags

ceramic pendant light plug-in ceramic pendant for kitchen island floral porcelain pendant for bedroom camellia pendant light cottagecore pendant grandmillennial pendant light brass and ceramic pendant renter friendly pendant light vintage porcelain pendant

Downloads

Technical reference and styling guides for the Camellia Grace Plug-In Pendant Light.

Spec Sheet

Full Product Specs · PDF

Pending

Installation Guide

Swag Hook Setup · PDF

Pending

Care Guide

Porcelain & Brass · PDF

Pending

Reviews

There are no reviews yet.

Be the first to review “Camellia Grace Plug In Pendant Light”

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