Sunset Projection LED Table Light
Sunset Projection LED Table Light — Golden Glow Atmosphere Lamp by Vakkerlight /* ===== SUNSET COLOR SYSTEM ===== Sunset deep : #b8402a (deep golden-red core) Sunset orange : #e878 30 (golden hour warm) Sunset peach : #f5a86a (soft halo edge) Symphony purple : #6a4a8a (blue halo mid) Symphony blue : #4060a0 (blue halo deep) Dusk sky : #2a2038 (night sky base) Warm cream : #fdf5ea (card surface) Soft peach bg : #fcf0e4 (background tint) Halo border : #e8d0b8 (divider) Charcoal text : #2a1e18 (body text) Muted warm : #8a6850 (secondary text) ================================= */ * { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } :root { --sunset-deep: #b8402a; --sunset: #e87830; --peach: #f5a86a; --symphony-p: #6a4a8a; --symphony-b: #4060a0; --dusk: #2a2038; --cream: #fdf5ea; --bg: #fcf0e4; --border: #e8d0b8; --charcoal: #2a1e18; --muted: #8a6850; } .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-intro { font-size: 15px; color: #5a3a28; line-height: 1.85; margin-bottom: 1rem; } .vk-section-label { font-size: 10px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--sunset-deep); margin-bottom: .65rem; } /* Video */ .vk-video-wrap { width: 100%; aspect-ratio: 16/9; border-radius: 6px; overflow: hidden; background: var(--cream); margin-bottom: .5rem; } .vk-video-wrap iframe { display: block; width: 100%; height: 100%; border: 0; } .vk-video-caption { font-size: 11px; color: var(--peach); text-align: center; margin-bottom: .75rem; letter-spacing: .05em; } /* Features */ .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: var(--cream); border-radius: 6px; padding: .85rem; border: 1px solid var(--border); } .vk-feat-icon { width: 26px; height: 26px; border-radius: 4px; background: var(--bg); display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; } .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; } /* Size card */ .vk-size-thumb { display: flex; gap: 1rem; align-items: flex-start; padding: 1rem; border: 1px solid var(--border); border-radius: 6px; background: var(--cream); margin-bottom: .75rem; } .vk-size-thumb-img a { display: block; } .vk-size-thumb-img img { width: 110px; height: auto; border-radius: 5px; border: 1px solid var(--border); display: block; } .vk-size-thumb-hint { font-size: 10px; color: var(--peach); text-align: center; margin-top: 3px; } .vk-size-thumb-info { flex: 1; padding-top: .15rem; } .vk-size-tag { display: inline-block; background: var(--sunset-deep); color: #fff5ea; font-size: 10px; padding: 2px 9px; border-radius: 10px; font-weight: 500; margin-bottom: .4rem; } .vk-size-name { font-size: 14px; font-weight: 500; color: var(--charcoal); margin-bottom: .15rem; } .vk-size-detail { font-size: 12px; color: var(--muted); } /* Halo color showcase */ .vk-halo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 1.25rem; } .vk-halo-card { background: var(--cream); border: 1px solid var(--border); border-radius: 6px; padding: 1rem; text-align: center; } .vk-halo-preview { width: 100%; height: 120px; border-radius: 5px; display: flex; align-items: center; justify-content: center; margin-bottom: .65rem; position: relative; overflow: hidden; } .vk-halo-sunset { background: radial-gradient(circle at 50% 60%, #fdd89a 0%, #f5a86a 20%, #e87830 40%, #b8402a 62%, #6a2820 82%, #2a1408 100%); } .vk-halo-symphony { background: radial-gradient(circle at 50% 60%, #e8d0ff 0%, #a088d0 20%, #6a4a8a 42%, #4060a0 65%, #2a3868 82%, #141c30 100%); } .vk-halo-name { font-size: 13px; font-weight: 500; color: var(--charcoal); margin-bottom: 2px; } .vk-halo-sub { font-size: 11px; color: var(--muted); letter-spacing: .04em; } /* Body color swatches */ .vk-body-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 1.25rem; } .vk-body-card { background: var(--cream); border: 1px solid var(--border); border-radius: 6px; padding: .85rem; text-align: center; display: flex; align-items: center; gap: .75rem; } .vk-body-dot { width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0; border: 1px solid rgba(0,0,0,.08); } .vk-body-name { font-size: 13px; font-weight: 500; color: var(--charcoal); text-align: left; } /* Notice */ .vk-notice { border-left: 2px solid var(--sunset); background: var(--cream); border-radius: 0 6px 6px 0; padding: .88rem 1rem; margin-bottom: .75rem; } .vk-notice h5 { font-size: 13px; font-weight: 500; color: var(--sunset-deep); margin-bottom: .3rem; } .vk-notice p { font-size: 13px; color: #5a3a28; line-height: 1.65; margin: 0; } /* USB block */ .vk-usb { display: flex; align-items: center; gap: 1rem; background: var(--cream); border: 1px solid var(--border); border-radius: 6px; padding: .9rem 1rem; margin-bottom: .75rem; } .vk-usb img { width: 64px; height: 64px; object-fit: cover; border-radius: 4px; flex-shrink: 0; border: 1px solid var(--border); } .vk-usb h5 { font-size: 13px; font-weight: 500; color: var(--charcoal); margin-bottom: .25rem; } .vk-usb p { font-size: 13px; color: var(--muted); line-height: 1.6; margin: 0; } /* Spec table */ .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid var(--bg); } .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(--sunset-deep); border: 1px solid var(--border); padding: 7px 14px; border-radius: 5px; text-decoration: none; background: var(--cream); } .vk-dl-btn:hover { background: var(--bg); } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-size-thumb { flex-direction: column; } .vk-size-thumb-img img { width: 100%; } .vk-halo-grid { grid-template-columns: 1fr; } .vk-body-grid { grid-template-columns: 1fr; } } Capture the golden glow of a sunset any time, anywhere. This compact projection lamp casts a warm romantic halo across your walls — perfect for Instagram shots, intimate dinners, fashion photography, or simply bringing that magical "golden hour" feeling into your space year-round. See It In Action Capture the golden glow · anywhere, anytime Features Golden Hour Halo Projects a warm sunset glow onto walls and ceilings — instant atmosphere for photos and video. 180° Rotation Angle the projection head to direct the halo exactly where you want it — floor, wall, or ceiling. USB Powered Plug and play via included USB cable — use with any power bank, laptop, or USB wall adapter. Halo Colors Sunset Red Warm golden · Romantic Symphony Blue Dreamy purple · Ethereal Body Finish Black White Color Temperature — 3 options Warm 3000K · Neutral 4000K · Cool 6000K Select the white-light temperature that best matches your mood or photography needs. 3000K is the classic warm romantic glow, 6000K is crisp and clean for product or fashion shoots. Size 🔍 Enlarge Compact ∅3" × H5.1" ∅7.5 cm × H 13 cm · ~5W USB Power Cable Included USB cable included Works with any standard USB port — power bank, laptop, or USB wall adapter (not included). Inline push-button on/off switch on the cable. Specifications Materials Metal · Aluminum · Glass Light source Integrated LED · ~5W Color temperature 3000K · 4000K · 6000K — select at checkout Halo color Sunset Red · Symphony Blue Voltage AC 110–240V (via USB adapter) Power source USB cable included · Inline push-button switch Rotation 180° adjustable projection head IP rating IP20 · Indoor use only · Not waterproof Certification North America · EU · AU · Saudi Arabia Body finish Black or White Shade finish Black or White (matches body) Downloads Spec Sheet
More you might like
Related
Sunset Projection LED Table Light
Related
LED Table Lamp Sunset Projection Aluminum Glass USB Powered
Related
LED Table Lamp Sunset Projection Aluminum Glass USB Powered
Related