BASILIO TATTOO POP ART SET
:root { --xtreme-red: #e4232a; --bg-dark: #050506; --bg-panel: #151518; --text-main: #f5f5f5; --text-soft: #b3b3b3; --border-soft: rgba(255, 255, 255, 0.08); } .basilio-page * { bo x-sizing: border-box; margin: 0; padding: 0; } .basilio-page { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #000; color: var(--text-main); -webkit-font-smoothing: antialiased; } .basilio-page img { max-width: 100%; display: block; } .basilio-page .page { max-width: 1200px; margin: 0 auto; padding: 24px 16px 60px; } .basilio-page .header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 28px; } .basilio-page .header-left { display: flex; align-items: center; gap: 14px; } .basilio-page .logo-mark { width: 44px; height: 44px; border-radius: 4px; background: radial-gradient(circle at 30% 0, #fff, #ccc 40%, #111 80%); display: flex; justify-content: center; align-items: center; font-size: 18px; font-weight: 800; color: #000; position: relative; overflow: hidden; } .basilio-page .logo-mark::after { content: ""; position: absolute; inset: 0; border: 2px solid var(--xtreme-red); opacity: 0.9; mix-blend-mode: multiply; } .basilio-page .brand-text { text-transform: uppercase; letter-spacing: 0.18em; font-size: 11px; color: var(--text-soft); } .basilio-page .brand-text strong { color: #fff; } .basilio-page .header-tag { padding: 4px 10px; border-radius: 999px; border: 1px solid var(--border-soft); text-transform: uppercase; letter-spacing: 0.16em; font-size: 10px; color: var(--text-soft); } .basilio-page .hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 30px; padding: 24px 22px; border-radius: 18px; background: radial-gradient(circle at 0 0, rgba(228, 35, 42, 0.28), transparent 60%), radial-gradient(circle at 100% 100%, #050506, #000); border: 1px solid var(--border-soft); box-shadow: 0 20px 40px rgba(0,0,0,0.8); margin-bottom: 34px; } .basilio-page .hero-title { font-size: 30px; line-height: 1.15; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 10px; } .basilio-page .hero-title span { display: block; } .basilio-page .hero-title .highlight { color: var(--xtreme-red); } .basilio-page .hero-sub { font-size: 14px; color: var(--text-soft); margin-bottom: 18px; max-width: 460px; } .basilio-page .hero-bullets { font-size: 13px; margin-bottom: 18px; } .basilio-page .hero-badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; } .basilio-page .hero-badge { padding: 5px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.16); text-transform: uppercase; letter-spacing: 0.14em; font-size: 10px; background: rgba(0,0,0,0.7); } .basilio-page .hero-cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; } .basilio-page .btn-primary { border: none; border-radius: 999px; padding: 11px 22px; font-size: 12px; text-transform: uppercase; letter-spacing: 0.2em; background: linear-gradient(135deg, var(--xtreme-red), #ff5c5c); color: #fff; cursor: pointer; font-weight: 600; box-shadow: 0 12px 30px rgba(0,0,0,0.9); } .basilio-page .hero-note { font-size: 11px; color: var(--text-soft); text-transform: uppercase; letter-spacing: 0.16em; } .basilio-page .hero-media { display: flex; flex-direction: column; gap: 10px; } .basilio-page .hero-sub-imgs { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; } .basilio-page .hero-sub-img { border-radius: 10px; overflow: hidden; border: 1px solid var(--border-soft); background: #000; } .basilio-page .section { padding: 24px 22px; border-radius: 18px; background: var(--bg-panel); border: 1px solid var(--border-soft); margin-bottom: 30px; } .basilio-page .section-title { text-transform: uppercase; letter-spacing: 0.18em; font-size: 13px; margin-bottom: 8px; color: var(--xtreme-red); } .basilio-page .section h2 { font-size: 20px; margin-bottom: 10px; } .basilio-page .section p { font-size: 14px; color: var(--text-soft); max-width: 900px; } .basilio-page .section p + p { margin-top: 8px; } .basilio-page .reasons-grid { margin-top: 16px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; } .basilio-page .reason-card { padding: 14px 14px 12px; border-radius: 14px; border: 1px solid rgba(255,255,255,0.1); background: radial-gradient(circle at 0 0, rgba(255,255,255,0.04), rgba(0,0,0,0.9)); font-size: 13px; } .basilio-page .reason-card h3 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 5px; color: #fff; } .basilio-page .reason-card span.num { color: var(--xtreme-red); margin-right: 6px; } .basilio-page .set-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; } .basilio-page .tone-card { padding: 12px 12px 10px; border-radius: 14px; background: #111; border: 1px solid rgba(255,255,255,0.1); font-size: 12px; } .basilio-page .tone-name { text-transform: uppercase; letter-spacing: 0.14em; font-size: 11px; margin-bottom: 6px; color: #fff; } .basilio-page .tone-desc { font-size: 12px; color: var(--text-soft); } .basilio-page .tone-tag { font-size: 11px; margin-bottom: 4px; color: #f5f5f5; } .basilio-page .gallery { margin-top: 18px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; } .basilio-page .gallery img { border-radius: 12px; border: 1px solid var(--border-soft); } .basilio-page .gallery-wide { margin-top: 12px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; } .basilio-page .gallery-wide img { border-radius: 12px; border: 1px solid var(--border-soft); } .basilio-page .footnote { text-align: center; font-size: 11px; color: var(--text-soft); text-transform: uppercase; letter-spacing: 0.18em; margin-top: 8px; } .basilio-page .footnote strong { color: #fff; } @media (max-width: 900px) { .basilio-page .hero { grid-template-columns: minmax(0,1fr); } .basilio-page .set-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } .basilio-page .reasons-grid { grid-template-columns: minmax(0,1fr); } } @media (max-width: 640px) { .basilio-page .page { padding: 18px 10px 40px; } .basilio-page .hero { padding: 20px 16px; } .basilio-page .set-grid { grid-template-columns: minmax(0,1fr); } .basilio-page .gallery { grid-template-columns: minmax(0,1fr); } .basilio-page .gallery-wide { grid-template-columns: minmax(0,1fr); } } X XTREME INKS · STATE-OF-THE-ART TATTOO INK Artist Signature Series Color · Pop Art Basilio Tattoo Pop Art Set by Basilio A bold new approach to color, built for visibility, contrast, and energy. Developed with Basilio, a Filipino artist now living and working in the United States, this set reflects a vibrant, graphic style designed to stand out both fresh and healed. Each set includes 10 signature colors, carefully selected to create a full pop-art spectrum with strong saturation, clean contrast, and smooth transitions. 10 Signature Colors High-Impact Saturation Built for Bold Color Work Coming Soon · Xtreme Inks Bold. Expressive. Built to stand out. Description Pop Color for the New Generation of Artists The XTREME Basilio Tattoo Pop Art Set is a complete 10-color system created for artists who want their work to hit harder, heal brighter, and keep its visual impact over time. Inspired by modern pop art and contemporary tattoo culture, this set delivers intense, clean pigments with smooth flow, strong saturation, and reliable performance across all skin tones. Where traditional palettes often lean toward subtlety, Basilio is built for clarity, attitude, and artistic freedom. Each tone is formulated for solid packing, effortless blending, and dependable healed results. Why Artists Choose the Basilio Tattoo Pop Art Set Bold Color. Strong Healed Results. 01High-Impact Saturation Each color is loaded for maximum brightness and solid coverage, helping artists create tattoos that immediately command attention. 02Smooth, Consistent Flow The formula goes in clean and evenly, making it easier to pack, blend, and transition between tones during long sessions. 03Built for Contrast and Composition The set was designed as a complete palette, allowing artists to move naturally from bright highlights and warm tones into cool depth and dark finishes. 04Heals Bright and Readable These tones are made to maintain clarity and strength after healing, keeping the tattoo vibrant and visually sharp over time. 05Versatile Across Skin Tones Developed to perform across a wide range of skin tones, including darker skin, the Basilio set helps artists create colorful work with confidence. 06Built with Basilio Developed together with Basilio, a Filipino artist now based in the USA, this set reflects real studio workflow, real skin, and real artistic demands. Inside the Set 10 Signature Colors Araw (Vibrant Yellow) Pure, solar-frequency yellow for highlights that snap.. Ginto (Golden Yellow) A rich, metallic-like gold for deep, luminous warmth. Kahel (Yellow Orange) High-vis citrus energy that bridges light and heat. Apoy (Standard Orange) The classic, unadulterated flame. Your mid-tone anchor. Kango (Hard Orange) Gritty, burnt orange for industrial-strength shadows.. Yelo (Icy Blue) A crisp, frosted arctic tone for sharp, "chill" highlights. Sanlibo (Cool Blue) A fresh-coat-of-paint blue for smooth, airy transitions. Bughaw (Mid-Tone Blue) The structural backbone for bold, graphic definition Dagat (Ocean Blue) Deep, saturated aquatic tones for high-dimension shading. Kalawakan (Dark Space Blue) Cosmic-deep blue for ultimate contrast and silhouettes Includes: 10 signature colors developed with Basilio for vibrant pop art, illustrative, neo-traditional, and bold color tattooing. Available soon at XTREME INKS. Artist Gallery Basilio Tattoo Pop Art in Action Replace these images with Basilio artwork and product photos for the final product page. Basilio Tattoo Pop Art Set · Basilio · XTREME INKS · STATE-OF-THE-ART TATTOO INK
More you might like
Related
Basilio Pop Art Set | Xtreme Inks
Related
Pop Art Face Tattoo
Related
Pop Art Face Tattoo
Related