durs.ai
Prompt library

Prompts that work

Ready-made prompts for ads, logos, posters, 3D and more. Use one in a tap — or share your own.

+ Add a prompt
Duotone Character Face Icon
PosterPhoto

Duotone Character Face Icon

A single, isolated, strict duotone flat vector icon representing the face of CHARACTER NAME or IMAGE. CONTENT SCOPE (FACE ONLY): The design must represent ONLY the head, face, or helmet of CHARACTER . Absolutely NO shoulders, torso, weapons, or accessories. DYNAMIC DUOTONE COLOR PALETTE (MATERIAL DESIGN): The entire image must use strictly ONLY TWO solid, flat colors chosen by the AI based on the characters lore, allegiance, or iconic appearance. 1. Background Theme Color: A moderate, pleasing solid flat color covering the entire canvas. 2. Foreground Theme Color: A second solid flat color used for the icon shape and the text, chosen to contrast well with the background. Aesthetic Constraint: The colors must be chosen from a Google Material Design aesthetic—moderate hues, matte finish, pleasing to the eye, avoiding overly harsh saturation or neon tones. No gradients, shadows, or outlines. STYLE & TECHNIQUE (BRUTAL MINIMALISM): The style is brutal geometric minimalism with high abstraction. Reduce facial features to their most basic, blocky, angular shapes. Use large, solid masses of the Foreground Theme Color to define the form. Internal details (eyes, mouth, key features) must be formed solely by bold, blocky cuts of the Background Theme Color negative space into the foreground silhouette. The icon must be a free-floating silhouette with NO enclosing circle, border, or container shape. BACKGROUND: The background is filled entirely with the solid, flat Background Theme Color. TYPOGRAPHY (CRITICAL CONSTRAINTS): Directly below the floating icon, placed centrally, is the name CHARACTER . 1. FONT FAMILY (STRICT): The text MUST be rendered in the style of the font Inter Bold. Do NOT use any other font. 2. CASE & COLOR: Title case only. The text color must exactly match the solid Foreground Theme Color. 3. SIZE & SCALE (STRICT): The text must be very small. The total width of the entire text string must NOT exceed 25% of the total image width. 4. KERNING: Maintain very tight negative kerning (approx -8%).

durs.ai
Brand Logo Mashup Visual Parody Design
LogoPhoto

Brand Logo Mashup Visual Parody Design

BRAND A + BRAND B. Act as a Brand Identity Designer specializing in Logo Mashups and Visual Parody. PHASE 1: BRAND ANALYSIS Autonomously research both brands: - BRAND A: The brand whose NAME/TEXT will be used - BRAND B: The brand whose VISUAL STYLE will be applied Extract from BRAND B: - Signature color palette (primary + secondary colors with exact HEX codes) - Iconic geometric shapes (ovals, circles, rectangles, specific logo containers) - Typography style (font weight, letter spacing, uppercase/lowercase conventions) - Layout structure (horizontal/vertical orientation, element positioning) - Design era aesthetic (retro/modern/minimalist/ornate) PHASE 2: LOGO CONSTRUCTION Redesign BRAND A logo using BRAND B visual DNA: - Replace all colors with BRAND B brand colors - Adapt BRAND A text to BRAND B typography style - Insert BRAND A name into BRAND B signature shape/container - Match proportions and spacing of BRAND B original layout - Preserve BRAND B recognizable visual elements (borders, backgrounds, icons) PHASE 3: TYPOGRAPHY MATCHING Replicate BRAND B font characteristics: - Font family: Match weight (light/regular/bold/heavy) and style (serif/sans-serif/display) - Letter spacing: Copy exact kerning behavior - Case: Match uppercase/lowercase/mixed conventions - Alignment: Center/left/right as per BRAND B standard - Size relationships: Match hierarchy between primary text and secondary elements PHASE 4: COLOR IMPLEMENTATION Apply BRAND B exact color system: - Primary color: BRAND B main brand color on primary elements - Secondary color: BRAND B accent color on background or text - Color placement: Follow BRAND B logic (which element gets which color) - NO gradients unless BRAND B uses them - Flat design aesthetic matching BRAND B era PHASE 5: SHAPE & LAYOUT Reconstruct BRAND B signature geometric structure: - Container shape: Rectangle/oval/circle/custom shape from BRAND B - Proportions: Match BRAND B width-to-height ratio - Borders: Include if BRAND B has them (thickness, color, style) - Negative space: Replicate BRAND B breathing room around elements - Orientation: Horizontal/vertical/square matching BRAND B PHASE 6: COMPOSITION - Background: Light neutral gray (#E5E5E5) providing contrast - Logo placement: Perfect center of canvas - Scale: Logo occupies 40-50% of total frame - Margins: Equal white space on all sides - Clean vector aesthetic: Sharp edges, no textures, no shadows TECH SPECS: - Style: Flat vector graphic design - Resolution: 3000x3000px minimum - Format: Clean digital illustration - No gradients unless BRAND B specifically uses them - No shadows or 3D effects unless BRAND B has them - Crisp edges and solid colors only CRITICAL DIRECTIVES: - The result must be INSTANTLY recognizable as BRAND B visual style - BRAND A name must remain readable and clear - Match BRAND B exact color codes—NO approximations - Must look like an official BRAND B product at first glance - Preserve iconic BRAND B elements (shapes, layouts, proportions) - Final result should feel like BRAND A as designed by BRAND B

durs.ai
VIRALMEDIA AI Agency Dark Landing Page
BrandingPhoto

VIRALMEDIA AI Agency Dark Landing Page

Build a dark-themed, single-page landing page for an AI web design agency called VIRALMEDIA. The design uses a pure black background (#000) with white text, a signature liquid glass glassmorphism effect, and two Google Fonts: Barlow (body/UI) and Instrument Serif (italic accent text). Use React, Tailwind CSS, Framer Motion, and hls.js. All buttons are rounded-full. DESIGN SYSTEM (index.css) Color tokens (all HSL, dark-only — no light mode): --background: 0 0% 0% (pure black) --foreground: 0 0% 100% (pure white) --card: 0 0% 9%, --card-foreground: 0 0% 100% --primary: 0 0% 97%, --primary-foreground: 0 0% 9% --secondary: 0 0% 15%, --secondary-foreground: 0 0% 100% --muted: 0 0% 15%, --muted-foreground: 0 0% 75% --accent: 0 0% 15%, --accent-foreground: 0 0% 100% --border: 0 0% 20%, --input: 0 0% 20%, --ring: 0 0% 100% --radius: 2px --font-body: Barlow, sans-serif --font-accent: Instrument Serif, serif Liquid Glass CSS classes: .liquid-glass — subtle glassmorphism: background: rgba(255,255,255,0.01), background-blend-mode: luminosity, backdrop-filter: blur(4px), no border, box-shadow: inset 0 1px 1px rgba(255,255,255,0.1). Has a ::before pseudo-element for a gradient border effect using linear-gradient(180deg, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0.15) 20%, transparent 40%, transparent 60%, rgba(255,255,255,0.15) 80%, rgba(255,255,255,0.45) 100%) with mask-composite: exclude and padding: 1.4px. .liquid-glass-strong — stronger variant: same as above but backdrop-filter: blur(50px), box-shadow: 4px 4px 4px rgba(0,0,0,0.05), inset 0 1px 1px rgba(255,255,255,0.15), and slightly higher gradient opacity values (0.5/0.2 instead of 0.45/0.15). Tailwind config: Set fontFamily: body: Barlow, sans-serif, accent: Instrument Serif, serif at the theme root level (not in extend). SECTION 1: NAVBAR (fixed) Fixed top, full-width, z-50, px-8 py-6, flex row with space-between Left: Logo text VIRALMEDIA — text-xl font-semibold tracking-tight font-body text-foreground Center (hidden on mobile): Nav links Work, Services, About, Blog, Contact — each px-4 py-2 text-sm font-medium text-foreground rounded-sm hover:bg-white/10 Right: Get Started button — liquid-glass-strong rounded-full px-6 py-2.5 text-sm font-medium text-foreground SECTION 2: HERO (full viewport height) Container: relative w-full h-screen overflow-hidden Background video (behind everything): Absolutely positioned, object-cover object-bottom. On mobile: -translate-y-100px, on md+: no translate. Video URL: https://d8j0ntlcm91z4.cloudfront.net/user_38xzZboKViGWJOttwIXH07lWA1P/hf_20260326_073936_8dd07fdb-4f6b-4220-a3f0-9dedfaab0c88.mp4 (autoPlay, loop, muted, playsInline) Bottom gradient overlay: absolute inset-x-0 bottom-0 h-60 bg-gradient-to-t from-background to-transparent Content (z-10, flex column, justify-end, pb-10 md:pb-20): Avatar row: 3 overlapping circular avatars (http://pravatar.cc, w-8 h-8 rounded-full border-2 border-background, -space-x-2) + text 7,000+ brands already transformed in text-muted-foreground text-sm Heading: text-3xl sm:text-5xl md:text-6xl lg:text-7xl font-medium tracking--1px md:tracking--2px — Build Stunning with + <span className=font-accent italic font-normal>AI Magic</span> Subtitle: text-sm md:text-lg text-muted-foreground whitespace-normal md:whitespace-nowrap — AI-powered websites crafted for beauty, speed, and lasting performance. Email form: liquid-glass rounded-full p-1.5 md:p-2 max-w-lg w-full with transparent input and a solid white bg-foreground text-background rounded-full SUBSCRIBE button. Button uses motion.button with whileHover= scale: 1.03 and whileTap= scale: 0.98

durs.ai
NOVA Pure Sound Wireless Earbuds Premium Ad
PosterPhoto

NOVA Pure Sound Wireless Earbuds Premium Ad

prompt: brand: <b>NOVA</b>, title: Pure Sound, tagline: Silence the world., visual_style: composition: minimalist product ad, Apple-style premium aesthetic, background: soft gray gradient with subtle noise texture, ambient light particles or micro-gradient overlays to gently fill negative space without clutter, lighting: high-end studio lighting, soft rim light, gentle catchlights, negative_space: balanced asymmetry with subtle decorative elements (soft gradient orbs, faint geometric lines) to occupy empty areas while preserving clean minimalism , product: name: NOVA Pure Sound Wireless Earbuds, specifications: finish: matte black anodized aluminum, design: ergonomic in-ear fit, seamless unibody construction, features: Active Noise Cancellation (ANC), Bluetooth 5.3 connectivity, 30-hour battery life with charging case, IPX5 water resistance, Touch-sensitive controls, Spatial audio support , dimensions: Earbud: 2.1g each | Case: 45g , placement: centered, floating slightly above surface with subtle drop shadow , specifications_ui: container_style: glass morphism panel, icon_style: effect: frosted glass blur (14px), soft white border glow, subtle inner shadow for depth, background: rgba(255,255,255,0.1) with backdrop-filter blur, layout: icons arranged in a responsive grid beneath product, evenly spaced with gentle hover elevation , specs: icon: 🔇, label: ANC, value: Active Noise Cancellation, tooltip: Block out distractions, immerse in pure sound , icon: 📡, label: Connectivity, value: Bluetooth 5.3, tooltip: Stable, low-latency wireless connection , icon: 🔋, label: Battery, value: 30-hour total playback, tooltip: All-day power with compact charging case , icon: 💧, label: Resistance, value: IPX5 rated, tooltip: Sweat and splash resistant for active lifestyles , icon: 👆, label: Controls, value: Touch-sensitive, tooltip: Intuitive gestures for music, calls, and voice assistant , icon: 🔊, label: Audio, value: Spatial Audio, tooltip: Immersive 3D soundstage with dynamic head tracking , ui_elements: accent_icon: style: glass morphism, description: translucent frosted-glass icon with subtle blur, soft white border glow, floating near product, symbol: abstract soundwave or minimalist earbud silhouette, effect: background blur: 12px, opacity: 0.85, inner shadow for depth , typography: brand_font: bold, ultra-clean sans-serif (e.g., SF Pro Display Bold), body_font: light weight, high legibility, color: charcoal black / soft white contrast, hierarchy: brand prominent, tagline subtle, specs clean and scannable , mood: premium, serene, technologically sophisticated, output_format: ultra-high-resolution, 4K, photorealistic render with shallow depth of field

durs.ai