Pretty Coffee started as a mobile espresso bar in October 2025 (popping up at local Tucson markets and events like Di Luna Candles). This company was founded by Sarina and Taylor who combined their passions for coffee, matcha and quality pastries.
After nine months on the move, Pretty Coffee found a semi-permanent home inside Crescent Moon Mercantile (Saturdays & Sundays). This setup reminded me of Indigo Room Coffee in Phoenix (one of my personal favorites). Just like Indigo Room, Pretty Coffee has created a unique vibe by nesting inside a shop filled with vintage antique treasures.
Pretty Coffee is officially on my radar for an in person visit and full review this summer. Stay tuned!
In the meantime, here is a high level view of what I know about this new location so far:
The Vibe: A coffee bar operating inside a brand new antique and vintage store making it perfect for sipping while browsing!
The Coffee Program: They are known for unique creations (especially the signature Cafe de Olla latte) alongside a fresh bakery program. Taylor brings over fifteen years of barista experience and ten years of business management to the espresso bar.
The Baking: Artisan pastries baked by Sarina, who has fifteen years of baking experience spanning Tucson, Hawaii and California. The menu features everything from classic American staples to French and Filipino sweet treats.
Catering Services: Beyond the retail location, the team is fully available for hire as a coffee catering and mobile pop-up company for private events.
👉Click to View the Drink Menu
Menu items are subject to change. Some items could be seasonal.
Current Obsession - Selection One
Cafe De Olla (Notes of cinnamon, brown sugar, espresso, milk)
Tiramisu Latte (Cocoa-espresso notes like your favorite dessert)
Strawberry Matcha (Organic matcha, strawberry sauce, milk)
Current Obsession - Selection Two
Cafe De Olla (Most Popular • Notes of cinnamon, brown sugar, orange zest, espresso, milk)
Banana Cream Coconut Latte (Creamy coconut with banana cold foam, espresso, milk)
Guava-Fresa Matcha (Organic matcha, guava, cold foam topped with strawberry)
The Classics
Americano
Latte
Mocha
Cuban Cortadito
Milks
Whole • Oat
Syrups
Vanilla • Caramel • Mocha • SF Vanilla • House-Made Cafe De Olla
👉Click to View the Food Menu
Menu items are subject to change. Some items could be seasonal.
Bakery
Artisan pastries selection
Explore Tucson Coffee Scene
Tucson Coffee Guide
Exo Roast Co.
Bar Crisol/Exo
Chappopin Cafe
EspresSoul Cafe
Haute Coffee
Red Captain Coffee Company
Savaya Coffee at the Flin
Savaya Coffee at Williams Centre
Savaya Coffee at Synergy Plaza
/*
============================================
SECTION 4: MAIN CONTAINER & SECTION BUFFERING
============================================
*/
.az-nav-container {
background-color: #f8f5f1; /* Your cream background look */
padding: 15px 10px; /* Slightly adjusted top/bottom padding to accommodate multiple sections */
margin-top: 20px;
border-radius: 6px;
border: 1px solid #e8dfd6;
}
/*
NEW: BUFFER SPACE BETWEEN SECTIONS
This tells CSS: "If an .az-nav-section is NOT the last one in the container,
add space at the bottom." This prevents cramping but keeps the final box looking neat.
*/
.az-nav-section:not(:last-child) {
margin-bottom: 25px;
border-bottom: 1px solid #e8dfd6; /* Optional: A subtle divider line. Delete this line if you don't want a line between sections */
padding-bottom: 20px; /* Space above the divider line */
}
/*
============================================
SECTION 5: TITLE (HEADING TEXT)
============================================
*/
.az-nav-title {
font-size: 15px;
font-weight: 900;
line-height: 1.5;
margin-top: 0px;
margin-bottom: 12px; /* Adds breathing room between the title and the buttons */
color: #5D4037;
font-family: 'Roboto', sans-serif !important;
font-size: 18px !important;
}
/*
============================================
SECTION 6: BUTTON WRAPPER (LAYOUT)
============================================
*/
.az-nav-links {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
/*
============================================
SECTION 7: INDIVIDUAL BUTTONS
============================================
*/
.az-nav-links a {
background-color: #4a3728;
color: #ffffff !important;
font-size: 14px !important;
padding: 8px 20px;
border-radius: 4px;
text-decoration: none;
display: inline-block;
line-height: 1.2;
min-width: 120px;
text-align: center;
transition: all 0.2s ease;
}
/*
============================================
SECTION 8: HOVER EFFECT (INTERACTION)
============================================
*/
.az-nav-links a:hover {
background-color: #7a5a44;
transform: translateY(-1px);
}