Buff Titanium
.jm-pp { background: #f8f6f2; padding: 80px 52px; max-width: 860px; margin: 0 auto; } .jm-pp__eyebrow { font-family: 'Jost', sans-serif; font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase; color: #b5401e; font-weight: 500; margin: 0 0 20px; display: flex; align-items: center; gap: 12px; } .jm-pp__eyebrow::before { content: ''; display: block; width: 30px; height: 1px; background: #b5401e; flex-shrink: 0; } .jm-pp__headline { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(2.2rem, 3.5vw, 3.4rem); line-height: 1.08; letter-spacing: -0.01em; color: #1a1a18; margin: 0 0 28px; } .jm-pp__headline em { font-style: italic; color: #b5401e; } .jm-pp__rule { width: 56px; height: 1px; background: rgba(26,26,24,0.15); margin: 0 0 52px; border: none; } .jm-pp__section { padding-top: 52px; margin-top: 52px; border-top: 1px solid rgba(26,26,24,0.1); } .jm-pp__section-title { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(1.6rem, 2.5vw, 2.2rem); line-height: 1.1; color: #1a1a18; margin: 0 0 20px; } .jm-pp__section-title em { font-style: italic; color: #b5401e; } .jm-pp__body { font-family: 'Jost', sans-serif; font-size: 1rem; line-height: 1.85; color: #1a1a18 !important; font-weight: 300; margin: 0 0 16px; } .jm-pp__body strong { font-weight: 500; color: #1a1a18 !important; } .jm-pp__body a { color: #1a1a18 !important; font-weight: 500; text-decoration: underline; text-underline-offset: 3px; transition: color 0.2s; } .jm-pp__body a:hover { color: #b5401e !important; } /* Mixing grid — hidden until ready */ .jm-pp__mixing { display: none; } .jm-pp__mixing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin: 0 0 8px; } .jm-pp__mix-card { background: #fff; padding: 22px 24px; border-left: 2px solid rgba(181,64,30,0.25); } .jm-pp__mix-label { font-family: 'Jost', sans-serif; font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: #b5401e; font-weight: 500; margin: 0 0 8px; } .jm-pp__mix-title { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: 1.15rem; color: #1a1a18 !important; margin: 0 0 10px; line-height: 1.2; } .jm-pp__mix-desc { font-family: 'Jost', sans-serif; font-size: 0.88rem; line-height: 1.75; color: #1a1a18 !important; font-weight: 300; margin: 0; } /* Recommend box */ .jm-pp__recommend { background: #fff; border-left: 2px solid #c9a96e; padding: 20px 24px; margin: 0 0 16px; } .jm-pp__recommend p { font-family: 'Jost', sans-serif; font-size: 1rem; line-height: 1.8; color: #1a1a18 !important; font-weight: 300; margin: 0 0 10px; } .jm-pp__recommend p:last-child { margin: 0; } .jm-pp__recommend strong { font-weight: 500; color: #1a1a18 !important; } .jm-pp__recommend a { color: #1a1a18 !important; font-weight: 500; text-decoration: underline; text-underline-offset: 3px; transition: color 0.2s; } .jm-pp__recommend a:hover { color: #b5401e !important; } /* Table */ .jm-pp__table { width: 100%; border-collapse: collapse; margin: 0 0 24px; font-family: 'Jost', sans-serif; } .jm-pp__table th { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500; color: rgba(26,26,24,0.45) !important; background: transparent; padding: 12px 16px; border-bottom: 1px solid rgba(26,26,24,0.08); text-align: left; width: 38%; } .jm-pp__table td { font-size: 0.95rem; color: #1a1a18 !important; font-weight: 300; padding: 12px 16px; border-bottom: 1px solid rgba(26,26,24,0.08); vertical-align: top; line-height: 1.6; } .jm-pp__table tr:last-child th, .jm-pp__table tr:last-child td { border-bottom: none; } /* Safety */ .jm-pp__safety { background: #fff; border: 1px solid rgba(26,26,24,0.08); margin-top: 24px; } .jm-pp__safety-summary { font-family: 'Jost', sans-serif; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; color: #1a1a18 !important; padding: 16px 20px; cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; user-select: none; } .jm-pp__safety-summary::-webkit-details-marker { display: none; } .jm-pp__safety-summary::after { content: '+'; font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 300; color: #b5401e; } details[open] .jm-pp__safety-summary::after { content: '−'; } .jm-pp__safety-body { padding: 16px 20px 20px; border-top: 1px solid rgba(26,26,24,0.08); font-family: 'Jost', sans-serif; font-size: 0.88rem; line-height: 1.8; color: #1a1a18 !important; font-weight: 300; } .jm-pp__safety-body strong { font-weight: 500; color: #1a1a18 !important; } .jm-pp__safety-body em { font-style: italic; } .jm-pp__safety-body a { color: #1a1a18 !important; text-decoration: underline; text-underline-offset: 3px; transition: color 0.2s; } .jm-pp__safety-body a:hover { color: #b5401e !important; } /* Care strip */ .jm-pp__care { background: #fff; border: 1px solid rgba(26,26,24,0.08); padding: 24px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; } .jm-pp__care-label { font-family: 'Jost', sans-serif; font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(26,26,24,0.45); font-weight: 500; display: block; margin-bottom: 6px; } .jm-pp__care-value { font-family: 'Jost', sans-serif; font-size: 0.88rem; line-height: 1.65; color: #1a1a18 !important; font-weight: 300; } /* Range footer */ .jm-pp__range { margin-top: 52px; padding-top: 40px; border-top: 1px solid rgba(26,26,24,0.1); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; } .jm-pp__range-text { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300; font-size: 1.15rem; color: #1a1a18 !important; margin: 0; } .jm-pp__range-links { display: flex; gap: 10px; flex-wrap: wrap; } .jm-pp__btn { font-family: 'Jost', sans-serif; font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500; padding: 12px 22px; display: inline-block; text-decoration: none !important; transition: background 0.25s, color 0.25s, border-color 0.25s; } .jm-pp__btn--dark { background: #1a1a18; color: #f8f6f2 !important; border: 1px solid #1a1a18; } .jm-pp__btn--dark:hover { background: #b5401e; border-color: #b5401e; } .jm-pp__btn--outline { background: transparent; color: #1a1a18 !important; border: 1px solid rgba(26,26,24,0.25); } .jm-pp__btn--outline:hover { border-color: #b5401e; color: #b5401e !important; } .jm-pp__how-made { margin-top: 24px; text-align: right; } .jm-pp__how-made a { font-family: 'Jost', sans-serif; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(26,26,24,0.4) !important; text-decoration: none !important; font-weight: 400; transition: color 0.2s; } .jm-pp__how-made a:hover { color: #b5401e !important; } @media screen and (max-width: 640px) { .jm-pp { padding: 52px 24px; } .jm-pp__section { padding-top: 40px; margin-top: 40px; } .jm-pp__mixing-grid { grid-template-columns: 1fr; } .jm-pp__care { grid-template-columns: 1fr 1fr; } .jm-pp__range { flex-direction: column; align-items: flex-start; } .jm-pp__btn { display: block; text-align: center; box-sizing: border-box; width: 100%; } .jm-pp__how-made { text-align: left; } } Professional Handmade Watercolour Buff Titanium — Series 1. Description Buff Titanium watercolour is a soft, neutral off-white pigment with a subtle warm tone. Its colour resembles unbleached linen or natural bone, offering a creamy, grounding base that brings balance and warmth to your watercolour paintings. This artist-grade pigment is naturally opaque, allowing for smooth, delicate washes or bold, solid layering with gentle texture. This handmade watercolour paint is ideal for soft highlights, muted backgrounds, and naturalistic blending. In landscape painting, Buff Titanium evokes sandy beaches, pale stone, and weathered driftwood. When mixed with brighter pigments, it softens intense hues without muting their vibrancy — perfect for creating earthy tones and subtle transitions. The pigment's low granulation adds a touch of visual interest without overpowering the composition. Its subtle warmth and neutral character make Buff Titanium a reliable and versatile paint for any professional or beginner watercolour palette. Mixing Suggestions Buff Titanium is a natural mixer — it softens, warms, and grounds. Here are four combinations worth keeping on your palette. Mix 1 Buff Titanium + French Ultramarine A quiet, dusty stone grey — perfect for aged architecture, overcast skies, and cool shadows in landscape work. The warmth of the Buff gently softens the Ultramarine's intensity without killing its depth. Mix 2 Buff Titanium + Burnt Sienna Warm sandy earth tones ranging from pale terracotta to rich sandstone. Ideal for desert landscapes, weathered wood, dried grasses, and naturalistic skin undertones. Mix 3 Buff Titanium + Raw Umber A muted, earthy neutral — the palette equivalent of undyed linen. Excellent for toning down overly bright mixtures, painting dried botanicals, and building soft textured washes in wildlife or botanical work. Mix 4 Buff Titanium + Payne's Grey A warm, softened grey with far more life than a straight neutral. Use it for misty morning atmospheres, soft cloud forms, or as a tinted ground wash to take the stark white off your paper before painting. Product Information Pigment Titanium Dioxide Pigment C.I. Number PW 6:1 Series 1 Lightfastness AAA — Excellent Opacity Opaque Granulation Low Staining Non-Staining Regulatory & Safety Information California Proposition 65 Notice: California law requires us to provide the following notice: This product contains Titanium Dioxide & DMDMH (a preservative that can release small amounts of formaldehyde). These substances are on California's Proposition 65 list of chemicals known to the state to cause cancer when exposure exceeds very strict limits. Our watercolours remain safe for normal artist use. Learn more at www.P65Warnings.ca.gov. We Recommend Use distilled water with all our handmade watercolours to maintain pigment purity and achieve the best results. Have questions? We're happy to help — just message us anytime. Jackman's professional watercolours are trusted by artists at every level — from curious beginners to seasoned professionals — who demand rich colour, high permanence, and artisan quality. Care & Storage Tubes Replace cap firmly after each use. Squeeze from the base to avoid air pockets. Storage Store upright in a cool, dry place away from direct sunlight and extreme temperatures. Rewetting If paint dries on your palette, a few drops of distilled water will reactivate it fully. Part of our Finest Professional Watercolour range. ↓ Colour Chart PDF → Shop the Full Range How we make our watercolours →
More you might like
Related
Buff Titanium
Related
Buff Titanium
Related
Buff titanium
Related