Elements 250g Medium Roast
.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 — Medium Roast Elements 250g Medium Roast Medium Roast · Caramel & Floral · 250g Elements is our most balanced blend — rounded, floral and sweet, with a caramel finish built for milk. Elements is a medium roast with a pleasant, lively character: rounded-bodied with exotic floral aromas, finishing strong, round and full-bodied with an excellent sweet, intense aftertaste. It's the blend most Dipacci customers reach for as their everyday cup. Because it holds its sweetness and floral character even through milk, Elements is our go-to recommendation for flat whites and lattes — the caramel notes carry through rather than getting lost, which is exactly what makes a milk coffee taste balanced instead of flat. MediumRoast Level 6Origin Countries 250gBag Size 4Grind Options ☕ Medium Roast 🌸 Floral & Caramel 🥛 Milk-Friendly 🌍 6-Origin Blend ⚖️ Rounded Body 🔥 Roasted Fresh, Roselands Freshly roasted to order at our Roselands roastery and shipped Australia-wide. Flavour Profile — Elements Medium Roast Tasting notes: 🍯 Rich · 🌸 Floral · 🍮 Caramel Rich, smooth and full-bodied with a floral aroma and hints of caramel aftertones — a pleasant, lively cup with a rounded body that carries through to a sweet, intense finish. Roast Level Medium Body Rounded, full-bodied Aroma Exotic floral notes Finish Sweet, intense aftertaste Why Choose Elements 🥛 Built for MilkCaramel sweetness holds up through steamed milk — our top pick for flat whites and lattes. 🌸 Floral AromaExotic floral notes on the nose set it apart from typical bitter medium roasts. ⚖️ Balanced BodyRounded and full-bodied without tipping into the sharpness of darker roasts. 🌍 Six-Origin BlendBeans from Brazil, Colombia, Ethiopia, Honduras, Papua New Guinea and India, cupped and blended for consistency. 🔥 Roasted FreshRoasted to order on our automated Brambati roaster and dispatched quickly, not left sitting on a shelf. 🎯 Everyday VersatilityBalanced enough for espresso, milk drinks, or a straightforward pour-over. Where the Elements Beans Come From 🇧🇷 Brazil — nutty, low-acid base. 🇨🇴 Colombia — balanced caramel sweetness. 🇪🇹 Ethiopia — floral, aromatic lift. 🇭🇳 Honduras — smooth, gentle sweetness. 🇵🇬 Papua New Guinea — adds body and depth. 🇮🇳 India — low acidity, fuller mouthfeel. How to Brew Elements at Home ☕ Espresso Dose ~18g in Yield ~36g out Time 25–30 seconds 🫖 Filter / Pour-Over Ratio 1:16 (coffee:water) Grind Medium Water Temp ~92–96°C 🥄 French Press Ratio 1:15 (coffee:water) Grind Coarse Steep Time 4 minutes Select your preferred grind at checkout — Whole Beans, Espresso Ground, Plunger Ground, or Filter Ground (AeroPress/V60) — or grind fresh at home for the best results. Elements — Full Specifications Product Name Elements Roast Level Medium Origins Brazil, Colombia, Ethiopia, Honduras, Papua New Guinea, India Tasting Notes Rich, Floral, Caramel Grind Options Whole Beans, Espresso Ground, Plunger Ground, Filter Ground (AeroPress/V60) Bag Size 250g Price $19.95 AUD Roasted At Roselands, Sydney Who Should Choose Elements ✓ Ideal if you: Drink mostly flat whites, lattes or other milk-based coffee Want a balanced, everyday blend rather than something bold or bright Like floral aroma with a sweet, caramel finish ✗ Consider alternatives if you: Prefer a bolder, smokier cup — try After Dark Want something brighter and more citrus-forward — try By The Bay Aren't sure yet — the sample pack lets you try all four Common Questions Is Elements a good choice for flat whites and lattes? Yes — it's our most recommended blend for milk coffee. Its caramel sweetness and rounded body hold up well through steamed milk, which is what makes it a favourite for flat whites and lattes specifically. What roast level is Elements? Elements is a medium roast — balanced and rounded, sitting between our lighter By The Bay and our darker Sydney Road and After Dark blends. What grind options are available? Elements is available as Whole Beans, Espresso Ground, Plunger Ground, or Filter Ground (AeroPress/V60) — select your preference at checkout. Where are the beans sourced from? Elements is a six-origin blend sourced from Brazil, Colombia, Ethiopia, Honduras, Papua New Guinea and India, each contributing to its balanced, floral, caramel character. How fresh is Elements when it arrives? We roast to order at our Roselands roastery and dispatch quickly, so your beans arrive close to their peak flavour window rather than sitting on a shelf for months. Is Elements a blend or a single origin? Elements is a blend, combining beans from six origins for a consistent, balanced flavour. If you're after a single origin instead, browse our single origin coffee beans. Buy Elements 250g at Dipacci Espresso A smaller-format bag of our most milk-friendly blend — roasted fresh to order and shipped Australia-wide. Prefer the full-size bag? See the 1kg Elements.