<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>TinkerLab</title>
	<atom:link href="https://tinkerlab.com/feed/" rel="self" type="application/rss+xml"/>
	<link>https://tinkerlab.com/</link>
	<description></description>
	<lastBuildDate>Fri, 08 May 2026 06:05:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://tinkerlab.com/wp-content/uploads/2021/09/cropped-Branding-Color-Palette-ROUND-logo-bunny-32x32.png</url>
	<title>TinkerLab</title>
	<link>https://tinkerlab.com/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">24148842</site>	<item>
		<title>quiz</title>
		<link>https://tinkerlab.com/quiz/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=quiz</link>
					<comments>https://tinkerlab.com/quiz/#respond</comments>
		
		<dc:creator><![CDATA[Rachelle]]></dc:creator>
		<pubDate>Fri, 08 May 2026 04:34:09 +0000</pubDate>
				<category><![CDATA[Art Activities]]></category>
		<guid isPermaLink="false">https://tinkerlab.com/?p=54477</guid>

					<description><![CDATA[<p>What kind of maker are you? The Art Habit Profile Question 1 of 6 Your Maker Profile: Want the full picture? I’ll send you your complete profile — including exactly what to make first and how the Art Habit Mail Club is built for you. Send My Profile</p>
<p>The post <a href="https://tinkerlab.com/quiz/">quiz</a> appeared first on <a href="https://tinkerlab.com">TinkerLab</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="54477" class="elementor elementor-54477" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-18c8616 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="18c8616" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a22bb60" data-id="a22bb60" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-cea4ef9 elementor-widget elementor-widget-heading" data-id="cea4ef9" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">What kind of maker are you?</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4444765 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4444765" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-520a2b5" data-id="520a2b5" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-92ff5dc elementor-widget elementor-widget-html" data-id="92ff5dc" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@900&family=DM+Sans:wght@400;500;700;900&display=swap" rel="stylesheet">
<style>
    #maker-quiz {
        --forest: #226425;
        --orange: #f9570a;
        --tan: #A28B6B;
        --cream: #FAF1DC;
        --sage: #cbdfdf;
        --pink: #f593bd;
        
        max-width: 600px;
        margin: 20px auto;
        font-family: 'DM Sans', sans-serif;
        color: var(--forest);
        background: white;
        padding: 30px 40px;
        border-radius: 12px;
        box-shadow: 12px 12px 0px rgba(0,0,0,0.1);
        border: 2px solid var(--tan);
        transition: max-width 0.5s ease, padding 0.5s ease;
    }

    #maker-quiz.results-mode {
        max-width: 950px;
        padding: 30px 50px; 
    }

    .quiz-header { text-align: center; margin-bottom: 20px; }
    .quiz-header h2 { font-family: 'Playfair Display', serif; font-size: 28px; margin: 0; color: var(--forest); line-height: 1.1; }
    .quiz-header p { font-size: 10px; color: var(--tan); font-weight: 900; text-transform: uppercase; letter-spacing: 2px; margin-top: 5px; }

    .progress-bar { height: 8px; background: var(--cream); width: 100%; margin-bottom: 25px; border-radius: 10px; overflow: hidden; }
    .progress-fill { height: 100%; background: var(--orange); width: 0%; transition: width 0.4s ease; }

    .question-wrap { display: none; }
    .question-wrap.active { display: block; animation: fadeIn 0.4s ease; }

    .q-text { font-family: 'Playfair Display', serif; font-size: 22px; margin-bottom: 20px; line-height: 1.2; color: var(--forest); }

    .options-list { display: flex; flex-direction: column; gap: 10px; }
    
    /* CLEAN CREAM OPTIONS */
    .option-btn {
        background: var(--cream);
        border: 2px solid transparent;
        padding: 12px 20px;
        border-radius: 8px;
        text-align: left;
        cursor: pointer;
        font-size: 15px;
        font-weight: 500;
        transition: all 0.2s ease;
        color: var(--forest);
        line-height: 1.4;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .option-btn:hover { background: #f3e9d2; border-color: var(--tan); }

    /* SAGE SELECTED STATE */
    .option-btn.selected { 
        background: var(--sage) !important; 
        border-color: var(--forest); 
        font-weight: 700; 
    }

    .checkmark {
        display: none;
        font-size: 18px;
        font-weight: 900;
        color: var(--forest);
    }
    .option-btn.selected .checkmark { display: block; }

    /* RESULTS AREA */
    #results-area { display: none; text-align: center; animation: fadeIn 0.6s ease; }
    .type-reveal { font-size: 12px; text-transform: uppercase; letter-spacing: 3px; color: var(--pink); font-weight: 900; }
    .type-name { font-family: 'Playfair Display', serif; font-size: 42px; margin: 5px 0; color: var(--pink); }
    .results-mode .type-name { font-size: 64px; line-height: 1; }

    .type-blurb { font-size: 17px; line-height: 1.5; margin: 10px auto 25px; text-align: center; color: var(--forest); max-width: 800px; }
    .results-mode .type-blurb { font-size: 20px; }

    .quiz-gate {
        background: #f1f9f9; 
        padding: 25px 35px;
        border-radius: 10px;
        border: 2px solid var(--orange);
        text-align: left;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .quiz-gate h4 { font-family: 'Playfair Display', serif; font-size: 24px; margin: 0; color: var(--forest); }
    .quiz-gate p { font-size: 15px; margin: 0; line-height: 1.4; color: var(--forest); }
    
    .gate-form-row { display: flex; gap: 10px; margin-top: 5px; }
    .gate-form-row input { flex: 2; padding: 14px; border-radius: 6px; border: 1.5px solid var(--sage); font-family: 'DM Sans', sans-serif; font-size: 16px; }
    .gate-form-row button { flex: 1; padding: 14px; background: var(--orange); color: white; border: none; border-radius: 6px; font-weight: 900; text-transform: uppercase; cursor: pointer; letter-spacing: 1px; font-size: 13px; white-space: nowrap; }

    @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

    @media (max-width: 900px) {
        .gate-form-row { flex-direction: column; }
        .results-mode .type-name { font-size: 48px; }
    }

    @media (max-width: 600px) {
        #maker-quiz { padding: 20px; margin: 10px; }
        #maker-quiz.results-mode { padding: 20px; }
        .q-text { font-size: 19px; }
    }
</style>
</head>
<body>

<div id="topOfQuiz"></div>

<div id="maker-quiz">
    <div id="quiz-ui">
        <div class="progress-bar"><div class="progress-fill" id="progress"></div></div>
        <div class="quiz-header">
            <p>The Art Habit Profile</p>
            <h2 id="q-number">Question 1 of 6</h2>
        </div>
        <div id="questions-container"></div>
    </div>

    <div id="results-area">
        <span class="type-reveal">Your Maker Profile:</span>
        <h2 id="result-type-name" class="type-name"></h2>
        <div id="result-blurb" class="type-blurb"></div>

        <div class="quiz-gate" id="gate-wrap">
            <div>
                <h4>Want the full picture?</h4>
                <p>I’ll send you your <strong>complete profile</strong> — including exactly what to make first and how the Art Habit Mail Club is built for you.</p>
            </div>
            <form id="quiz-kit-form" class="gate-form-row">
                <input type="email" id="quiz-email" placeholder="your@email.com" required>
                <button type="button" onclick="submitQuizLead()">Send My Profile</button>
            </form>
        </div>
    </div>
</div>

<script>
    (function() {
        const questions = [
            {
                q: "Your art supplies are currently...",
                options: [
                    { t: "Spread across four projects, none finished", val: "C" },
                    { t: "In a craft store bag. From last year.", val: "B" },
                    { t: "On the table. You were just using them.", val: "E" },
                    { t: "Saved as links in browser tabs and Pinterest", val: "A" },
                    { t: "Organized and ready. Waiting for Sunday.", val: "D" }
                ]
            },
            {
                q: "What happens next when you think about making?",
                options: [
                    { t: "You plan to try again when the light is right", val: "D" },
                    { t: "You make something. It takes about 20 minutes.", val: "E" },
                    { t: "You spend 45 mins on IG and never start", val: "A" },
                    { t: "You start three things and finish none", val: "C" },
                    { t: "You get it out, arrange it, then put it away", val: "B" }
                ]
            },
            {
                q: "Someone asks to see your work. You...",
                options: [
                    { t: "Show them something you made this week", val: "E" },
                    { t: "Say the timing hasn't been right lately", val: "D" },
                    { t: "Show them six half-finished pieces", val: "C" },
                    { t: "Show them your inspiration folder", val: "A" },
                    { t: "Show them your impressive supplies", val: "B" }
                ]
            },
            {
                q: "Your relationship with supplies is...",
                options: [
                    { t: "Devoted. Too good to risk on imperfection.", val: "B" },
                    { t: "Practical. They're tools. You use them.", val: "E" },
                    { t: "Aspirational. Buying for your future artist self.", val: "A" },
                    { t: "Respectful. Everything has its right moment.", val: "D" },
                    { t: "Complicated. You have everything; use nothing.", val: "C" }
                ]
            },
            {
                q: "The last time you sat down to make...",
                options: [
                    { t: "You ran out of time just setting up", val: "B" },
                    { t: "Was yesterday. Or maybe this morning.", val: "E" },
                    { t: "You got distracted halfway through", val: "C" },
                    { t: "Was longer ago than you'd like to admit", val: "A" },
                    { t: "The conditions felt right and it was wonderful", val: "D" }
                ]
            },
            {
                q: "Someone sends you a mystery envelope with art supplies and a prompt inside. Your reaction is...",
                options: [
                    { t: "I'd use it when I had a proper block of time", val: "D" },
                    { t: "Sounds amazing. I'd definitely use that. (You won't.)", val: "A" },
                    { t: "Yes. I'll make something tonight.", val: "E" },
                    { t: "I'd love that. I'd save everything carefully.", val: "B" },
                    { t: "Perfect — I'd start four projects immediately", val: "C" }
                ]
            }
        ];

        const resultsData = {
            A: { name: "The Dreamer", blurb: "You are endlessly inspired and chronically under-started. You have the vision—you just haven't sat down to do it yet." },
            B: { name: "The Hoarder", blurb: "Your supplies are beautiful and deserve to be used. The good paper is not too good to use—it's too good to waste on waiting." },
            C: { name: "The Dabbler", blurb: "You're making things, just not finishing them. A little structure would help you go deeper instead of just wider." },
            D: { name: "The Nester", blurb: "You're waiting for the perfect conditions, but they're never coming. The practice requires showing up in the imperfect moments." },
            E: { name: "The Maker", blurb: "You're already doing it! You show up regularly and make things with what you have, without waiting for conditions to be ideal." }
        };

        let currentStep = 0;
        let scores = { A: 0, B: 0, C: 0, D: 0, E: 0 };

        function renderQuestion() {
            const container = document.getElementById('questions-container');
            container.innerHTML = "";
            const q = questions[currentStep];
            const div = document.createElement('div');
            div.className = "question-wrap active";
            div.innerHTML = `<div class="q-text">${q.q}</div><div class="options-list"></div>`;
            
            q.options.forEach(opt => {
                const btn = document.createElement('button');
                btn.className = "option-btn";
                btn.innerHTML = `<span>${opt.t}</span><span class="checkmark">✓</span>`;
                
                btn.onclick = () => {
                    document.querySelectorAll('.option-btn').forEach(b => b.classList.remove('selected'));
                    btn.classList.add('selected');
                    setTimeout(() => handleAnswer(opt.val), 350);
                };
                div.querySelector('.options-list').appendChild(btn);
            });
            container.appendChild(div);
            document.getElementById('q-number').innerText = `Question ${currentStep + 1} of 6`;
            document.getElementById('progress').style.width = `${((currentStep + 1) / 6) * 100}%`;
        }

        function handleAnswer(val) {
            scores[val]++;
            if (currentStep < 5) {
                currentStep++;
                renderQuestion();
            } else {
                showResults();
            }
        }

        function showResults() {
            const quizCard = document.getElementById('maker-quiz');
            quizCard.classList.add('results-mode'); 
            document.getElementById('quiz-ui').style.display = 'none';
            const winner = Object.keys(scores).reduce((a, b) => scores[a] > scores[b] ? a : b);
            const result = resultsData[winner];
            document.getElementById('results-area').style.display = 'block';
            document.getElementById('result-type-name').innerText = result.name;
            document.getElementById('result-blurb').innerText = result.blurb;
            document.getElementById('topOfQuiz').scrollIntoView({ behavior: 'smooth' });
            localStorage.setItem('ah_quiz_clean_type', result.name);
        }

        window.submitQuizLead = function() {
            const email = document.getElementById('quiz-email').value;
            if (!email.includes('@')) { alert("Please enter a valid email."); return; }
            const type = localStorage.getItem('ah_quiz_clean_type');
            const params = new URLSearchParams();
            params.append('email_address', email);
            params.append('fields[maker_type]', type);
            fetch(`https://app.kit.com/forms/9417645/subscriptions`, {
                method: 'POST',
                body: params,
                headers: { 'Content-Type': 'application/x-www-form-urlencoded' },
                mode: 'no-cors'
            });
            document.getElementById('gate-wrap').innerHTML = "<h4 style='text-align:center;'>✨ On its way!</h4><p style='text-align:center; width:100%;'>Check your inbox. Your full profile is heading to you now.</p>";
        };
        renderQuestion();
    })();
</script>
</body>
</html>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		<p>The post <a href="https://tinkerlab.com/quiz/">quiz</a> appeared first on <a href="https://tinkerlab.com">TinkerLab</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tinkerlab.com/quiz/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">54477</post-id>	</item>
		<item>
		<title>What to Say Instead of Follow-Along Art Instructions</title>
		<link>https://tinkerlab.com/what-to-say-instead-of-follow-along-art-instructions/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=what-to-say-instead-of-follow-along-art-instructions</link>
					<comments>https://tinkerlab.com/what-to-say-instead-of-follow-along-art-instructions/#comments</comments>
		
		<dc:creator><![CDATA[Rachelle]]></dc:creator>
		<pubDate>Sat, 22 Nov 2025 07:04:52 +0000</pubDate>
				<category><![CDATA[Art Activities]]></category>
		<guid isPermaLink="false">https://tinkerlab.com/?p=52929</guid>

					<description><![CDATA[<p>You&#8217;ve heard that kids need follow-along instructions to make art. Let&#8217;s say you&#8217;re drawing a rainbow. First, red at the top. Then add orange. Now yellow&#8230; This format feels helpful. It&#8217;s structured. Safe. But here&#8217;s what actually happens: Kids learn to follow, not create. They wait for the next instruction instead of making decisions. And [&#8230;]</p>
<p>The post <a href="https://tinkerlab.com/what-to-say-instead-of-follow-along-art-instructions/">What to Say Instead of Follow-Along Art Instructions</a> appeared first on <a href="https://tinkerlab.com">TinkerLab</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>You&#8217;ve heard that kids need follow-along instructions to make art.</p>



<p>Let&#8217;s say you&#8217;re drawing a rainbow.</p>



<p>First, red at the top.</p>



<p>Then add orange.</p>



<p>Now yellow&#8230;</p>



<p>This format feels helpful. It&#8217;s structured. Safe.</p>



<p>But here&#8217;s what actually happens:</p>



<p>Kids learn to follow, not create.</p>



<p>They wait for the next instruction instead of making decisions.</p>



<p>And when there&#8217;s no instruction? They don&#8217;t know what to do.</p>



<p>They freeze.</p>



<p>Because they haven&#8217;t practiced thinking about art on their own.</p>



<p>This kind of rigid, follow-along instruction can kill the very thing we&#8217;re trying to build&#8230;</p>



<p>Try setting up materials with zero (or fewer!) instructions.</p>



<p>Just put out rainbow-color paint or crayons and say, &#8220;I wonder what you can create with these materials.&#8221;</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="680" height="453" src="https://tinkerlab.com/wp-content/uploads/2025/11/email-header-image-11-680x453.png" alt="" class="wp-image-52930" srcset="https://tinkerlab.com/wp-content/uploads/2025/11/email-header-image-11-680x453.png 680w, https://tinkerlab.com/wp-content/uploads/2025/11/email-header-image-11-400x267.png 400w, https://tinkerlab.com/wp-content/uploads/2025/11/email-header-image-11-200x133.png 200w, https://tinkerlab.com/wp-content/uploads/2025/11/email-header-image-11-768x512.png 768w, https://tinkerlab.com/wp-content/uploads/2025/11/email-header-image-11-750x500.png 750w, https://tinkerlab.com/wp-content/uploads/2025/11/email-header-image-11.png 975w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>It may be uncomfortable at first—for you and for them. But that&#8217;s where creativity lives.</p>



<p>Start with one art session this week. Fewer instructions. More wondering. See what happens.</p>



<p>Want more process art ideas? See <a href="https://tinkerlab.com/what-is-process-art-for-kids/">A Complete Guide to Process Art for Kids</a>.</p>
<p>The post <a href="https://tinkerlab.com/what-to-say-instead-of-follow-along-art-instructions/">What to Say Instead of Follow-Along Art Instructions</a> appeared first on <a href="https://tinkerlab.com">TinkerLab</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tinkerlab.com/what-to-say-instead-of-follow-along-art-instructions/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">52929</post-id>	</item>
		<item>
		<title>How to Start Art Journaling: Beginner’s Guide + Free Download</title>
		<link>https://tinkerlab.com/art-journaling-101-ideas-prompts-get-started/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=art-journaling-101-ideas-prompts-get-started</link>
		
		<dc:creator><![CDATA[Rachelle]]></dc:creator>
		<pubDate>Wed, 23 Jul 2025 03:07:00 +0000</pubDate>
				<category><![CDATA[Art Activities]]></category>
		<guid isPermaLink="false">https://tinkerlab.com/?p=50266</guid>

					<description><![CDATA[<p>Ready to start art journaling, but don&#8217;t know where to begin? This complete guide covers everything: choosing the right journal, essential supplies, step-by-step techniques, and creative prompts. Plus, download our free starter kit with a supplies list and prompt cards to begin today! What You&#8217;ll Learn What we&#8217;re going to cover: What is Art Journaling? [&#8230;]</p>
<p>The post <a href="https://tinkerlab.com/art-journaling-101-ideas-prompts-get-started/">How to Start Art Journaling: Beginner&#8217;s Guide + Free Download</a> appeared first on <a href="https://tinkerlab.com">TinkerLab</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Ready to start art journaling, but don&#8217;t know where to begin? </p>



<p>This complete guide covers everything: choosing the right journal, essential supplies, step-by-step techniques, and creative prompts. Plus, download our free starter kit with a supplies list and prompt cards to begin today!</p>



<h2 class="wp-block-heading">What You&#8217;ll Learn</h2>



<ul class="wp-block-list">
<li>Choose the right art journal and supplies </li>



<li>Master basic techniques and layering methods </li>



<li>Overcome blank page anxiety with proven strategies </li>



<li>Access creative prompts to spark inspiration </li>



<li>Download our free starter kit with supplies list</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="680" height="680" src="https://tinkerlab.com/wp-content/uploads/2019/10/glue-geometric-shapes-on-art-journal.png" alt="mixed media art journal ideas for beginners" class="wp-image-32583" srcset="https://tinkerlab.com/wp-content/uploads/2019/10/glue-geometric-shapes-on-art-journal.png 680w, https://tinkerlab.com/wp-content/uploads/2019/10/glue-geometric-shapes-on-art-journal-100x100.png 100w, https://tinkerlab.com/wp-content/uploads/2019/10/glue-geometric-shapes-on-art-journal-200x200.png 200w, https://tinkerlab.com/wp-content/uploads/2019/10/glue-geometric-shapes-on-art-journal-400x400.png 400w, https://tinkerlab.com/wp-content/uploads/2019/10/glue-geometric-shapes-on-art-journal-150x150.png 150w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>What we&#8217;re going to cover:</p>



<p><a href="#whatis">What is Art Journaling?</a></p>



<p><a href="#choosing">Choosing Art Journal Notebooks</a></p>



<p><a href="#binding">Different Kinds of Sketchbook Binding</a></p>



<p><a href="#choosepaper">Art Journaling Paper: What Weight You Should Choose</a></p>



<p><a href="#supplies">Art Journal Supplies</a></p>



<p><a href="http://Tips">Get Started Tips for Beginners</a></p>



<p><a href="#prompts">Art Prompts and Ideas for Pages</a></p>



<p><a href="#motivation">Finding Inspiration and Staying Motivated</a></p>



<h2 class="wp-block-heading" id="what-is">What Is Art Journaling?</h2>



<p>Art journaling is the creative process of making art in an art journal, notebook, or sketchbook. What&#8217;s inside could be anything from sketches to paintings made from coffee to collages with old magazine pages.</p>



<p>Art journals might be created for self expression, exploration of art materials, daily diaries, sketching ideas for bigger projects, documenting experiences, capturing visual ideas, or testing new creative concepts. </p>



<p>Personally, I love to use my art journal in the following ways:</p>



<ul class="wp-block-list">
<li>documenting ideas</li>



<li>experimenting with unique patterns, combinations of materials, or new art supplies</li>



<li>having a daily record of ideas that i can come back to for future work</li>



<li>playing</li>



<li>starting my days with art: it grounds me and sets the day on a positive course</li>
</ul>



<p>Art journal pages often involve using various art supplies like watercolor paint, colored pencils, acrylic paints, markers, stamps, or glued collage papers on the pages of a journal. </p>



<p>The results of an art journaling practice could be:</p>



<ul class="wp-block-list">
<li>a creative outlet for emotions</li>



<li>a spot to de-stress</li>



<li>a place for creative expression</li>



<li>a repository of ideas that turn into new projects</li>
</ul>



<h2 class="wp-block-heading" id="choosing">Choosing Art Journal Notebooks</h2>



<p>There are so many art journals to choose from. Where does one start?!&nbsp;</p>



<p>Over the years I&#8217;ve tested and played with hundreds of journals. Those with hard covers, soft covers, spiral bound journal, tear-out sheets, altered books, lay-flat art journals, leatherbound books, saddlestitched or stapled binding (like a magazine)&#8230;to name a few!</p>



<p>It all boils down to personal preference. If you&#8217;re new to art journaling, I&#8217;d recommend trying a few to see what you most enjoy.&nbsp;</p>



<p>That said, I&#8217;ll break down some differences and things to look for so you can make an informed choice!</p>



<figure class="wp-block-image size-full"><img decoding="async" width="600" height="450" src="https://tinkerlab.com/wp-content/uploads/2015/06/image-e1435683565547.jpg" alt="Diamond Pattern Painting Sketchbook Prompt" class="wp-image-19835" srcset="https://tinkerlab.com/wp-content/uploads/2015/06/image-e1435683565547.jpg 600w, https://tinkerlab.com/wp-content/uploads/2015/06/image-e1435683565547-340x255.jpg 340w" sizes="(max-width: 600px) 100vw, 600px" /></figure>



<h2 class="wp-block-heading" id="binding">Sketchbook Binding</h2>



<p>There are four kinds we&#8217;ll talk about: Coilbound, Casebound, Saddle Stitch, Homemade</p>



<p><strong>Coilbound Sketchbook:&nbsp;</strong>I like this style of because the pages lie flat, the pages turn easily, and you can open the pages all the way around the spine. If you think you&#8217;ll enjoy working on just one page at a time or if you want to toss this in a bag and space is limited, this could be the way to go.&nbsp;</p>



<p>Hardcover Casebound Sketchbook: These books have pages that are secured together with stitching; like a hardcover book. Artists prefer these books if they want to work on two pages at once (a double page spread). They also offer the option to label the spines and feel more substantial.</p>



<p>Saddle Stitch: These are bound like brochures or composition notebooks. You&#8217;d have a rudimentary version of this if you folded a couple pages in half, then stapled them together at the center. These are great for traveling or tucking into a small bag for on-the-go journaling.</p>



<p>Homemade: There are plenty of ways to DIY an art journal. You could fold and stitch or staple a few pages together (get creative with a variety of papers) or repurpose a vintage book into the best art journal you&#8217;ve ever seen.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="680" height="680" src="https://tinkerlab.com/wp-content/uploads/2019/10/pull-string-through-folded-paper-art-journal.jpg" alt="mixed media art journal ideas [card download]" class="wp-image-32582" srcset="https://tinkerlab.com/wp-content/uploads/2019/10/pull-string-through-folded-paper-art-journal.jpg 680w, https://tinkerlab.com/wp-content/uploads/2019/10/pull-string-through-folded-paper-art-journal-100x100.jpg 100w, https://tinkerlab.com/wp-content/uploads/2019/10/pull-string-through-folded-paper-art-journal-200x200.jpg 200w, https://tinkerlab.com/wp-content/uploads/2019/10/pull-string-through-folded-paper-art-journal-400x400.jpg 400w, https://tinkerlab.com/wp-content/uploads/2019/10/pull-string-through-folded-paper-art-journal-150x150.jpg 150w" sizes="(max-width: 680px) 100vw, 680px" /><figcaption class="wp-element-caption">mixed media art journal ideas [card download]</figcaption></figure>



<h2 class="wp-block-heading" id="choosepaper">Art Journaling Paper &#8211; What Weight You Should Choose</h2>



<p>Look for thick paper that can withstand paint, water, or heavily pigmented pens. Paper weight is designated in pounds. This number refers to how much a ream (usually 500 sheets) weighs. So, if a ream of 500 sheets weighs 150 pounds, one would say that&#8217;s 150 pound paper.&nbsp;</p>



<p>For art journaling, I like paper that&#8217;s 90 pounds or more. My current favorite is a book with 120 lb paper and it feels just about perfect. See TinkerLab Art Journal Essentials for my downloadable list of 19 favorite art journal supplies, including this amazing art journal.</p>



<p>Some art journals like the Strathmore Visual Journals self-proclaim that they are &#8220;Mixed Media Journals,&#8221; which is so helpful and saves the step of looking for how heavy the paper is. But still, try to take a look at the paper weight and see if it comes in at 90 pounds or more. If so, this is likely a good one to try.</p>



<p>If you&#8217;re not going with an art journal, but simply paper, again, use 90 pound or higher paper or use watercolor paper which is even thicker than most art journaling sketchbooks.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="600" height="600" src="https://tinkerlab.com/wp-content/uploads/2013/09/sketchbook-pattern-with-paper.jpg" alt="art journal collage
" class="wp-image-10694" srcset="https://tinkerlab.com/wp-content/uploads/2013/09/sketchbook-pattern-with-paper.jpg 600w, https://tinkerlab.com/wp-content/uploads/2013/09/sketchbook-pattern-with-paper-100x100.jpg 100w, https://tinkerlab.com/wp-content/uploads/2013/09/sketchbook-pattern-with-paper-200x200.jpg 200w, https://tinkerlab.com/wp-content/uploads/2013/09/sketchbook-pattern-with-paper-300x300.jpg 300w, https://tinkerlab.com/wp-content/uploads/2013/09/sketchbook-pattern-with-paper-350x350.jpg 350w, https://tinkerlab.com/wp-content/uploads/2013/09/sketchbook-pattern-with-paper-150x150.jpg 150w" sizes="(max-width: 600px) 100vw, 600px" /><figcaption class="wp-element-caption">less is more: a child-adult art collaboration</figcaption></figure>



<h2 class="wp-block-heading" id="supplies">Art Journal Supplies</h2>



<p>If you&#8217;re just getting started, I recommend downloading my free guide, <a href="https://tinkerlab.com/art-journal-supplies-essential/">TinkerLab Essential Art Journal Supplies </a>for my top recommendations. </p>



<figure class="wp-block-image size-full"><a href="https://tinkerlab.com/art-journal-supplies-essential/"><img loading="lazy" decoding="async" width="600" height="400" src="https://tinkerlab.com/wp-content/uploads/2024/05/tinkerlab-essentials.png" alt="Art journal supplies tinkerlab" class="wp-image-50162" srcset="https://tinkerlab.com/wp-content/uploads/2024/05/tinkerlab-essentials.png 600w, https://tinkerlab.com/wp-content/uploads/2024/05/tinkerlab-essentials-400x267.png 400w, https://tinkerlab.com/wp-content/uploads/2024/05/tinkerlab-essentials-200x133.png 200w" sizes="(max-width: 600px) 100vw, 600px" /></a></figure>



<p>You&#8217;ll want to have a variety of dry media and wet media to play with. Dry media would be chalk pastels, oil pastels, crayons, pencils, and markers. Wet media would be watercolor paint, printmaking ink, or acrylic paint.</p>



<p>Here are some general guidelines&#8230;</p>



<h2 class="wp-block-heading">Dry Media</h2>



<p>Markers: Washable markers like the ones kids use at school or fancier brush pens. These are fun to draw with, and when you add water to the marks, they blend and bleed. Permanent markers are excellent for when you don&#8217;t want the marks to bleed after water hits them.</p>



<p>Paint Pens: Fun for making doodles or marks on top of collage paper or layers of paint.</p>



<p>Pastels: Chalk pastels are rough and dusty, nice for blending and adding texture to bottom layers. Oil pastels are great for making bold lines and filling areas with bright color.</p>



<p>Collage Papers: Photographs, magazine cutouts, ticket stubs, envelope liners, old art, notebook paper, wrapping paper. I could go on! If you come across something interesting, save it in a collage box.&nbsp;</p>



<p>Stickers &amp; Tapes: Washi tape and stickers are fun little elements to add some whimsy to a page.&nbsp;</p>



<h2 class="wp-block-heading">Wet Media</h2>



<p>Watercolor Paint: This is a staple for just about every artist. Some people like these in tubes and others in trays. Both are fabulous. My preference is the tray because they&#8217;re easy to store. Make sure you also get a variety of brushes like round, flat, and filbert. Get them in a few sizes for details and covering larger areas.</p>



<p>Acrylic Paint: This is a plastic-based paint that dries extremely fast. It&#8217;s thick and good for covering other elements on a page. Get a variety of colors. I always invest in a larger bottle (or extra bottle) of white because I love mixing it into other colors and it always seems to be the first color to run out.</p>



<p>Stencils (use with paint): Great for adding texture. You can make your own, or start a small collection with a few designs that speak to you.</p>



<p>Gelli Plate (use with paint or printing ink): It&#8217;s a bit of a splurge, but a really fun printmaking tool for experiments and playful art making. If you get one, also pick up a brayer.&nbsp;</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="600" height="400" src="https://tinkerlab.com/wp-content/uploads/2014/09/rad-journal.jpg" alt="Circles and Watercolor Paint | A Simple Sketchbook Prompt | TinkerLab" class="wp-image-13213" srcset="https://tinkerlab.com/wp-content/uploads/2014/09/rad-journal.jpg 600w, https://tinkerlab.com/wp-content/uploads/2014/09/rad-journal-340x227.jpg 340w" sizes="(max-width: 600px) 100vw, 600px" /><figcaption class="wp-element-caption">simple sketchbook prompt to kick off the day</figcaption></figure>



<h2 class="wp-block-heading" id="tips">Getting Started: Tips For Beginners</h2>



<p>There are so many ways to start an art journal page!&nbsp;</p>



<p>The blank page can be the most difficult thing for people to overcome.&nbsp;</p>



<p>To get past this, I want you to think of your art journal page as a series of layers. If you think of it this way, most or all of the bottom layer will get covered by what follows, so anything you put on the page is less precious. With that in mind, start by scribbling some marks, writing some words, or gluing a few pieces of collage paper on the page to take away the fear of the blank page. </p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="680" height="354" src="https://tinkerlab.com/wp-content/uploads/2024/04/step-1-art-journal-experiment-1-680x354.png" alt="" class="wp-image-49963" srcset="https://tinkerlab.com/wp-content/uploads/2024/04/step-1-art-journal-experiment-1-680x354.png 680w, https://tinkerlab.com/wp-content/uploads/2024/04/step-1-art-journal-experiment-1-750x390.png 750w, https://tinkerlab.com/wp-content/uploads/2024/04/step-1-art-journal-experiment-1-400x208.png 400w, https://tinkerlab.com/wp-content/uploads/2024/04/step-1-art-journal-experiment-1-200x104.png 200w, https://tinkerlab.com/wp-content/uploads/2024/04/step-1-art-journal-experiment-1-768x399.png 768w, https://tinkerlab.com/wp-content/uploads/2024/04/step-1-art-journal-experiment-1-1536x799.png 1536w, https://tinkerlab.com/wp-content/uploads/2024/04/step-1-art-journal-experiment-1-2048x1065.png 2048w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Once that&#8217;s done, look at the page and see where you&#8217;re at.&nbsp;</p>



<p>Do the marks or papers you added offer any clues for what you could do next? If so, follow that thread and keep going by adding more layers.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="680" height="326" src="https://tinkerlab.com/wp-content/uploads/2024/04/step-5-art-journal-experiment-1-680x326.png" alt="art journaling page layers
" class="wp-image-49967" srcset="https://tinkerlab.com/wp-content/uploads/2024/04/step-5-art-journal-experiment-1-680x326.png 680w, https://tinkerlab.com/wp-content/uploads/2024/04/step-5-art-journal-experiment-1-750x360.png 750w, https://tinkerlab.com/wp-content/uploads/2024/04/step-5-art-journal-experiment-1-400x192.png 400w, https://tinkerlab.com/wp-content/uploads/2024/04/step-5-art-journal-experiment-1-200x96.png 200w, https://tinkerlab.com/wp-content/uploads/2024/04/step-5-art-journal-experiment-1-768x368.png 768w, https://tinkerlab.com/wp-content/uploads/2024/04/step-5-art-journal-experiment-1-1536x736.png 1536w, https://tinkerlab.com/wp-content/uploads/2024/04/step-5-art-journal-experiment-1-2048x982.png 2048w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Check out these TinkerLab posts for details:</p>



<p><a href="https://tinkerlab.com/easy-art-journal-idea-washable-markers/">An Easy Art Journal Idea with Markers and Water</a></p>



<p><a href="https://tinkerlab.com/art-inspiration-from-daily-life/">Art Journal Inspiration from Daily Life</a></p>



<p><a href="https://tinkerlab.com/art-journaling-with-a-magazine-background/">Art Journaling with a Magazine Background</a></p>



<p><a href="https://tinkerlab.com/easy-layered-art-journaling-pencil-acrylic/">Layered Art Journal with Pencil and Acrylic</a></p>



<h2 class="wp-block-heading" id="prompts">Art Prompts And Ideas For Pages</h2>



<p>Another useful tool for getting past the blank page or dealing with artist&#8217;s block is using Art Prompts</p>



<p>For example:</p>



<p>1. Draw a Mandala or radial design</p>



<p>2. Write ten things you&#8217;re grateful for, then doodle symbols to represent those things</p>



<p>3. Paint triangles in cool colors</p>



<p>4. Fill the page with leaf shapes. Paint around them</p>



<p>5. Draw what you see through a window</p>



<p>See TinkerLab&nbsp;<a href="https://tinkerlab.com/art-challenges/">12 Months of Art Challenges</a>&nbsp;for lists of prompts for each day of the year.</p>



<figure class="wp-block-image size-full"><a href="https://tinkerlab.com/art-challenges/"><img loading="lazy" decoding="async" width="600" height="600" src="https://tinkerlab.com/wp-content/uploads/2019/11/art-challenges-art-square-tinkerlab.png" alt="12 months of art challenges" class="wp-image-32880" srcset="https://tinkerlab.com/wp-content/uploads/2019/11/art-challenges-art-square-tinkerlab.png 600w, https://tinkerlab.com/wp-content/uploads/2019/11/art-challenges-art-square-tinkerlab-100x100.png 100w, https://tinkerlab.com/wp-content/uploads/2019/11/art-challenges-art-square-tinkerlab-200x200.png 200w, https://tinkerlab.com/wp-content/uploads/2019/11/art-challenges-art-square-tinkerlab-400x400.png 400w, https://tinkerlab.com/wp-content/uploads/2019/11/art-challenges-art-square-tinkerlab-150x150.png 150w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption class="wp-element-caption">12 months of art challenges</figcaption></figure>



<p>Art Prompt Cards are another way to tackle artist&#8217;s block. Download our free <a href="https://tinkerlab.com/art-prompt-cards-send/">Art Prompt Cards</a> mini set for open-ended ideas to spark creativity. </p>



<p>For example:&nbsp;</p>



<p>1. Explore the edges of the page</p>



<p>2. Make Light Marks</p>



<p>3. Add dots of various sizes</p>



<figure class="wp-block-image size-large"><a href="https://tinkerlab.com/art-prompt-cards-send/"><img loading="lazy" decoding="async" width="680" height="680" src="https://tinkerlab.com/wp-content/uploads/2024/04/art-prompt-cards-tinkerlab-4-680x680.png" alt="" class="wp-image-49821" srcset="https://tinkerlab.com/wp-content/uploads/2024/04/art-prompt-cards-tinkerlab-4-680x680.png 680w, https://tinkerlab.com/wp-content/uploads/2024/04/art-prompt-cards-tinkerlab-4-100x100.png 100w, https://tinkerlab.com/wp-content/uploads/2024/04/art-prompt-cards-tinkerlab-4-750x750.png 750w, https://tinkerlab.com/wp-content/uploads/2024/04/art-prompt-cards-tinkerlab-4-400x400.png 400w, https://tinkerlab.com/wp-content/uploads/2024/04/art-prompt-cards-tinkerlab-4-200x200.png 200w, https://tinkerlab.com/wp-content/uploads/2024/04/art-prompt-cards-tinkerlab-4-768x768.png 768w, https://tinkerlab.com/wp-content/uploads/2024/04/art-prompt-cards-tinkerlab-4-500x500.png 500w, https://tinkerlab.com/wp-content/uploads/2024/04/art-prompt-cards-tinkerlab-4-650x650.png 650w, https://tinkerlab.com/wp-content/uploads/2024/04/art-prompt-cards-tinkerlab-4.png 935w" sizes="(max-width: 680px) 100vw, 680px" /></a></figure>



<h2 class="wp-block-heading" id="motivation">Finding Inspiration And Staying Motivated</h2>



<p>Once you start making art on a consistent basis, you&#8217;ll find that it gets so much easier to stay committed to the process. Not only that, but ideas will start coming more naturally. </p>



<p>There are so many places to find inspiration, such as:</p>



<p>1. Notice nature and look for patterns on walks</p>



<p>2. Art museums</p>



<p>3. Public art</p>



<p>4. Textures and patterns in urban areas</p>



<p>5. Patterns on textiles, wrapping paper, and other household objects</p>



<p></p>
<p>The post <a href="https://tinkerlab.com/art-journaling-101-ideas-prompts-get-started/">How to Start Art Journaling: Beginner&#8217;s Guide + Free Download</a> appeared first on <a href="https://tinkerlab.com">TinkerLab</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">50266</post-id>	</item>
		<item>
		<title>Make Abstract Art From A Photo</title>
		<link>https://tinkerlab.com/make-abstract-art-from-a-photo/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=make-abstract-art-from-a-photo</link>
		
		<dc:creator><![CDATA[Rachelle]]></dc:creator>
		<pubDate>Tue, 22 Jul 2025 01:58:07 +0000</pubDate>
				<category><![CDATA[Art Activities]]></category>
		<guid isPermaLink="false">https://tinkerlab.com/?p=52334</guid>

					<description><![CDATA[<p>I took a painting class after college, and one of the assignments that stuck with me after all these years was creating abstract art from a photo. I want to share the technique with you because it’s a great way to boost creativity and develop an art style, while creating unique pieces of art. This [&#8230;]</p>
<p>The post <a href="https://tinkerlab.com/make-abstract-art-from-a-photo/">Make Abstract Art From A Photo</a> appeared first on <a href="https://tinkerlab.com">TinkerLab</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>I took a painting class after college, and one of the assignments that stuck with me after all these years was creating abstract art from a photo. </p>



<p>I want to share the technique with you because it’s a great way to boost creativity and develop an art style, while creating unique pieces of art.</p>



<p>This process is good for both beginners and more advanced artists.</p>



<p>If you&#8217;re feeling creatively stuck, this exercise is an excellent way to get marks on the page, play around with new compositions, and generally stretch your mind into new creative territory.</p>



<h2 class="wp-block-heading">What Is Abstract Art?</h2>



<p>When an image doesn&#8217;t recognizably represent an object or image, it&#8217;s considered abstract. </p>



<h2 class="wp-block-heading">Why Make Abstract Art?</h2>



<p>Abstract art can be created for multiple purposes, such as exploring aesthetics, making unique compositions, expressing emotions, exploring original ideas, or pushing boundaries for visual expression.</p>



<p>Some of us may be naturally oriented to abstract art, while others might be curious to try something new.</p>



<p>Whichever camp you fall into, this exercise is: </p>



<ul class="wp-block-list">
<li>fun</li>



<li>stretches the imagination</li>



<li>and can help you think outside the box!</li>
</ul>



<h2 class="wp-block-heading">Gather Images For This Project</h2>



<p>We used nature magazines in the class I was taking. For that assignment, I found a photo of rocks and pebbles and created a series of oil paintings. Nature images are really good for this process, but you could use any images or photographs. </p>



<p>For our example today, I want to show you how accessible this is, so I&#8217;ll use an image from a grocery store catalogue.</p>



<p>Other good sources of inspiration would be landscapes from National Geographic magazines, a landscape photo, your own photo or original image, portraits, or even photos of abstract paintings. </p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="680" height="680" src="https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-3-1.png" alt="how to make abstract art from a photo" class="wp-image-52363" srcset="https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-3-1.png 680w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-3-1-400x400.png 400w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-3-1-200x200.png 200w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-3-1-650x650.png 650w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-3-1-100x100.png 100w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<h2 class="wp-block-heading">Create or Find a Viewfinder</h2>



<p>First, you need to get yourself a viewfinder!</p>



<p>A viewfinder is a rectangular hole or window cut from paper or other flat material.</p>



<p>There are a couple of ways to do this:</p>



<ul class="wp-block-list">
<li>Cut a rectangle from a piece of paper. Index cards are great for this, but any stiff paper will work.</li>
</ul>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="680" height="680" src="https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder.png" alt="" class="wp-image-52355" srcset="https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder.png 680w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-400x400.png 400w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-200x200.png 200w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-650x650.png 650w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-100x100.png 100w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<ul class="wp-block-list">
<li>If you happen to have an empty slide mount, these make excellent viewfinders. Sadly, these are pretty antiquated, but they do still sell them. If you&#8217;re a teacher and want to invest in <a href="https://amzn.to/4eZcB1s">a box of 100 of these</a> for your class, I think it would be a worthwhile investment!</li>
</ul>



<figure class="wp-block-image size-large"><a href="https://amzn.to/44JTB3C"><img loading="lazy" decoding="async" width="680" height="356" src="https://tinkerlab.com/wp-content/uploads/2025/07/slide-mount-680x356.png" alt="" class="wp-image-52354" srcset="https://tinkerlab.com/wp-content/uploads/2025/07/slide-mount-680x356.png 680w, https://tinkerlab.com/wp-content/uploads/2025/07/slide-mount-400x209.png 400w, https://tinkerlab.com/wp-content/uploads/2025/07/slide-mount-200x105.png 200w, https://tinkerlab.com/wp-content/uploads/2025/07/slide-mount-768x402.png 768w, https://tinkerlab.com/wp-content/uploads/2025/07/slide-mount-1536x804.png 1536w, https://tinkerlab.com/wp-content/uploads/2025/07/slide-mount-750x393.png 750w, https://tinkerlab.com/wp-content/uploads/2025/07/slide-mount.png 1956w" sizes="(max-width: 680px) 100vw, 680px" /></a></figure>



<h2 class="wp-block-heading">How to make abstract art from a photo</h2>



<p>Next, you&#8217;re going to flip through your magazine, photos, or images to find inspiration and a composition that intrigues you. </p>



<p>You might think you need to start with abstract photos, abstract patterns, oil paintings to make abstract art, but you do not! You&#8217;d be surprised to find interesting compositions all over the place.</p>



<p>I had a couple store catalogues, and thought I&#8217;d try to find something in there to show you how it&#8217;s possible to find good ideas from everyday resources.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="680" height="515" src="https://tinkerlab.com/wp-content/uploads/2025/07/magazine-viewfinder-680x515.png" alt="art image viewfinder make abstract art from a photo" class="wp-image-52357" srcset="https://tinkerlab.com/wp-content/uploads/2025/07/magazine-viewfinder-680x515.png 680w, https://tinkerlab.com/wp-content/uploads/2025/07/magazine-viewfinder-400x303.png 400w, https://tinkerlab.com/wp-content/uploads/2025/07/magazine-viewfinder-200x151.png 200w, https://tinkerlab.com/wp-content/uploads/2025/07/magazine-viewfinder-768x581.png 768w, https://tinkerlab.com/wp-content/uploads/2025/07/magazine-viewfinder-750x568.png 750w, https://tinkerlab.com/wp-content/uploads/2025/07/magazine-viewfinder.png 1358w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Here&#8217;s a sample of some compositions I found inside&#8230;</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="680" height="680" src="https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-1.png" alt="magazine images to make abstract art from a photo" class="wp-image-52359" srcset="https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-1.png 680w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-1-400x400.png 400w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-1-200x200.png 200w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-1-650x650.png 650w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-1-100x100.png 100w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>And then if we zoom in, you can see how these might be inspiration for an abstract drawing or painting:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="680" height="680" src="https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-2.png" alt="closeup of viewfinder to make abstract art from a photo" class="wp-image-52360" srcset="https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-2.png 680w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-2-400x400.png 400w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-2-200x200.png 200w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-2-650x650.png 650w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-2-100x100.png 100w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Pretty cool, right? If you want to use these, that could be a great place to start. </p>



<p>Here&#8217;s the image I ended up using. Seriously, watermelon. I liked the round edge and the sharp edge. I could have changed the colors, but I also like the green/red combination. </p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="680" height="506" src="https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-composition-680x506.png" alt="use a viewfinder to make abstract art from a photo" class="wp-image-52358" srcset="https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-composition-680x506.png 680w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-composition-400x298.png 400w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-composition-200x149.png 200w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-composition-768x571.png 768w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-composition-1536x1142.png 1536w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-composition-750x558.png 750w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-composition.png 1842w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<h2 class="wp-block-heading">How do you convert your photo into art? </h2>



<p>Once you have your composition, you&#8217;re going to get paper, canvas, your sketchbook, or whatever you like to create artworks on as your base.</p>



<p>I love working with <a href="https://amzn.to/3UnU8SN">these acrylics</a>, so I went in that direction, but you could sketch, draw, color with pastels, or use watercolors. </p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="680" height="513" src="https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-painting-680x513.png" alt="make abstract art from a photo



" class="wp-image-52356" srcset="https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-painting-680x513.png 680w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-painting-400x302.png 400w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-painting-200x151.png 200w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-painting-768x580.png 768w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-painting-1536x1160.png 1536w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-painting-2048x1546.png 2048w, https://tinkerlab.com/wp-content/uploads/2025/07/viewfinder-painting-750x566.png 750w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Next, you&#8217;ll paint or draw what you see. </p>



<p>Or use it as a starting point and change it up.</p>



<p>You don&#8217;t have to be literal. Use different colors, add texture, or change the lines. You can lean into your emotion, add more vibrancy (or take it down a notch).</p>



<h2 class="wp-block-heading">What makes this picture abstract?</h2>



<p>What you&#8217;ll find is that the subject of the photo loses its original meaning. While it&#8217;s possible someone could look at my painting and think of watermelon since the colors are familiar and the shapes might remind them of it, I&#8217;d wager that wouldn&#8217;t be their first thought.</p>



<p>So, give it a go, or tuck this idea away for a rainy day. </p>



<h2 class="wp-block-heading">Viewfinders on the Go</h2>



<p>I&#8217;ve been known to travel with viewfinders. They&#8217;re handy for creating compositions from real landscapes, which can be recreated literally or abstractly in a sketchbook.</p>



<p>For abstract compositions, I&#8217;ll use the same process we used with the photos. There are truly endless possibilities!</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="680" height="512" src="https://tinkerlab.com/wp-content/uploads/2025/07/outdoor-viewfinder-680x512.png" alt="" class="wp-image-52368" srcset="https://tinkerlab.com/wp-content/uploads/2025/07/outdoor-viewfinder-680x512.png 680w, https://tinkerlab.com/wp-content/uploads/2025/07/outdoor-viewfinder-400x301.png 400w, https://tinkerlab.com/wp-content/uploads/2025/07/outdoor-viewfinder-200x150.png 200w, https://tinkerlab.com/wp-content/uploads/2025/07/outdoor-viewfinder-768x578.png 768w, https://tinkerlab.com/wp-content/uploads/2025/07/outdoor-viewfinder-750x564.png 750w, https://tinkerlab.com/wp-content/uploads/2025/07/outdoor-viewfinder.png 1534w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<h2 class="wp-block-heading">More art journal experiments</h2>



<p><a href="https://tinkerlab.com/easy-art-journal-idea-washable-markers/">An Easy Art Journal Idea with Markers and Water</a></p>



<p><a href="https://tinkerlab.com/art-inspiration-from-daily-life/">Art Journal Inspiration from Daily Life</a></p>



<p><a href="https://tinkerlab.com/art-journaling-with-a-magazine-background/">Art Journaling with a Magazine Background</a></p>



<p><a href="https://tinkerlab.com/easy-layered-art-journaling-pencil-acrylic/">Layered Art Journal with Pencil and Acrylic</a></p>



<p></p>
<p>The post <a href="https://tinkerlab.com/make-abstract-art-from-a-photo/">Make Abstract Art From A Photo</a> appeared first on <a href="https://tinkerlab.com">TinkerLab</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">52334</post-id>	</item>
		<item>
		<title>Quick Art Prompts: A 5-Minute Triangle Exercise</title>
		<link>https://tinkerlab.com/quick-art-prompts-5-minute-triangle-exercise/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=quick-art-prompts-5-minute-triangle-exercise</link>
		
		<dc:creator><![CDATA[Rachelle]]></dc:creator>
		<pubDate>Mon, 21 Jul 2025 22:50:57 +0000</pubDate>
				<category><![CDATA[Art Activities]]></category>
		<guid isPermaLink="false">https://tinkerlab.com/?p=52324</guid>

					<description><![CDATA[<p>Yesterday I had a huge to-do list and oh-so-very-little-time for making art. In these moments, quick art prompts can get my pen moving, even when my mind is completely dry. There&#8217;s a stack of quick art prompts on my desk for times like this. I&#8217;ll add a link below to a download of 16 art [&#8230;]</p>
<p>The post <a href="https://tinkerlab.com/quick-art-prompts-5-minute-triangle-exercise/">Quick Art Prompts: A 5-Minute Triangle Exercise</a> appeared first on <a href="https://tinkerlab.com">TinkerLab</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Yesterday I had a huge to-do list and oh-so-very-little-time for making art. In these moments, quick art prompts can get my pen moving, even when my mind is completely dry.</p>



<p>There&#8217;s a stack of quick art prompts on my desk for times like this. I&#8217;ll add a link below to a download of 16 art prompts, if you&#8217;d like to have a similar tool handy. </p>



<p>I pulled a prompt to fill a page with a connected collection of triangles, and use no more than three colors to fill them in.</p>



<p>I&#8217;ve been filling a new sketchbook with art experiments, and want to share some of the simplest ideas with you. This is one of them.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="680" height="507" src="https://tinkerlab.com/wp-content/uploads/2025/07/quick-drawing-prompt-with-triangles-1-680x507.png" alt="" class="wp-image-52326" srcset="https://tinkerlab.com/wp-content/uploads/2025/07/quick-drawing-prompt-with-triangles-1-680x507.png 680w, https://tinkerlab.com/wp-content/uploads/2025/07/quick-drawing-prompt-with-triangles-1-400x298.png 400w, https://tinkerlab.com/wp-content/uploads/2025/07/quick-drawing-prompt-with-triangles-1-200x149.png 200w, https://tinkerlab.com/wp-content/uploads/2025/07/quick-drawing-prompt-with-triangles-1-768x572.png 768w, https://tinkerlab.com/wp-content/uploads/2025/07/quick-drawing-prompt-with-triangles-1-750x559.png 750w, https://tinkerlab.com/wp-content/uploads/2025/07/quick-drawing-prompt-with-triangles-1.png 864w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Triangles are a great shape for beginners because they&#8217;re simple to make, and the pattern of making and connecting them is satisfying.</p>



<p>I reached for a sketchbook, pen, and watercolors, and got to work. I also made the rule even simpler: Just use two colors, greens and yellows.</p>



<h2 class="wp-block-heading">Materials for This Quick Art Prompt:</h2>



<p><a href="https://amzn.to/4lZRaQc">Art Journal</a></p>



<p><a href="https://amzn.to/44VwxOe">Kuretake Gansai Tambi Watercolors</a></p>



<p><a href="https://amzn.to/44VwxOe">Bulldog Clip</a></p>



<p><a href="https://amzn.to/40wyHCC">Sharpie</a></p>



<p><a href="https://amzn.to/45dVx4x">#8 Round Paintbrush</a></p>



<p>&gt;&gt; Get my list of Art Journaling Essentials <a href="https://tinkerlab.com/art-journal-supplies-essential/">here</a></p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><img decoding="async" src="https://embed.filekitcdn.com/e/2PWWEazAiDXU7cxfxtNkP8/gZrYLTn4MJk9X35XyaKyw6" width="800" height="auto"></td></tr></tbody></table></figure>



<p>First, with a permanent pen (Sharpie) I built a series of connecting triangles. This pattern is seriously relaxing to make.</p>



<p>Next, I filled the individual triangles with variations of green and yellow watercolor paint. The bleeding of paint from one triangle to another made me enormously happy. Do you see that little starburst of yellow in the turquoise? Fabulous!</p>



<p>The process was familiar, soothing, and enjoyable.</p>



<p><strong>It was also meditative.</strong></p>



<p>And I reflected on how art doesn&#8217;t have to be grand, definitive, or earth-shattering to be important.</p>



<p>If you&#8217;re short on time or not sure where to begin, quick art prompts are something you could try, too. I&#8217;d love to hear what you discover.</p>



<h2 class="wp-block-heading">Variations</h2>



<ul class="wp-block-list">
<li>Try different shapes like circles, diamonds, or squares</li>



<li>Try a different color combination</li>



<li>Work with a partner. Make a page for them to paint, and vice versa</li>
</ul>



<h2 class="wp-block-heading">Reflection:</h2>



<p>How did you feel while making this page?</p>



<p>Did anything about this exercise surprise you?</p>



<p>If you were to do this again, what would you do differently? </p>



<h2 class="wp-block-heading">Interested in more art prompts? </h2>



<p>Get 16 free art prompt cards <a href="https://tinkerlab.com/art-prompt-cards-send/">here</a>.<br></p>



<figure class="wp-block-image size-large"><a href="https://tinkerlab.com/art-prompt-cards-send/"><img loading="lazy" decoding="async" width="680" height="526" src="https://tinkerlab.com/wp-content/uploads/2025/07/Art-Prompt-Cards-TinkerLab-3-1-680x526.png" alt="" class="wp-image-52331" srcset="https://tinkerlab.com/wp-content/uploads/2025/07/Art-Prompt-Cards-TinkerLab-3-1-680x526.png 680w, https://tinkerlab.com/wp-content/uploads/2025/07/Art-Prompt-Cards-TinkerLab-3-1-400x309.png 400w, https://tinkerlab.com/wp-content/uploads/2025/07/Art-Prompt-Cards-TinkerLab-3-1-200x155.png 200w, https://tinkerlab.com/wp-content/uploads/2025/07/Art-Prompt-Cards-TinkerLab-3-1-768x594.png 768w, https://tinkerlab.com/wp-content/uploads/2025/07/Art-Prompt-Cards-TinkerLab-3-1-750x580.png 750w, https://tinkerlab.com/wp-content/uploads/2025/07/Art-Prompt-Cards-TinkerLab-3-1.png 1250w" sizes="(max-width: 680px) 100vw, 680px" /></a></figure>



<p></p>
<p>The post <a href="https://tinkerlab.com/quick-art-prompts-5-minute-triangle-exercise/">Quick Art Prompts: A 5-Minute Triangle Exercise</a> appeared first on <a href="https://tinkerlab.com">TinkerLab</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">52324</post-id>	</item>
		<item>
		<title>Bubble Painting Recipe</title>
		<link>https://tinkerlab.com/bubble-paint-recipe/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=bubble-paint-recipe</link>
					<comments>https://tinkerlab.com/bubble-paint-recipe/#comments</comments>
		
		<dc:creator><![CDATA[Rachelle]]></dc:creator>
		<pubDate>Mon, 21 Jul 2025 06:04:00 +0000</pubDate>
				<category><![CDATA[Art Activities]]></category>
		<category><![CDATA[bubbles]]></category>
		<category><![CDATA[paint]]></category>
		<category><![CDATA[printmaking]]></category>
		<category><![CDATA[recipe]]></category>
		<guid isPermaLink="false">https://tinkerlab.com/?p=2004</guid>

					<description><![CDATA[<p>  Would you like to introduce your child or students to bubble painting? Yes? Awesome — I’ve got just the recipe for you. This is fun for preschoolers and older, and fun for adults as an art journaling or experimental art process. The bubble recipe I used to make Bubble Painting Process Art (click here [&#8230;]</p>
<p>The post <a href="https://tinkerlab.com/bubble-paint-recipe/">Bubble Painting Recipe</a> appeared first on <a href="https://tinkerlab.com">TinkerLab</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="680" height="680" src="https://tinkerlab.com/wp-content/uploads/2010/12/bubbe-painting-recipe.png" alt="bubbe painting recipe" class="wp-image-52343" srcset="https://tinkerlab.com/wp-content/uploads/2010/12/bubbe-painting-recipe.png 680w, https://tinkerlab.com/wp-content/uploads/2010/12/bubbe-painting-recipe-400x400.png 400w, https://tinkerlab.com/wp-content/uploads/2010/12/bubbe-painting-recipe-200x200.png 200w, https://tinkerlab.com/wp-content/uploads/2010/12/bubbe-painting-recipe-650x650.png 650w, https://tinkerlab.com/wp-content/uploads/2010/12/bubbe-painting-recipe-100x100.png 100w" sizes="(max-width: 680px) 100vw, 680px" /></figure>


<p> </p>
<p><span style="font-weight: 400;">Would you like to introduce your child or students to bubble painting? Yes? Awesome — I’ve got just the recipe for you.</span></p>
<p><span style="font-weight: 400;">This is fun for preschoolers and older, and fun for adults as an art journaling or experimental art process.</span></p>
<p><a href="https://tinkerlab.com/bubble-painting/"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-26468" title="bubble painting recipe" src="https://tinkerlab.com/wp-content/uploads/2010/12/Bubble-paint.png" alt="Bubble Painting Art Ideas" width="680" height="1020" srcset="https://tinkerlab.com/wp-content/uploads/2010/12/Bubble-paint.png 680w, https://tinkerlab.com/wp-content/uploads/2010/12/Bubble-paint-200x300.png 200w" sizes="(max-width: 680px) 100vw, 680px" /></a></p>
<p><span style="font-weight: 400;">The bubble recipe I used to make <a href="https://tinkerlab.com/bubble-painting/">Bubble Painting Process Art</a></span><span style="font-weight: 400;"> (click here or the image above) was great, but didn’t quite live up to my expectations. It was a little flat and I thought we could create something a little more spectacular. </span></p>
<p><span style="font-weight: 400;">So I went back to the paint and soap lab, and came up with a recipe that creates </span><b>big, rewarding bubbles </b><span style="font-weight: 400;">that are easy to create prints from. I loved it and think you will too.</span></p>
<p><span style="font-weight: 400;">While this worked for me, feel free to experiment with your own unique ratio or ingredients. That is, after all, how I landed on this recipe. You might land on something even better. </span></p>
<p><span style="font-weight: 400;">And if you come up with something good, please share it here. I love getting helpful feedback 🙂</span></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1984" title="bubble painting recipe" src="https://tinkerlab.com/wp-content/uploads/2010/12/DSC_0726.jpg" alt="Bubble Painting" width="680" height="451" srcset="https://tinkerlab.com/wp-content/uploads/2010/12/DSC_0726.jpg 600w, https://tinkerlab.com/wp-content/uploads/2010/12/DSC_0726-340x226.jpg 340w" sizes="(max-width: 680px) 100vw, 680px" /></p>
<h2><span style="font-weight: 400;">Bubble Painting Recipe</span></h2>
<ul>
<li><span style="font-weight: 400;">2 tablespoons</span><a href="https://amzn.to/44FA8kE"> tempera paint</a><span style="font-weight: 400;"> (liquid, not powdered)</span></li>
<li><span style="font-weight: 400;">2 tablespoons </span><b>dish soap.</b><span style="font-weight: 400;"><a href="https://amzn.to/3TU5Vbn"> Palmolive,</a> Dawn, and Joy all work well. You could also try all-natural dish soap, although my results with these soaps have been less than stellar.</span></li>
<li><span style="font-weight: 400;">1 tablespoon </span><b>water </b><span style="font-weight: 400;">(just a little water!)</span></li>
<li><span style="font-weight: 400;">Small bowls or plastic cups: If you want different colors, use one for each color</span></li>
<li><span style="font-weight: 400;">Spoon</span></li>
<li><b>Straw/s</b></li>
</ul>
<h2><span style="font-weight: 400;">What is the ratio for Bubble Painting?</span></h2>
<p><span style="font-weight: 400;">The ratio is 2:2:1</span></p>
<p><span style="font-weight: 400;">or&#8230;</span></p>
<p><span style="font-weight: 400;">2 parts tempera paint + 2 parts dish soap + 1 part water</span></p>
<h2><span style="font-weight: 400;">Is Bubble Painting Messy?</span></h2>
<p><span style="font-weight: 400;">It really can be! Before you begin, here are some ways to stay clean:</span></p>
<ol>
<li style="font-weight: 400;" aria-level="1"><b>Cover your space.</b><span style="font-weight: 400;"> If you&#8217;re working on the floor, use drop cloths, shower curtains, or old sheets. If you&#8217;re at a table, use a washable surface as we did or cover your table</span></li>
<li style="font-weight: 400;" aria-level="1"><b>Take it outside </b><span style="font-weight: 400;">on a sunny day</span></li>
<li style="font-weight: 400;" aria-level="1"><b>Wear old clothes or aprons </b>because the soap bubble can splatter on your shirt (and face!)</li>
<li style="font-weight: 400;" aria-level="1"><b>Clean-up: </b><span style="font-weight: 400;">Have a cup of water and a rag nearby to clean hands or spills</span></li>
</ol>
<ul>
<li style="list-style-type: none;"> </li>
</ul>
<h2><img loading="lazy" decoding="async" class="wp-image-2005 alignnone" title="Back Camera" src="https://tinkerlab.com/wp-content/uploads/2010/12/photo-1024x764.jpg" alt="bubble painting recipe" width="680" height="508" /></h2>
<h2><span style="font-weight: 400;">How do you do Bubble Painting?</span></h2>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Pour ingredients into a small bowl. (If you decide you want more bubbles, stick to the same 2:2:1 ratio and size up.)</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Mix with the spoon</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Insert the straw into the soap/paint bowl and blow to create colored bubbles.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Next, you&#8217;ll place your paper on top of the bubbles</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Pull the paper away, and you have a print!</span></li>
</ul>
<p><a><img loading="lazy" decoding="async" class="size-full wp-image-26471 alignnone" title="bubble painting recipe" src="https://tinkerlab.com/wp-content/uploads/2010/12/Bubble-painting.png" alt="Bubble Painting" width="680" height="1020" srcset="https://tinkerlab.com/wp-content/uploads/2010/12/Bubble-painting.png 680w, https://tinkerlab.com/wp-content/uploads/2010/12/Bubble-painting-200x300.png 200w" sizes="(max-width: 680px) 100vw, 680px" /></a></p>
<h2><span style="font-weight: 400;">Other Bubble Painting Crafts and Ideas</span></h2>
<ol>
<li style="font-weight: 400;" aria-level="1"><b>Make Larger Bubbles with a Bubble Blower: </b><span style="font-weight: 400;">Making this straw bundle is a fun variation. Tape or rubber band three or more straws together to create a massive bubble blower. Dip the bubble blower in a 2:2:1 ratio or liquid watercolors, soap, and water. Blow! Very fun!</span></li>
<li style="font-weight: 400;" aria-level="1"><b>Use Bubble Wands or Toys. </b><span style="font-weight: 400;">Dip a bubble-making toy directly into the liquid watercolor mixture (See Straw Bundles, above) and blow it onto the page.</span></li>
<li style="font-weight: 400;" aria-level="1"><b>Make Cards. </b><span style="font-weight: 400;">Make bubbles on thick paper or watercolor paper. Once dry, cut up your colorful painting creations to make gift tags, greeting cards, or bookmarks.</span></li>
<li style="font-weight: 400;" aria-level="1"><b>Make Multiple Colors</b><span style="font-weight: 400;">. Overlap colors to create depth and layering in your work.</span></li>
</ol>
<h2><span style="font-weight: 400;">Why is my bubble solution not working?</span></h2>
<p><span style="font-weight: 400;">The biggest issue we had was getting flat bubbles, and this came from using a natural dish soap. I&#8217;m a fan of all-natural dish soaps, but for this project, you need Dawn, Joy, or a similar brand.</span></p>
<p><span style="font-weight: 400;">Another issue we encountered was sucking up paint. You think it might not happen to you, but we&#8217;re intuitively wired to inhale when there&#8217;s a straw in our mouths, rather than exhale. It could happen! One way to avoid this is to pierce a hole near the top of the straw. This can help keep kiddos from sucking paint into their mouths.</span></p>
<h2><span style="font-weight: 400;">Homemade Art Recipes</span></h2>
<p>If you like homemade art recipes like this one, don&#8217;t miss our famous <a>homemade playdough</a>, easy <a>contact solution glitter slime</a>, <a>4-ingredient fluffy slime, </a>and how to make your egg tempera paint.</p>
<p class="p1"> </p>


<p></p>
<p>The post <a href="https://tinkerlab.com/bubble-paint-recipe/">Bubble Painting Recipe</a> appeared first on <a href="https://tinkerlab.com">TinkerLab</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tinkerlab.com/bubble-paint-recipe/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2004</post-id>	</item>
		<item>
		<title>Kids Science Experiments at Home: Set Up a Magic Potion Lab</title>
		<link>https://tinkerlab.com/how-to-set-up-a-magic-potion-lab/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-set-up-a-magic-potion-lab</link>
					<comments>https://tinkerlab.com/how-to-set-up-a-magic-potion-lab/#comments</comments>
		
		<dc:creator><![CDATA[Rachelle]]></dc:creator>
		<pubDate>Thu, 15 May 2025 14:30:00 +0000</pubDate>
				<category><![CDATA[Activities]]></category>
		<category><![CDATA[baking soda]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[preschool]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[vinegar]]></category>
		<guid isPermaLink="false">https://tinkerlab.com/?p=10491</guid>

					<description><![CDATA[<p>When friends and readers talk to me about TinkerLab, they almost always ask me about kids science experiments at home. And with that, process-based experiments like the following magic potion lab inevitably come up. When my three-year old woke up the other day, she asked if we could do an experiment together, and by that [&#8230;]</p>
<p>The post <a href="https://tinkerlab.com/how-to-set-up-a-magic-potion-lab/">Kids Science Experiments at Home: Set Up a Magic Potion Lab</a> appeared first on <a href="https://tinkerlab.com">TinkerLab</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When friends and readers talk to me about TinkerLab, they almost always ask me about <strong>kids science experiments at home</strong>. And with that, <strong>process-based experiments</strong> like the following <strong>magic potion lab</strong> inevitably come up.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-51543 size-large" title="how to set up a magic potion lab (with 3 simple tips)" src="https://tinkerlab.com/wp-content/uploads/2013/08/kids-science-experiments-at-home-1-680x680.png" alt="kids science experiments at home" width="680" height="680" srcset="https://tinkerlab.com/wp-content/uploads/2013/08/kids-science-experiments-at-home-1-680x680.png 680w, https://tinkerlab.com/wp-content/uploads/2013/08/kids-science-experiments-at-home-1-100x100.png 100w, https://tinkerlab.com/wp-content/uploads/2013/08/kids-science-experiments-at-home-1-750x750.png 750w, https://tinkerlab.com/wp-content/uploads/2013/08/kids-science-experiments-at-home-1-400x400.png 400w, https://tinkerlab.com/wp-content/uploads/2013/08/kids-science-experiments-at-home-1-200x200.png 200w, https://tinkerlab.com/wp-content/uploads/2013/08/kids-science-experiments-at-home-1-768x768.png 768w, https://tinkerlab.com/wp-content/uploads/2013/08/kids-science-experiments-at-home-1-1536x1536.png 1536w, https://tinkerlab.com/wp-content/uploads/2013/08/kids-science-experiments-at-home-1-500x500.png 500w, https://tinkerlab.com/wp-content/uploads/2013/08/kids-science-experiments-at-home-1-650x650.png 650w, https://tinkerlab.com/wp-content/uploads/2013/08/kids-science-experiments-at-home-1-1300x1300.png 1300w, https://tinkerlab.com/wp-content/uploads/2013/08/kids-science-experiments-at-home-1.png 1620w" sizes="(max-width: 680px) 100vw, 680px" /></p>
<p>When my three-year old woke up the other day, she asked if we could do an experiment together, and by that she meant setting up a concoction station. We also like to call it a <strong>magic potion lab</strong> around here.</p>
<p class="whitespace-normal">The beauty of these easy science experiments for preschoolers is that you can source your pantry and pull out whatever you desire. No special trip to the market is necessary. I don&#8217;t know about you, but I am in love with projects that are convenient and low-cost.</p>
<p class="whitespace-normal">This is also a great way to foster a love for asking questions, engaging children with playful learning, and following a child&#8217;s curiosities. These kitchen science activities for kids support early STEM skills while keeping the fun factor high.</p>
<p class="whitespace-normal">The following supply list is what we started with, but feel free to work with whatever you have on hand. My favorite ingredients for this are vinegar and baking soda because together they form a bubbly reaction that&#8217;s irresistible, but we&#8217;ve also added things like flour, powdered mashed potatoes, salt, and oats. If these things are stale and no longer edible, all the better.</p>
<h2>SUPPLIES</h2>
<ul>
<li>Water</li>
<li>Oil</li>
<li>Vinegar</li>
<li>Baking Soda</li>
<li>Liquid Watercolors or Food Coloring</li>
</ul>
<h2>TOOLS</h2>
<ul>
<li>Tall Glass Mason Jar</li>
<li>Spoon</li>
<li>Pipette or Eye Dropper</li>
<li>Kitchen Towel</li>
</ul>
<h2>TIP #1: SET THIS UP IN THE KITCHEN</h2>
<p>The kitchen works wonders for a few reasons:</p>
<p>1. It’s near a water source.</p>
<p>2. The floors are made to be spilled on.</p>
<p>3. Ingredients are close at hand.</p>
<p>Clear some counter space. Set up all your supplies. In this case we used a tall mason jar, a small jar of liquid watercolors, a small pitcher to fill with water and oil, and a rag for wiping up messes. If you want to extra careful, cover your counter and/or place everything in a big baking sheet or tray to catch spills.</p>
<p>I also like to encourage children to do all the work themselves and the little pitcher makes this especially doable.</p>
<h2>TIP #2: INTRODUCE JUST A FEW INGREDIENTS AT A TIME</h2>
<p>You might feel inclined to offer your child all ingredients at once, but this tends to be overwhelming and it may actually shorten your child’s attention span. A better bet is to <strong>introduce just two or three ingredients at a time.</strong> This way, your child can learn about the unique properties of those ingredients and understand what happens when they combine.</p>


<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="680" height="450" src="https://tinkerlab.com/wp-content/uploads/2021/09/Screen-Shot-2021-09-27-at-9.40.23-PM-680x450.png" alt="how to set up a magic potion lab (with 3 simple tips)" class="wp-image-37812" title="how to set up a magic potion lab (with 3 simple tips)" srcset="https://tinkerlab.com/wp-content/uploads/2021/09/Screen-Shot-2021-09-27-at-9.40.23-PM-680x450.png 680w, https://tinkerlab.com/wp-content/uploads/2021/09/Screen-Shot-2021-09-27-at-9.40.23-PM-750x496.png 750w, https://tinkerlab.com/wp-content/uploads/2021/09/Screen-Shot-2021-09-27-at-9.40.23-PM-400x265.png 400w, https://tinkerlab.com/wp-content/uploads/2021/09/Screen-Shot-2021-09-27-at-9.40.23-PM-200x132.png 200w, https://tinkerlab.com/wp-content/uploads/2021/09/Screen-Shot-2021-09-27-at-9.40.23-PM-768x508.png 768w, https://tinkerlab.com/wp-content/uploads/2021/09/Screen-Shot-2021-09-27-at-9.40.23-PM.png 1502w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>In the picture (above), we worked with water, oil, and liquid watercolors to explore the phenomena of&nbsp;<strong>immiscible liquids</strong>&nbsp;(or those liquids that don’t mix, such as water and oil).</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="680" height="452" src="https://tinkerlab.com/wp-content/uploads/2021/09/Screen-Shot-2021-09-27-at-9.41.52-PM-680x452.png" alt="how to set up a magic potion lab (with 3 simple tips)" class="wp-image-37811" title="how to set up a magic potion lab (with 3 simple tips)" srcset="https://tinkerlab.com/wp-content/uploads/2021/09/Screen-Shot-2021-09-27-at-9.41.52-PM-680x452.png 680w, https://tinkerlab.com/wp-content/uploads/2021/09/Screen-Shot-2021-09-27-at-9.41.52-PM-750x498.png 750w, https://tinkerlab.com/wp-content/uploads/2021/09/Screen-Shot-2021-09-27-at-9.41.52-PM-400x266.png 400w, https://tinkerlab.com/wp-content/uploads/2021/09/Screen-Shot-2021-09-27-at-9.41.52-PM-200x133.png 200w, https://tinkerlab.com/wp-content/uploads/2021/09/Screen-Shot-2021-09-27-at-9.41.52-PM-768x510.png 768w, https://tinkerlab.com/wp-content/uploads/2021/09/Screen-Shot-2021-09-27-at-9.41.52-PM.png 1294w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<h2 class="wp-block-heading">TIP #3: ALWAYS KEEP A SUPPLY OF BAKING SODA AND VINEGAR IN THE PANTRY</h2>



<p>When my children or their neighborhood friends ask me if they can make concoctions, they inevitably have baking soda and vinegar explosions in mind. Invest in a gallon-sized bottle of vinegar for just a couple dollars and you’ll keep the alchemy troops happy for a long time.</p>



<h2 class="wp-block-heading">Frequently Asked Questions</h2>



<p><strong>Are these science experiments safe for young children? </strong></p>



<p>Yes! These experiments use common household ingredients that are safe with adult supervision. Always monitor younger children, especially with liquids that could spill.</p>



<p><strong>How long do these science experiments typically take? </strong></p>



<p>Most of these activities can last anywhere from 15-45 minutes, depending on your child&#8217;s interest level. The beauty of the magic potion lab is that you can extend it by introducing new ingredients gradually.</p>



<p><strong>What age is best for these kitchen science experiments? </strong></p>



<p>While this post focuses on children ages 3-8, even toddlers can enjoy simpler versions with close supervision, and older children will still find the chemical reactions fascinating!</p>



<p><strong>What concepts do these experiments teach?</strong> </p>



<p>These hands-on activities introduce basic chemistry concepts like reactions, immiscible liquids, and properties of matter. They also develop fine motor skills, observation skills, and scientific thinking.</p>



<p>For more <a href="https://tinkerlab.com/category/science/" target="_blank" rel="noreferrer noopener">creative science experiments</a> that encourage children to think for themselves and develop critical thinking skills, <a href="https://tinkerlab.com/category/science/" target="_blank" rel="noreferrer noopener">click on over here</a>, and <a href="https://tinkerlab.com/newsletter/" target="_blank" rel="noreferrer noopener">sign up for the Tinkerlab newsletter.</a></p>



<p>This post is also shared on one of my favorite blogs for childhood projects, <a href="https://www.notimeforflashcards.com/2013/08/magic-potion-lab-from-tinkerlab.html" target="_blank" rel="noreferrer noopener">No Time for Flash Cards</a>.</p>



<p></p>
<p>The post <a href="https://tinkerlab.com/how-to-set-up-a-magic-potion-lab/">Kids Science Experiments at Home: Set Up a Magic Potion Lab</a> appeared first on <a href="https://tinkerlab.com">TinkerLab</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tinkerlab.com/how-to-set-up-a-magic-potion-lab/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10491</post-id>	</item>
		<item>
		<title>Homemade Edible Paint for Kids: Easy 4-Ingredient Recipe</title>
		<link>https://tinkerlab.com/edible-homemade-paint/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=edible-homemade-paint</link>
					<comments>https://tinkerlab.com/edible-homemade-paint/#comments</comments>
		
		<dc:creator><![CDATA[Rachelle]]></dc:creator>
		<pubDate>Wed, 14 May 2025 08:58:00 +0000</pubDate>
				<category><![CDATA[Art Activities]]></category>
		<guid isPermaLink="false">https://tinkerlab.com/?p=29823</guid>

					<description><![CDATA[<p>Your Favorite Safe Paint for Babies Who Put Everything in Their Mouths Looking for a baby-safe finger paint that won&#8217;t cause panic when it inevitably ends up in little mouths? This homemade edible paint recipe creates a velvety smooth gel paint using just four simple ingredients from your pantry. It&#8217;s perfect for sensory play with [&#8230;]</p>
<p>The post <a href="https://tinkerlab.com/edible-homemade-paint/">Homemade Edible Paint for Kids: Easy 4-Ingredient Recipe</a> appeared first on <a href="https://tinkerlab.com">TinkerLab</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2 class="m_-3295485194171367275separator">Your Favorite Safe Paint for Babies Who Put Everything in Their Mouths</h2>
<div class="m_-3295485194171367275separator">Looking for a baby-safe finger paint that won&#8217;t cause panic when it inevitably ends up in little mouths? This <strong>homemade edible paint recipe </strong>creates a velvety smooth gel paint using just four simple ingredients from your pantry. It&#8217;s perfect for sensory play with babies as young as 6 months, toddlers who are still in the &#8220;taste-testing&#8221; phase, and even older kids who love unique art materials!</div>
<div> </div>
<div class="m_-3295485194171367275separator">In case you missed it, this is the recipe we used in our popular <a href="https://tinkerlab.com/messy-play-outdoor-art-project-with-homemade-gel-paint/">messy play shower curtain process art project.</a></div>
<div><img loading="lazy" decoding="async" class="alignnone size-full wp-image-29834" title="homemade edible paint for kids" src="https://tinkerlab.com/wp-content/uploads/2018/07/Easy-Edible-Paint.png" alt="homemade edible paint for kids" width="680" height="450" srcset="https://tinkerlab.com/wp-content/uploads/2018/07/Easy-Edible-Paint.png 680w, https://tinkerlab.com/wp-content/uploads/2018/07/Easy-Edible-Paint-340x225.png 340w" sizes="(max-width: 680px) 100vw, 680px" /></div>
<p>This edible paint was my go-to back when I <span style="box-sizing: border-box; margin: 0px; padding: 0px;">ran the infant room at a daycare. As a mom who ran the infant room at a daycare for years, I can tell you that finding safe art activities for babies is challenging. Part of my job was coming up with art activities for the twelve-</span> to eighteen-month-old babies, but when you think about it, there aren’t too many things infants can actually do art-wise, so that was a challenge.</p>
<p>Tiny humans don’t have very good scissor-skills and they aren’t very good at squeezing a bottle of glue, but one thing they are REALLY good at is finger painting. And eating paint. So we did a lot of finger painting. And A LOT of eating paint. 😉</p>
<p>Super gloopy gel paint is totally perfect for little paint-tasters because it’s made with all-food ingredients, but it’s also great for artists who aren’t into eating their mediums because it works great on paper, tabletops, or even the bathtub, and the texture is second to none.</p>
<p>This homemade gel paint recipe is a lifesaver for creative activities with the 12-18-month crowd.</p>
<p class="whitespace-normal">This paint is:</p>
<ul class="[&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc space-y-1.5 pl-7">
<li class="whitespace-normal break-words">100% edible and made with kitchen ingredients</li>
<li class="whitespace-normal break-words">Wonderfully gloopy with an amazing sensory texture</li>
<li class="whitespace-normal break-words">Super easy to clean up from skin, clothes, and surfaces</li>
<li class="whitespace-normal break-words">Perfect for bathtub painting, tabletops, or regular paper</li>
</ul>
<h2>Easy Homemade Edible Paint Recipe for Babies and Toddlers</h2>
<h3>Ingredients</h3>
<ol>
<li class="m_-3295485194171367275separator">2 tablespoons sugar</li>
<li class="m_-3295485194171367275separator">1/3 cup cornstarch</li>
<li class="m_-3295485194171367275separator">2 cups water</li>
<li class="m_-3295485194171367275separator">Food coloring (use food-grade coloring if babies might taste it). You can use liquid watercolors if you&#8217;re not worried about taste-testing 🙂</li>
</ol>
<div class="m_-3295485194171367275separator"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-29824" title="homemade edible paint for kids" src="https://tinkerlab.com/wp-content/uploads/2018/07/ACS_1003.jpg" alt="homemade edible paint for kids" width="680" height="510" srcset="https://tinkerlab.com/wp-content/uploads/2018/07/ACS_1003.jpg 680w, https://tinkerlab.com/wp-content/uploads/2018/07/ACS_1003-340x255.jpg 340w" sizes="(max-width: 680px) 100vw, 680px" /></div>
<h3 class="text-lg font-bold text-text-100 mt-1 -mb-1.5">Equipment:</h3>
<ul class="[&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc space-y-1.5 pl-7">
<li class="whitespace-normal break-words">Medium saucepan</li>
<li class="whitespace-normal break-words">Wooden spoon for stirring</li>
<li class="whitespace-normal break-words">Small containers for different colors</li>
<li class="whitespace-normal break-words">Paintbrushes (optional &#8211; fingers work great!)</li>
</ul>
<h3 class="m_-3295485194171367275separator">Directions:</h3>
<ol>
<li class="m_-3295485194171367275separator"><strong>Combine ingredients:</strong> Mix the sugar, cornstarch, and water in a medium saucepan</li>
<li class="m_-3295485194171367275separator"><strong>Cook the mixture</strong>: Heat over medium-high heat, stirring consistently and scraping the bottom of the pan to prevent sticking.</li>
<li class="m_-3295485194171367275separator"><strong>Set up containers:</strong> While it’s heating up, set out one container for each color you’d like to make.</li>
<li><strong>Watch for transformation</strong>: After a few minutes, you&#8217;ll see the mixture change from milky liquid to an almost translucent gel with a consistency similar to hair gel. Once it gets to that point, don&#8217;t cook it much more, otherwise it will be really hard to paint with. This is your signal to remove it from heat! </li>
<li class="m_-3295485194171367275separator"><strong>Divide and Color:</strong> Scoop the gel out of the pan and divide it evenly amongst the containers. Add the food coloring or liquid watercolors and stir them up well.</li>
<li><strong>Cool and create:</strong> Once cool enough to touch comfortably, your edible finger paint is ready for artistic exploration!</li>
</ol>
<div> </div>
<div><img loading="lazy" decoding="async" class="alignnone size-full wp-image-29825" title="homemade edible paint for kids" src="https://tinkerlab.com/wp-content/uploads/2018/07/ACS_1006.jpg" alt="make edible paint" width="680" height="510" srcset="https://tinkerlab.com/wp-content/uploads/2018/07/ACS_1006.jpg 680w, https://tinkerlab.com/wp-content/uploads/2018/07/ACS_1006-340x255.jpg 340w" sizes="(max-width: 680px) 100vw, 680px" /></div>
<div class="m_-3295485194171367275separator">
<div class="m_-3295485194171367275separator"> </div>
<div class="m_-3295485194171367275separator">
<div class="m_-3295485194171367275separator">If you are using this paint on paper, you will probably want to use a ton of food coloring or liquid watercolors.</div>
<div> </div>
<div class="m_-3295485194171367275separator">I always quit adding color when it looks bright and saturated, but when it dries it never ends up very vibrant.</div>
<div> </div>
<div class="m_-3295485194171367275separator">If you use more than you think you need and apply the paint super liberally, you&#8217;ll probably have a brighter end result.</div>
<div> </div>
<div class="m_-3295485194171367275separator"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-29830" title="homemade edible paint for kids" src="https://tinkerlab.com/wp-content/uploads/2018/07/ACS_1015-2.jpg" alt="play with homemade edible paint" width="680" height="510" srcset="https://tinkerlab.com/wp-content/uploads/2018/07/ACS_1015-2.jpg 680w, https://tinkerlab.com/wp-content/uploads/2018/07/ACS_1015-2-340x255.jpg 340w" sizes="(max-width: 680px) 100vw, 680px" /></div>
<div class="m_-3295485194171367275separator"> </div>
<div class="m_-3295485194171367275separator">Another great thing about this paint is that cleaning it up on any surface, or even skin, is a breeze with just a little soap and water. In my experience, it’s never stained a shirt or tiny hand.</div>
<div> </div>
<div class="m_-3295485194171367275separator"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-29828" title="homemade edible paint for kids" src="https://tinkerlab.com/wp-content/uploads/2018/07/ACS_1012-2.jpg" alt="play with homemade edible paint" width="680" height="510" srcset="https://tinkerlab.com/wp-content/uploads/2018/07/ACS_1012-2.jpg 680w, https://tinkerlab.com/wp-content/uploads/2018/07/ACS_1012-2-340x255.jpg 340w" sizes="(max-width: 680px) 100vw, 680px" /></div>
<div class="m_-3295485194171367275separator"> </div>
<div class="m_-3295485194171367275separator">One last tip: you&#8217;ve gotta use this gel paint the day you make it because it does NOT store well.</div>
<div> </div>
<div class="m_-3295485194171367275separator">It all turns into a hard gunk chunk which I guess would still be pretty rad for sensory play, but paint-wise, not so great.</div>
<div> </div>
<div class="m_-3295485194171367275separator"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-29829" title="homemade edible paint for kids" src="https://tinkerlab.com/wp-content/uploads/2018/07/ACS_1013.jpg" alt="play with homemade edible paint" width="680" height="510" srcset="https://tinkerlab.com/wp-content/uploads/2018/07/ACS_1013.jpg 680w, https://tinkerlab.com/wp-content/uploads/2018/07/ACS_1013-340x255.jpg 340w" sizes="(max-width: 680px) 100vw, 680px" /></div>
<div class="m_-3295485194171367275separator"> </div>
<div class="m_-3295485194171367275separator">There you have it! Happy squishing&#8230;and tasting! 😉</div>
<div> </div>
<div class="m_-3295485194171367275separator"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-29827" title="homemade edible paint for kids" src="https://tinkerlab.com/wp-content/uploads/2018/07/ACS_1011.jpg" alt="feet with homemade edible paint" width="680" height="510" srcset="https://tinkerlab.com/wp-content/uploads/2018/07/ACS_1011.jpg 680w, https://tinkerlab.com/wp-content/uploads/2018/07/ACS_1011-340x255.jpg 340w" sizes="(max-width: 680px) 100vw, 680px" /></div>
</div>
</div>
<h2 class="text-xl font-bold text-text-100 mt-1 -mb-0.5">Pro Tips for the Best Homemade Baby Paint</h2>
<p class="whitespace-normal"><strong>For vibrant colors on paper</strong>: Use more food coloring than you think necessary! The paint looks vibrant when wet but dries lighter.</p>
<p class="whitespace-normal"><strong>For mess-free play</strong>: Try this on a shower curtain liner spread on the floor (as mentioned in my <a href="https://tinkerlab.com/messy-play-outdoor-art-project-with-homemade-gel-paint/">messy play shower curtain art project</a>), or even in the bathtub for easy cleanup!</p>
<p class="whitespace-normal"><strong>For sensory development</strong>: Talk about how the paint feels (&#8220;squishy,&#8221; &#8220;smooth,&#8221; &#8220;cool&#8221;) to enhance the sensory experience and build vocabulary.</p>
<p class="whitespace-normal"><strong>For cleanup</strong>: Everything rinses away easily with soap and water. In all my years using this with babies, it has never stained skin or clothing!</p>
<p class="whitespace-normal"><strong>Important note</strong>: This paint doesn&#8217;t store well and should be used the same day you make it. By the next day, it turns into a hard chunk.</p>
<h2>Why Homemade Edible Paint is Perfect for Baby&#8217;s First Art Experience</h2>
<p class="whitespace-normal">When babies explore art materials, they develop fine motor skills, sensory processing abilities, and creative expression. This edible paint recipe creates an opportunity for babies and toddlers to:</p>
<ul class="[&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc space-y-1.5 pl-7">
<li class="whitespace-normal break-words">Experience different textures</li>
<li class="whitespace-normal break-words">Practice finger and hand movements</li>
<li class="whitespace-normal break-words">Make cause-and-effect connections (&#8220;When I move my hand, the color moves too!&#8221;)</li>
<li class="whitespace-normal break-words">Explore colors and mixing</li>
<li class="whitespace-normal break-words">Express themselves creatively without restrictions</li>
</ul>
<p class="whitespace-normal">This taste-safe paint removes stress from what can be a joyful art-making experience. You can relax and enjoy watching your baby or toddler, without constantly saying &#8220;No, don&#8217;t eat that!&#8221;</p>
<h2>More DIY Baby-Safe Recipes for Tiny Artists</h2>
<p>Looking for more safe paint options for your baby or toddler? Try these other tested and approved recipes:</p>
<div style="text-align: left;"><a href="https://tinkerlab.com/salt-and-flour-paint/">Popular Homemade Salt and Flour Paint for Preschool </a> &#8211; An inexpensive paint that kids can &#8220;waste&#8221;</div>
<div><a href="https://tinkerlab.com/paint-recipe-kids-homemade-finger-paint/">Simple Flour and Water Finger Paint</a> &#8211; Another pantry-ingredient option</div>
<div><a href="https://tinkerlab.com/powdered-milk-paint-recipe-for-kids/">Powdered Milk Paint</a> &#8211; Creamy texture kids love</div>
<div> </div>
<div>
<div>
<div><hr />
<h2 class="p1"><span class="s1">About Cara</span></h2>
<p class="p4"><span class="s1"><span class="il"><img loading="lazy" decoding="async" class="size-full wp-image-29562 alignleft" title="homemade edible paint for kids" src="https://tinkerlab.com/wp-content/uploads/2018/06/Cara-Huff-headshot-small.jpeg" alt="homemade edible paint for kids" width="150" height="150" srcset="https://tinkerlab.com/wp-content/uploads/2018/06/Cara-Huff-headshot-small.jpeg 150w, https://tinkerlab.com/wp-content/uploads/2018/06/Cara-Huff-headshot-small-100x100.jpeg 100w" sizes="(max-width: 150px) 100vw, 150px" />Cara</span> <span class="il">Huff</span> is a homeschooling stay-at-home momma of one with a passion for picture books, hands-on learning, &amp; ALL things creative! If you like this project, you can find all of Cara&#8217;s other rainbow-colored ideas on </span><span class="s2"><a href="http://www.instagram.com/raising.kinley">Instagram</a></span><span class="s3">, her blog <a href="http://www.raisingkinley.com/"><span class="s4">RaisingKinley.com</span></a>, and on <span class="s4">Facebook.</span></span></p>
</div>
</div>
</div>
<h2> </h2>
<div class="m_-3295485194171367275separator">
<div class="m_-3295485194171367275separator">
<div><img loading="lazy" decoding="async" class="alignnone size-full wp-image-29833" title="homemade edible paint for kids" src="https://tinkerlab.com/wp-content/uploads/2018/07/easy-edible-finger-paint.png" alt="easy edible finger paint" width="680" height="1200" srcset="https://tinkerlab.com/wp-content/uploads/2018/07/easy-edible-finger-paint.png 680w, https://tinkerlab.com/wp-content/uploads/2018/07/easy-edible-finger-paint-170x300.png 170w" sizes="(max-width: 680px) 100vw, 680px" /></div>
</div>
</div>


<p></p>
<p>The post <a href="https://tinkerlab.com/edible-homemade-paint/">Homemade Edible Paint for Kids: Easy 4-Ingredient Recipe</a> appeared first on <a href="https://tinkerlab.com">TinkerLab</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tinkerlab.com/edible-homemade-paint/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">29823</post-id>	</item>
		<item>
		<title>How to Make Sun Prints: A Simple Craft Project for Kids of All Ages</title>
		<link>https://tinkerlab.com/how-to-make-sun-prints/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-make-sun-prints</link>
					<comments>https://tinkerlab.com/how-to-make-sun-prints/#comments</comments>
		
		<dc:creator><![CDATA[Rachelle]]></dc:creator>
		<pubDate>Tue, 06 May 2025 17:33:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[autumn]]></category>
		<category><![CDATA[boo-ed]]></category>
		<category><![CDATA[composition]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[nature]]></category>
		<category><![CDATA[outdoors]]></category>
		<category><![CDATA[photographs]]></category>
		<category><![CDATA[printing]]></category>
		<category><![CDATA[sunprint]]></category>
		<guid isPermaLink="false">https://tinkerlab.com/?p=1504</guid>

					<description><![CDATA[<p>Learning how to make sun prints is one of the most rewarding and simple craft activities you can do with children of all ages, using just sunlight, special light-sensitive fabric, and objects from around your home or garden. Yesterday we opened up a new bag of sunprint fabric (affiliate) that I&#8217;ve been saving for just the [&#8230;]</p>
<p>The post <a href="https://tinkerlab.com/how-to-make-sun-prints/">How to Make Sun Prints: A Simple Craft Project for Kids of All Ages</a> appeared first on <a href="https://tinkerlab.com">TinkerLab</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image aligncenter is-resized"><img loading="lazy" decoding="async" width="514" height="680" src="https://tinkerlab.com/wp-content/uploads/2010/10/how-to-make-a-sun-print-1-514x680.png" alt="how to make sunprints" class="wp-image-31260" style="width:680px;height:900px" title="how to make sunprints" srcset="https://tinkerlab.com/wp-content/uploads/2010/10/how-to-make-a-sun-print-1-514x680.png 514w, https://tinkerlab.com/wp-content/uploads/2010/10/how-to-make-a-sun-print-1-151x200.png 151w, https://tinkerlab.com/wp-content/uploads/2010/10/how-to-make-a-sun-print-1-302x400.png 302w, https://tinkerlab.com/wp-content/uploads/2010/10/how-to-make-a-sun-print-1.png 680w" sizes="(max-width: 514px) 100vw, 514px" /></figure>



<p>Learning how to make sun prints is one of the most rewarding and simple craft activities you can do with children of all ages, using just sunlight, special light-sensitive fabric, and objects from around your home or garden.</p>



<p>Yesterday we opened up a new bag of <a href="https://amzn.to/2uhOc1u">sunprint fabric</a> (affiliate) that I&#8217;ve been saving for just the right time, and I can attest that this project is easy, rewarding, and toddler-approved.  </p>



<h2 class="wp-block-heading">What are Sun Prints?</h2>



<p>Sunprints are technically <a href="http://www.blueprintsonfabric.com/" target="_blank" rel="noopener noreferrer">cyanotypes, </a>a type of photograph made without a camera. The sunprint fabric is light-sensitive and produces a negative image when exposed to sunlight or very intense artificial light. es a negative image when exposed to sunlight or very intense artificial light. This simple science-meets-art activity creates beautiful blue prints that preserve the silhouettes of objects placed on the special paper.</p>



<h2 class="wp-block-heading">Benefits of This Activity</h2>



<p>On the creativity side of things, this activity presents good opportunities to <em>explore nature, experiment with composition,</em> and<em> discuss the process of developing photographs</em> (a far-off concept for today&#8217;s digitally saturated world).&nbsp;</p>



<p>And now that we&#8217;ve entered the highly addictive land-of-sunprints, I can see all kinds of potential for printing small toys, fridge letter magnets, stickers, flowers, and other little knick-knacks.</p>



<figure class="wp-block-image aligncenter"><a href="https://tinkerlab.com/wp-content/uploads/2010/10/dsc_0628.jpg"><img loading="lazy" decoding="async" width="600" height="466" src="https://tinkerlab.com/wp-content/uploads/2010/10/dsc_0628.jpg" alt="how to make sunprints" class="wp-image-1505" title="DSC_0628" srcset="https://tinkerlab.com/wp-content/uploads/2010/10/dsc_0628.jpg 600w, https://tinkerlab.com/wp-content/uploads/2010/10/dsc_0628-340x264.jpg 340w" sizes="(max-width: 600px) 100vw, 600px" /></a></figure>



<p class="has-text-align-left"><strong>Step 1: Collect interesting objects from nature.</strong></p>



<p class="has-text-align-left">We collected ours on a walk the other day, and I&#8217;m proud to report that my 2-year-old can recognize a maple leaf! She trumps her urban mama in her nature knowledge every time. You can also use flowers, feathers, small toys, or anything with an interesting shape.</p>



<figure class="wp-block-image aligncenter"><a href="https://tinkerlab.com/wp-content/uploads/2010/10/dsc_0629.jpg"><img loading="lazy" decoding="async" width="600" height="449" src="https://tinkerlab.com/wp-content/uploads/2010/10/dsc_0629.jpg" alt="how to make sunprints" class="wp-image-1506" title="DSC_0629" srcset="https://tinkerlab.com/wp-content/uploads/2010/10/dsc_0629.jpg 600w, https://tinkerlab.com/wp-content/uploads/2010/10/dsc_0629-340x254.jpg 340w" sizes="(max-width: 600px) 100vw, 600px" /></a></figure>



<p class="has-text-align-left"><strong>Step 2: Gather Your Supplies.</strong></p>



<p class="has-text-align-left">You&#8217;ll need sun print fabric or paper, interesting objects to create silhouettes, a flat surface for arranging your design, and access to sunlight.</p>



<p><strong>Step 3: Open Pack of Sun Print Fabric</strong></p>



<p>Be sure to keep all unused pieces in the dark package. Exposure to light makes them useless later on.</p>



<figure class="wp-block-image aligncenter"><a href="https://tinkerlab.com/wp-content/uploads/2010/10/dsc_0632.jpg"><img loading="lazy" decoding="async" width="600" height="398" src="https://tinkerlab.com/wp-content/uploads/2010/10/dsc_0632.jpg" alt="how to make sunprints" class="wp-image-1507" title="DSC_0632" srcset="https://tinkerlab.com/wp-content/uploads/2010/10/dsc_0632.jpg 600w, https://tinkerlab.com/wp-content/uploads/2010/10/dsc_0632-340x226.jpg 340w" sizes="(max-width: 600px) 100vw, 600px" /></a></figure>



<p class="has-text-align-left"><strong>Step 4: Place objects on the fabric and set it out in bright sun for about 15 minutes</strong></p>



<p>Follow the specific timing instructions on your package. </p>



<figure class="wp-block-image aligncenter"><a href="https://tinkerlab.com/wp-content/uploads/2010/10/dsc_0634.jpg"><img loading="lazy" decoding="async" width="600" height="398" src="https://tinkerlab.com/wp-content/uploads/2010/10/dsc_0634.jpg" alt="how to make sunprints" class="wp-image-1508" title="DSC_0634" srcset="https://tinkerlab.com/wp-content/uploads/2010/10/dsc_0634.jpg 600w, https://tinkerlab.com/wp-content/uploads/2010/10/dsc_0634-340x226.jpg 340w" sizes="(max-width: 600px) 100vw, 600px" /></a></figure>



<p class="has-text-align-left">This is an excellent way to reinforce the value of patience with children!</p>



<figure class="wp-block-image aligncenter"><img loading="lazy" decoding="async" width="600" height="296" src="https://tinkerlab.com/wp-content/uploads/2010/10/dsc_0643.jpg" alt="how to make sunprints" class="wp-image-1511" title="DSC_0643" srcset="https://tinkerlab.com/wp-content/uploads/2010/10/dsc_0643.jpg 600w, https://tinkerlab.com/wp-content/uploads/2010/10/dsc_0643-340x168.jpg 340w" sizes="(max-width: 600px) 100vw, 600px" /></figure>



<p class="has-text-align-left"><strong>Step 5: Rinse in cool water&#8230;</strong></p>



<p>…and voila! Your sun print is ready. Just wait for it to dry and then use it like you&#8217;d use any piece of fabric.</p>



<figure class="wp-block-image aligncenter"><a href="https://tinkerlab.com/wp-content/uploads/2010/10/dsc_0650.jpg"><img loading="lazy" decoding="async" width="600" height="460" src="https://tinkerlab.com/wp-content/uploads/2010/10/dsc_0650.jpg" alt="how to make sunprints" class="wp-image-1509" title="DSC_0650" srcset="https://tinkerlab.com/wp-content/uploads/2010/10/dsc_0650.jpg 600w, https://tinkerlab.com/wp-content/uploads/2010/10/dsc_0650-340x261.jpg 340w" sizes="(max-width: 600px) 100vw, 600px" /></a></figure>



<h2 class="wp-block-heading has-text-align-left">Creative Ways to Use Your Sun Prints</h2>



<p class="has-text-align-left">Some ideas: stitch your sun prints onto a bag, t-shirt, or quilt. My daughter decided to attach hers to a small bag &#8211; perfect for collecting more treasures on our next nature walk!</p>



<p></p>
<p>The post <a href="https://tinkerlab.com/how-to-make-sun-prints/">How to Make Sun Prints: A Simple Craft Project for Kids of All Ages</a> appeared first on <a href="https://tinkerlab.com">TinkerLab</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tinkerlab.com/how-to-make-sun-prints/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1504</post-id>	</item>
		<item>
		<title>Make Paint from the Kitchen: Experiments with Supplies</title>
		<link>https://tinkerlab.com/make-paint-from-your-kitchen/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=make-paint-from-your-kitchen</link>
		
		<dc:creator><![CDATA[Rachelle]]></dc:creator>
		<pubDate>Wed, 05 Jun 2024 22:31:56 +0000</pubDate>
				<category><![CDATA[Art Activities]]></category>
		<guid isPermaLink="false">https://tinkerlab.com/?p=50264</guid>

					<description><![CDATA[<p>Push the envelope from using store-bought supplies to something original by foraging your kitchen for supplies to make paint. The other day I shared three key elements to my morning art journaling process. One the big three is to try something new. New could be making a new mark or trying a new color combination. Having [&#8230;]</p>
<p>The post <a href="https://tinkerlab.com/make-paint-from-your-kitchen/">Make Paint from the Kitchen: Experiments with Supplies</a> appeared first on <a href="https://tinkerlab.com">TinkerLab</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Push the envelope from using store-bought supplies to something original by foraging your kitchen for supplies to make paint.</p>



<p>The other day I shared three key elements to my <a href="https://tinkerlab.com/the-morning-art-routine/">morning art journaling process</a>. One the big three is to try something new.</p>



<p>New could be making a new mark or trying a new color combination.</p>



<p>Having this intention helps me experiment, stay in a playful mindset, and keeps me from getting caught up in perfectionism.</p>



<p>Here&#8217;s what happened yesterday&#8230;</p>



<p>While making my morning coffee I decided to clean up the coffee and vitamin shelf. In the process I discovered a jar of spirulina powder.</p>



<p>In case you&#8217;re not familiar, spirulina is derived from blue-green algae and some people consume it for health reasons.</p>



<p>Yes, that would be me.</p>



<p>Anyway, I hadn&#8217;t used it in a while and thought perhaps I should pass it along in the spirit of purging.</p>



<p>But then, I reconsidered because the color is so beautiful and wait, could I paint with it?</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="680" height="680" src="https://tinkerlab.com/wp-content/uploads/2024/06/experiment-with-new-art-supplies-tinkerlab-680x680.png" alt="" class="wp-image-50265" srcset="https://tinkerlab.com/wp-content/uploads/2024/06/experiment-with-new-art-supplies-tinkerlab-680x680.png 680w, https://tinkerlab.com/wp-content/uploads/2024/06/experiment-with-new-art-supplies-tinkerlab-100x100.png 100w, https://tinkerlab.com/wp-content/uploads/2024/06/experiment-with-new-art-supplies-tinkerlab-750x750.png 750w, https://tinkerlab.com/wp-content/uploads/2024/06/experiment-with-new-art-supplies-tinkerlab-400x400.png 400w, https://tinkerlab.com/wp-content/uploads/2024/06/experiment-with-new-art-supplies-tinkerlab-200x200.png 200w, https://tinkerlab.com/wp-content/uploads/2024/06/experiment-with-new-art-supplies-tinkerlab-768x768.png 768w, https://tinkerlab.com/wp-content/uploads/2024/06/experiment-with-new-art-supplies-tinkerlab-500x500.png 500w, https://tinkerlab.com/wp-content/uploads/2024/06/experiment-with-new-art-supplies-tinkerlab-650x650.png 650w, https://tinkerlab.com/wp-content/uploads/2024/06/experiment-with-new-art-supplies-tinkerlab.png 1105w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>The answer is yes, yes I could paint with it!</p>



<p>I scooped some into my coffee, then put another scoop in a small bowl, added warm water, and boom&#8230;</p>



<p>the most beautiful turquoise color I ever did see.</p>



<p>And so I think I&#8217;ll keep it.</p>



<p>The lessons here are:</p>



<ol class="wp-block-list">
<li>Clean out your kitchen cabinets from time to time</li>



<li>If you have spirulina, give this process a try</li>



<li>If you have other kitchen materials like ground spices, coffee, or tea, try painting with them and see what you think</li>



<li>Experiment with new art supplies. What unique materials could you incorporate into your art?</li>
</ol>



<p>New to Art Journaling? You&#8217;ll want to read this next: <a href="https://tinkerlab.com/art-journaling-101-ideas-prompts-get-started/">Art Journaling 101: Ideas and Prompts to Get Started</a></p>
<p>The post <a href="https://tinkerlab.com/make-paint-from-your-kitchen/">Make Paint from the Kitchen: Experiments with Supplies</a> appeared first on <a href="https://tinkerlab.com">TinkerLab</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">50264</post-id>	</item>
	</channel>
</rss>