Sydney Road 1kg
.dcb { --cream:#f2f2f2; --espresso:#1a1007; --roast:#3b1e08; --gold:#c8942a; --mid:#6b5040; --border:#e2e2e2; font-family:'Poppins',sans-serif; color:var(--espresso); line-height:1 .7; -webkit-font-smoothing:antialiased; } .dcb *, .dcb *::before, .dcb *::after { box-sizing:border-box; font-family:'Poppins',sans-serif; } .dcb-wrap { max-width:980px; } .dcb p { font-size:.93rem; color:var(--mid); line-height:1.8; margin:0 0 .9rem; } .dcb p strong { color:var(--espresso); } .dcb a { color:var(--gold); font-weight:700; text-decoration:none; } .dcb a:hover { text-decoration:underline; } .dcb-intro { padding-bottom:1rem; border-bottom:2px solid var(--border); margin-bottom:1rem; } .dcb-sub { font-size:.62rem; font-weight:800; letter-spacing:.16em; text-transform:uppercase; color:var(--espresso) !important; -webkit-text-fill-color:var(--espresso) !important; display:block; margin-bottom:.6rem; } .dcb h2.dcb-h1 { font-size:1.7rem !important; font-weight:800 !important; color:var(--espresso) !important; -webkit-text-fill-color:var(--espresso) !important; line-height:1.2 !important; margin:0 0 .3rem !important; } .dcb h2.dcb-h1 span { color:var(--espresso) !important; -webkit-text-fill-color:var(--espresso) !important; } .dcb h2.dcb-h2 { font-size:.95rem !important; font-weight:700 !important; color:var(--mid) !important; -webkit-text-fill-color:var(--mid) !important; margin:0 0 .9rem !important; } .dcb-lead { font-size:1rem !important; color:var(--espresso) !important; } .dcb h3 { font-size:1.25rem; font-weight:800; color:var(--espresso); margin:1.6rem 0 .5rem; } .dcb h3 span { color:var(--espresso); } .dcb-stats { display:grid; grid-template-columns:repeat(auto-fit,minmax(120px,1fr)); gap:.5rem; margin:.9rem 0; } .dcb-stat { border:1px solid var(--border); border-radius:6px; padding:.6rem .7rem; background:var(--cream); text-align:center; } .dcb-stat b { font-size:1.1rem; font-weight:800; color:var(--espresso); display:block; line-height:1.1; } .dcb-stat span { font-size:.72rem; color:var(--mid); display:block; margin-top:.15rem; } .dcb-badges { display:flex; flex-wrap:wrap; gap:.35rem; margin:.75rem 0; } .dcb-badge { font-size:.68rem; font-weight:800; padding:.25rem .6rem; border-radius:20px; border:1px solid var(--border); background:var(--cream); color:var(--espresso); } .dcb-badge.dk { background:var(--espresso); color:#fff; border-color:var(--espresso); } .dcb-ship { background:var(--cream); border:1px solid var(--border); border-left:3px solid var(--espresso); border-radius:4px; padding:.6rem .8rem; font-size:.85rem; color:var(--espresso); margin:.9rem 0; } .dcb-ship strong { color:var(--espresso); } .dcb-feat { display:grid; grid-template-columns:repeat(3, 1fr); gap:.6rem; margin:.75rem 0; } .dcb-fc { border:1px solid var(--border); border-top:3px solid var(--espresso); border-radius:6px; padding:.7rem .8rem; background:var(--cream); } .dcb-fc b { font-size:.85rem; font-weight:800; color:var(--espresso); display:block; margin-bottom:.2rem; } .dcb-fc p { margin:0; font-size:.83rem; } .dcb-origins { display:grid; grid-template-columns:repeat(3,1fr); gap:.5rem; margin:.75rem 0; } .dcb-or { border:1px solid var(--border); border-radius:6px; padding:.6rem .75rem; background:var(--cream); font-size:.83rem; color:var(--mid); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } .dcb-or b { color:var(--espresso); } .dcb-brew { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:.6rem; margin:.75rem 0; } .dcb-bc { border:1px solid var(--border); border-radius:6px; padding:.7rem .8rem; background:var(--cream); } .dcb-bc b { font-size:.83rem; font-weight:800; color:var(--espresso); display:block; margin-bottom:.35rem; } .dcb-bc table { width:100%; border-collapse:collapse; font-size:.78rem; } .dcb-bc td { padding:.15rem 0; vertical-align:top; } .dcb-bc td:first-child { font-weight:700; color:var(--espresso); width:45%; } .dcb-bc td:last-child { color:var(--mid); } .dcb-spec { width:100%; border-collapse:collapse; margin:.75rem 0; font-size:.83rem; } .dcb-spec td { padding:.5rem .7rem; border-bottom:1px solid var(--border); vertical-align:top; } .dcb-spec tr td:first-child { font-weight:800; color:var(--espresso); width:34%; background:var(--cream); } .dcb-spec tr td:last-child { color:var(--mid); } .dcb-two { display:grid; grid-template-columns:1fr 1fr; gap:.6rem; margin:.75rem 0; } .dcb-card { border:1px solid var(--border); border-radius:6px; padding:.7rem .8rem; background:var(--cream); } .dcb-card b { font-size:.83rem; font-weight:800; display:block; margin-bottom:.35rem; } .dcb-card.yes { border-left:3px solid var(--espresso); } .dcb-card.yes b { color:var(--espresso); } .dcb-card.no { border-left:3px solid #b0b0b0; } .dcb-card.no b { color:#777; } .dcb-card ul { margin:0; padding-left:1rem; } .dcb-card li { font-size:.83rem; color:var(--mid); margin-bottom:.25rem; line-height:1.5; } .dcb-card.yes li a, .dcb-card.no li a { color:var(--gold); } .dcb-acc { border:1px solid var(--border); border-radius:6px; margin-bottom:.45rem; background:var(--cream); overflow:hidden; } .dcb-acc summary { font-weight:800; font-size:.88rem; color:var(--espresso); padding:.75rem 2.2rem .75rem .75rem; cursor:pointer; list-style:none; position:relative; line-height:1.4; } .dcb-acc summary::-webkit-details-marker { display:none; } .dcb-acc summary::after { content:"+"; position:absolute; right:.75rem; top:50%; transform:translateY(-50%); font-size:1.15rem; font-weight:800; color:var(--espresso); } .dcb-acc[open] summary::after { content:"–"; } .dcb-acc[open] summary { border-bottom:1px solid var(--border); color:var(--espresso); } .dcb-acc-body { padding:.7rem .75rem; } .dcb-acc-body p { margin:0; } @media only screen and (max-width: 768px) { .dcb-feat { grid-template-columns:1fr; } .dcb-two { grid-template-columns:1fr; } .dcb-origins { grid-template-columns:1fr; } } Dipacci Espresso — Coffee Blend — Light Roast Sydney Road Light Roast Light Roast · Three-Origin Blend · Espresso & Filter · 1kg Bright, sweet and perfectly balanced — a light roast with caramel overtones, chocolate richness and a floral aroma, finishing long and fine. Experience the harmonious flavours of the Sydney Road Blend — a delightful light roast that offers a bright, uplifting cup with every sip. It's an exceptional choice for coffee lovers who want sweetness and balance over sheer intensity, with caramel overtones and chocolate richness wrapped in a sweet, resonating body. A floral aroma lifts each brew, and a long, fine finish keeps the flavours lingering. Sourced from Brazil, Ethiopia and Papua New Guinea, Sydney Road is sweet, aromatic and beautifully balanced — espresso that's bright without being sharp, and equally rewarding through filter and plunger. LightRoast Level 3Origins 1kgBag Size FreshRoasted to Order ☀️ Light Roast ⚖️ Perfectly Balanced 🍮 Caramel Overtones 🍫 Chocolate Richness 🌸 Floral Aroma 🌍 3-Origin Blend ✅ In Stock — Australia Free shipping Australia-wide on all coffee beans. Roasted to order and dispatched fresh, with tracked delivery on every order. Flavour Profile — Sydney Road Blend Tasting notes: ☀️ Sweet · ⚖️ Balanced · 🍮 Caramel · 🍫 Chocolate · 🌸 Floral A bright, uplifting light roast built around sweetness and balance. Caramel overtones and chocolate richness fill out a sweet, resonating body, while a floral aroma lifts the cup and a long, fine finish keeps the flavours lingering — characterful and aromatic without the heaviness of a dark roast. Roast Light Body Sweet, resonating, balanced Sweetness Caramel overtones Depth Chocolate richness Aroma Floral Finish Long and fine Why Choose This Light Roast ☀️ Bright & UpliftingA light roast gives Sydney Road a bright, lively character — perfect for drinkers who find dark roasts too heavy. ⚖️ Perfectly BalancedSweetness, body and aroma sit in harmony — easy to enjoy cup after cup without becoming sharp or one-dimensional. 🍮 Caramel SweetnessNatural caramel overtones bring a sweet, rich note that works beautifully black or with milk — no sugar required. 🍫 Chocolate RichnessEnveloping chocolate flavours give the light roast surprising depth and a satisfying, rounded body. 🌸 Floral AromaAn aromatic, floral character lifts every brew, making Sydney Road as inviting to smell as it is to drink. 🌍 Three-Origin BlendBrazil, Ethiopia and Papua New Guinea combine for body, brightness and aroma — a considered blend, not a single-note light roast. Where the Sydney Road Beans Come From 🇧🇷 Brazil — chocolatey base, adds crema. 🇪🇹 Ethiopia — bright, floral aromatic lift. 🇵🇬 Papua New Guinea — full body, smooth finish. How to Brew Sydney Road at Home ☕ Espresso (House Baseline) Dose 21g in portafilter Yield 40ml output Time 30 seconds Grind Fine — adjust to taste 🫖 Filter / Pour-Over Dose 60g per litre of water Water Temp 90–93°C Brew Time 3–4 minutes total Grind Medium — like table salt 🫙 French Press / Plunger Dose 70g per litre of water Water Temp 90–93°C Brew Time 4 min steep, then press Grind Coarse — like coarse salt Sydney Road Blend — Full Specifications Product Name Dipacci Espresso Sydney Road Blend Roast Level Light (balanced) Bag Size 1kg (1,000g) whole bean Origins Brazil, Ethiopia, Papua New Guinea Tasting Notes Sweet, balanced, caramel, chocolate, floral Body Sweet, resonating, balanced Finish Long and fine Best For Bright espresso, filter, pour-over, plunger Espresso Baseline 21g dose, 40ml output, 30 seconds Price $39.95 AUD Freshness Roasted to order — dispatched fresh Who Should Choose Sydney Road ✓ Ideal if you: Prefer a bright, sweet, balanced light roast over a heavy dark one Enjoy caramel and chocolate notes with a floral aroma Want a versatile blend that shines in espresso, filter and plunger Like an aromatic, characterful cup that's easy to drink all day ✗ Consider alternatives if you: Want a rounder, more balanced everyday medium roast — try Elements Want maximum strength and intensity — try After Dark Want to compare blends first — try the 4 × 250g sample pack Common Questions What does the Sydney Road Blend taste like? Sydney Road is a bright, sweet, perfectly balanced light roast. It carries caramel overtones and chocolate richness in a sweet, resonating body, lifted by a floral aroma and finishing long and fine — characterful and aromatic, without the heaviness of a dark roast. Is Sydney Road a strong coffee? It's a light roast built around sweetness and balance rather than sheer intensity. It has a full, resonating body with caramel and chocolate richness and a floral aroma — characterful and aromatic, but lighter and brighter than a dark roast like After Dark. How does Sydney Road compare to the other blends? Sydney Road is a light roast — bright, sweet and balanced. Elements is a medium roast for a rounder everyday cup, and After Dark is a bold dark roast for maximum strength. Choose Sydney Road if you want a brighter, sweeter, more aromatic coffee. What's the best way to brew Sydney Road? It makes a sweet, aromatic espresso — a good baseline is 21g in, 40ml out, in around 30 seconds, then adjust to taste. The light roast also works beautifully in a filter or plunger, where its floral and caramel notes really open up. How fresh is the Sydney Road Blend when it arrives? We roast to order — your Sydney Road Blend is freshly roasted before dispatch, not sitting in a warehouse. Coffee peaks roughly 7–28 days post-roast for espresso, so you'll receive your bag within its peak freshness window. How should I store the Sydney Road Blend after opening? Store in an airtight container in a cool, dark place. Avoid the fridge and clear glass jars on the bench. Once opened, consume within 2–4 weeks for best flavour. Buy Sydney Road Blend 1kg at Dipacci Espresso Freshly roasted to order and dispatched fast, Australia-wide. Buy Dipacci Espresso Sydney Road Blend light roast coffee beans online, backed by expert coffee advice.
More you might like
Related
Sydney Road Blend 1kg
Related
Sydney Road Blend 1kg
Related
Sydney Road Blend 1kg Light Balanced Roast Coffee Beans
Related