Aaron Fiddelke

Illustration Projects

Space Fishing
Lost Sol
A whimsical illustration blending science fiction and nature, exploring imagination and color.
View Project
Helena Motors
Helena Motors
Developing an unique poster and logo for a fictional local event. Exploration of textures and colors.
View Project
Small Town
Small Town
Artworks created for storytelling. Blending line art and halftones for small town locations.
View Project

Discover my illustration portfolio, where creativity, color, and line work bring stories and ideas to life across personal and client projects.

Skills & Tools

Procreate
Photoshop
Illustrator
Character Design
Editorial
Storytelling
Color Theory
Line Art
Digital Painting
Concept Art

My Illustration Process

  1. Inspiration: Gather ideas, references, and themes.
  2. Sketching: Develop rough concepts and compositions.
  3. Line Art: Refine shapes, details, and outlines.
  4. Coloring: Add color, shading, and texture.
  5. Finalization: Polish artwork and prepare for print or digital use.
  6. Delivery: Share with clients or publish in portfolios and media.

Let's Collaborate!

Interested in working together or have an illustration project in mind? Reach out and let's create something amazing.

Contact Me
// Following cursor dot effect if (window.cursoreffects && typeof window.cursoreffects.followingDotCursor === 'function') { new cursoreffects.followingDotCursor({ color: ["#323232a6"] }); } else { // Fallback: simple dot const dot = document.createElement('div'); dot.style.position = 'fixed'; dot.style.width = '13px'; dot.style.height = '13px'; dot.style.borderRadius = '50%'; dot.style.background = '#323232a6'; dot.style.pointerEvents = 'none'; dot.style.zIndex = '9999'; dot.style.transform = 'translate(-50%, -50%)'; document.body.appendChild(dot); document.addEventListener('mousemove', function(e) { dot.style.left = e.clientX + 'px'; dot.style.top = e.clientY + 'px'; }); }