← Back to The GoSeeDo Journal

Outdoor Movies in Los Angeles 2026: The Ultimate Guide to Movies Under the Stars

Summer in LA means movies under the stars. From free screenings on the sand at Dockweiler Beach to cult classics at Hollywood Forever Cemetery, here's every outdoor movie series in Los Angeles for 2026 — with full schedules, locations, and insider tips.

Outdoor Movies in Los Angeles 2026: The Ultimate Summer Guide :root { --teal: #689C9F; --deep-teal: #3D8F8F; --pink: #E98DCB; --peach: #E7A29C; --bg: #F6F2F4; --dark: #1A3A3A; --amber: #F59E0B; --card-bg: #ffffff; --muted: #6B8A8A; --border: #DDD5D8; --star-gold: #F4C430; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; } body { font-family: 'DM Sans', sans-serif; background-color: var(--bg); color: var(--dark); line-height: 1.75; font-size: 17px; } /* HERO */ .hero { background: linear-gradient(135deg, var(--deep-teal) 0%, #1A3A3A 60%, #2a1a2e 100%); color: #fff; padding: 80px 24px 70px; text-align: center; position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 50%, rgba(233,141,203,0.18) 0%, transparent 60%), radial-gradient(ellipse at 80% 30%, rgba(104,156,159,0.25) 0%, transparent 50%); pointer-events: none; } .hero-stars { position: absolute; inset: 0; pointer-events: none; overflow: hidden; } .star { position: absolute; width: 2px; height: 2px; background: #fff; border-radius: 50%; opacity: 0; animation: twinkle var(--dur, 3s) var(-