@import url(‘https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Nunito:wght@300;400;500;600;700&display=swap’); #aura-quiz-wrap { max-width: 700px; margin: 0 auto; font-family: ‘Nunito’, sans-serif; font-weight: 400; color: #3d2e35; background: #fdf7f8; border-radius: 28px; overflow: hidden; box-shadow: 0 8px 48px rgba(200,140,160,0.14); border: 1px solid #f0d8e0; } #aura-quiz-wrap * { box-sizing: border-box; } .aq-header { background: linear-gradient(150deg, #f2c4ce 0%, #d4b8c8 40%, #a8c8a8 100%); padding: 48px 40px 40px; text-align: center; position: relative; } .aq-header::before { content: ‘✦’; position: absolute; top: 18px; left: 32px; font-size: 1rem; color: rgba(255,255,255,0.55); } .aq-header::after { content: ‘✦’; position: absolute; top: 18px; right: 32px; font-size: 1rem; color: rgba(255,255,255,0.55); } .aq-header-icon { font-size: 1.8rem; margin-bottom: 10px; display: block; } .aq-header h1 { font-family: ‘DM Serif Display’, serif; font-size: 2.5rem; font-style: italic; font-weight: 400; color: #fff; margin: 0 0 10px; text-shadow: 0 2px 14px rgba(160,100,120,0.22); } .aq-header p { font-size: 0.82rem; color: rgba(255,255,255,0.88); letter-spacing: 0.12em; text-transform: uppercase; margin: 0; font-weight: 600; } .aq-instructions { background: #fce8ee; border-left: 3px solid #e8a0b4; margin: 28px 36px 0; padding: 14px 18px; border-radius: 0 12px 12px 0; font-size: 0.88rem; line-height: 1.7; color: #6b3a48; } #aq-progress-wrap { padding: 16px 36px 6px; font-size: 0.8rem; color: #c088a0; text-align: right; letter-spacing: 0.04em; font-weight: 600; } #aq-progress-bar-bg { height: 4px; background: #f5dde4; } #aq-progress-bar { height: 4px; background: linear-gradient(to right, #e8a0b4, #a8c8a8); width: 0%; transition: width 0.4s ease; } .aq-section { padding: 28px 36px; border-bottom: 1px solid #f0dde4; } .aq-section:last-of-type { border-bottom: none; } .aq-section-title { font-family: ‘DM Serif Display’, serif; font-size: 1.25rem; font-style: italic; color: #c0607c; margin: 0 0 18px; display: flex; align-items: center; gap: 10px; } .aq-section-title::before { content: ‘🌸’; font-style: normal; font-size: 1rem; } .aq-section-title::after { content: ”; flex: 1; height: 1px; background: linear-gradient(to right, #f0b8c8, transparent); } .aq-question { margin-bottom: 20px; } .aq-question p { font-size: 0.92rem; line-height: 1.65; color: #3d2e35; margin: 0 0 10px; } .aq-options { display: flex; gap: 8px; flex-wrap: wrap; } .aq-options label { cursor: pointer; display: flex; align-items: center; gap: 6px; font-size: 0.84rem; font-weight: 600; padding: 7px 16px; border-radius: 24px; border: 1.5px solid #f0c0d0; color: #a05068; transition: all 0.16s ease; user-select: none; background: #fff; } .aq-options input[type=”radio”] { display: none; } .aq-options label:hover { background: #fce8ee; border-color: #e8a0b4; transform: translateY(-1px); } .aq-options label.selected { background: linear-gradient(135deg, #e8a0b4, #a8c8a8); border-color: #e8a0b4; color: #fff; } .aq-submit-wrap { padding: 24px 36px 36px; text-align: center; } #aq-submit-btn { background: linear-gradient(135deg, #e8a0b4, #a8c8a8); color: #fff; border: none; padding: 15px 52px; font-family: ‘Nunito’, sans-serif; font-size: 0.95rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; border-radius: 50px; cursor: pointer; transition: all 0.2s; box-shadow: 0 4px 20px rgba(220,140,165,0.30); } #aq-submit-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(220,140,165,0.38); } .aq-warning { color: #c0392b; font-size: 0.84rem; margin-top: 10px; display: none; } #aq-result { display: none; padding: 48px 36px; text-align: center; animation: aqFadeIn 0.6s ease; } @keyframes aqFadeIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } } .result-confetti { font-size: 1.6rem; margin-bottom: 12px; display: block; } .result-label { font-size: 0.76rem; letter-spacing: 0.2em; text-transform: uppercase; color: #c088a0; margin-bottom: 8px; font-weight: 700; } .result-swatch { width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 16px; box-shadow: 0 6px 20px rgba(0,0,0,0.12); border: 3px solid #fff; } .result-color { font-family: ‘DM Serif Display’, serif; font-size: 3rem; font-style: italic; margin: 0 0 6px; line-height: 1.1; } .result-subtitle { font-size: 0.85rem; color: #c088a0; margin-bottom: 24px; font-weight: 600; } .result-desc { font-size: 0.92rem; line-height: 1.8; color: #3d2e35; max-width: 500px; margin: 0 auto 28px; text-align: left; background: linear-gradient(135deg, #fce8ee 0%, #eaf4e6 100%); padding: 20px 24px; border-radius: 16px; border: 1px solid #f0d0d8; } .result-email-box { background: #fff; border: 1.5px solid #f0c0d0; border-radius: 20px; padding: 24px 28px; max-width: 480px; margin: 0 auto 28px; } .result-email-box .email-box-title { font-family: ‘DM Serif Display’, serif; font-size: 1.25rem; font-style: italic; color: #a05068; margin: 0 0 8px; } .result-email-box p { font-size: 0.86rem; color: #8a6070; line-height: 1.6; margin: 0 0 18px; } #aq-mailto-btn { display: inline-block; background: linear-gradient(135deg, #e8a0b4, #a8c8a8); color: #fff; text-decoration: none; padding: 13px 36px; border-radius: 50px; font-family: ‘Nunito’, sans-serif; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.06em; box-shadow: 0 4px 16px rgba(220,140,165,0.28); transition: all 0.2s; } #aq-mailto-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(220,140,165,0.38); } .email-note { font-size: 0.78rem; color: #d0a0b0; margin-top: 10px; display: block; font-weight: 500; } .result-scores-title { font-size: 0.76rem; letter-spacing: 0.14em; text-transform: uppercase; color: #d0a0b0; margin-bottom: 10px; font-weight: 700; } .result-scores { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; margin-bottom: 28px; } .score-pill { font-size: 0.78rem; padding: 4px 13px; border-radius: 14px; border: 1.5px solid #f0c8d4; color: #a05068; background: #fff; font-weight: 600; } .score-pill.top { background: linear-gradient(135deg, #e8a0b4, #a8c8a8); border-color: #e8a0b4; color: #fff; font-weight: 700; } #aq-retake-btn { background: transparent; border: 1.5px solid #e8a0b4; color: #c0607c; padding: 10px 32px; border-radius: 30px; font-family: ‘Nunito’, sans-serif; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.06em; cursor: pointer; transition: all 0.2s; text-transform: uppercase; } #aq-retake-btn:hover { background: linear-gradient(135deg, #e8a0b4, #a8c8a8); border-color: #e8a0b4; color: #fff; } @media (max-width: 600px) { .aq-header { padding: 36px 24px 30px; } .aq-header h1 { font-size: 2rem; } .aq-section { padding: 22px; } .aq-instructions { margin: 22px 22px 0; } .aq-submit-wrap { padding: 18px 22px 30px; } #aq-result { padding: 36px 22px; } #aq-progress-wrap { padding: 14px 22px 6px; } .result-email-box { padding: 20px 18px; } }
🌸

What Color Is Your Aura?

A quiz from the Mystic Michaela Aura Workbook

How to take the quiz: For each statement, choose whether you Agree, feel Neutral, or Disagree. Go with your gut — your first instinct is always right! ✨  (Agree = 2 pts  ·  Neutral = 1 pt  ·  Disagree = 0 pts)
0 of 90 answered

🌱 Please answer all questions before continuing!

🌸 ✨ 🌿
Your aura color is

Click below to send me your results — I’ll personally email you the complete meaning of your aura color, including your strengths, challenges, and how to work with your energy.

📬 Send Me My Full Results
All your scores
(function() { // ── REPLACE THIS with your email address ── var YOUR_EMAIL = ‘your@email.com’; var sections = [ { title: “Section 1”, color: “Indigo”, questions: [ “Being alone for me is healing; it’s when I can feel free to be myself.”, “I love people, but their energy tires me; I am always tapping into their thoughts and emotions.”, “My ideal job is a one-on-one position in which I can really make a difference to someone.”, “Bright lights are the worst; my home is always dimly lit.”, “Confrontation paralyzes me; I cannot be around it.”, “At a party, I find myself socializing more with kids and pets than the adults around me.”, “With friendships, it’s about quality over quantity for me. I invest a lot of myself in those I love; therefore, I have to limit the amount I give.”, “I can tell what people want and need without even speaking to them; I can pick up on their energy cues easily.”, “I have to be very careful what I read about and watch in the media; things stay with me and affect me for a long time.”, “I prefer home workouts to exercising in public.” ]}, { title: “Section 2”, color: “Pink”, questions: [ “People often think of me as naive or immature, but I just can easily find the silver lining in any scenario.”, “I love to set up moments for myself and the people I love that can feel like escaping from reality.”, “I can be accused of being superficial, but I simply enjoy nice things.”, “I connect with myself by being playful and silly; I love to have fun.”, “Being active for me is a day of shopping or visiting a theme park.”, “I show love to others by trying to make their life magical.”, “I love things that are fantastical and impractical.”, “When I experience confrontation, I go into myself and block everything and everyone out.”, “I am really good at adding magical elements to any event; an ice cream bar or a photo booth is the icing on the cake at any gathering.”, “A huge pet peeve of mine is a budget; I detest having limitations on creating beautiful moments.” ]}, { title: “Section 3”, color: “Yellow”, questions: [ “I find myself in situations where I am helping others; it seems natural for me to take on that role.”, “I love to feed people and make sure they are comfortable in my home.”, “I am always giving to others, yet I feel taken for granted a lot in my life.”, “Being active for me is a walk with a friend or running around doing errands; I don’t like very challenging workouts.”, “I am more comfortable being a helper than a leader.”, “I attach sentimental value to objects, making it very hard to throw anything out.”, “At a party, I find myself seeking out anyone who looks uncomfortable and befriending them.”, “I can feel invisible in life, as if people don’t notice me the same way I notice them.”, “Children and animals seem to like me and come to me more than other people.”, “Confrontation is very uncomfortable to me; therefore, I end up being a peacemaker.” ]}, { title: “Section 4”, color: “Tan”, questions: [ “I enjoy order to things; I love organizing and creating flow and systems where there is chaos.”, “People can perceive me as being cold, but it just takes me a moment to digest new information and create a response.”, “I am the one who is called in any crisis. I have a calm presence, and I know how to get things done.”, “My phone has a speed dial list of many different contacts for many different scenarios. People are always asking me for recommendations!”, “I don’t go on a trip without every detail completely planned out.”, “Being active for me is a focused and difficult class such as Pilates or hot yoga.”, “Sitting down is difficult for me; my mind has a running list of things to get done.”, “It can be very hard for me to get past my perfectionism at times; I am very self-critical.”, “I am very curious, and I love to learn new things all the time.”, “Confrontation is not exactly fun for me, but I often end up as the mediator in a conflict.” ]}, { title: “Section 5”, color: “Green”, questions: [ “I don’t mind being alone; in fact, I prefer it.”, “Nature is very healing to me, and I enjoy being immersed in it.”, “Science makes sense to me, and I like to learn how things work.”, “I don’t like to hire anyone to do anything I can learn to do myself.”, “I am able to separate from my emotions and keep them from influencing my decisions.”, “I don’t do confrontations. If someone doesn’t understand me, I can easily walk away.”, “Uneducated claims are a huge pet peeve; I can’t help but argue with anyone who promotes them.”, “I am a good listener, and I strive to solve problems efficiently.”, “Silence doesn’t bother me. People I am close to understand this and don’t find it awkward.”, “I am very interested in how things work and how they can work better. I find myself reworking how established systems could improve.” ]}, { title: “Section 6”, color: “Red”, questions: [ “I value character traits in myself above all else. I strive to do the right thing even when others disagree.”, “Being active for me is about getting a good sweat going; I like to push myself.”, “Confrontation doesn’t upset me; when it is necessary to speak up, I will do so.”, “Working for myself is the ultimate goal; I dislike answering to a boss.”, “Responsibility and leadership are things I enjoy.”, “I detest when others tell me what to do; I like to be the one telling people what to do.”, “I am fiercely competitive, and I value this in others as well. Games aren’t fun unless there’s a winner!”, “I don’t enjoy small talk; I get to the point pretty quickly.”, “Challenges in life drive me; I want to see how far I can go.”, “New situations are exciting as long as I feel in control.” ]}, { title: “Section 7”, color: “Orange”, questions: [ “My image is of the utmost importance to me; how others see me matters.”, “Ambition is something I have a lot of, and I don’t let anything get in my way.”, “The word ‘no’ doesn’t exist for me; I push things to the limit in life.”, “Winning for me is the most important; I’ll win at any cost.”, “Selling ideas or products is fun for me; I am good at getting people to agree with what I have to say.”, “I connect well with others; they find me charismatic and charming.”, “I love change when it favors my position in life.”, “I enjoy confrontation because it’s an opportunity to get people to pay attention to what I have to say.”, “The more I think of myself, the more others will think of me.”, “Chaotic environments are ones I thrive in.” ]}, { title: “Section 8”, color: “Magenta”, questions: [ “When someone tells me what to do, I have the desire to do the exact opposite.”, “I cannot stand boredom; I am always ready to do something fun and exciting.”, “Change is interesting to me; I don’t fear it.”, “I like to express myself in creative ways.”, “I can’t stand a traditional nine-to-five job; I need flexibility with my schedule.”, “I love eccentric people; I am very open to new ideas.”, “When life gets mundane, I have to watch my subconscious ability to self-destruct in order to create interest.”, “While I am aware of what society deems acceptable, I find myself wanting to challenge it.”, “Confrontation for me is necessary at times; I like to make people uncomfortable with new ideas they fear.”, “The things I love the most in life tend to be artistic and outside of the norm; I don’t like conformity.” ]}, { title: “Section 9”, color: “Crystal / White”, questions: [ “It’s hard to know what I want; it changes all the time.”, “I find myself acting like anyone I spend time around.”, “I love all things spiritual, and I am always seeking new knowledge in this area.”, “Homeopathic remedies and alternative medicine are very interesting to me.”, “Even though people think I am not paying attention, I am! I can often look distracted.”, “In any conflict, I find myself trying to make sure everyone is heard equally.”, “I am constantly being interrupted by others, and it makes me feel invisible.”, “Everyone always seems to know what they want to do for a living, but I feel lost in this area of my life.”, “People can be alarmed by how well I know them. I tend to pick up on their core issues and don’t mince words when I say them back to them.”, “Being active for me is anything that involves water or getting my hands dirty. I love to directly interact with the natural world.” ]} ]; var auraInfo = { “Indigo”: { swatch: “#6c63b0”, desc: “You are a deeply sensitive, empathic soul who absorbs the energy of those around you. You thrive in quiet, intimate settings and have an extraordinary ability to sense what others feel without being told. Your intuition is your superpower — trust it. Protect your energy and know that your sensitivity is a gift, not a weakness.” }, “Pink”: { swatch: “#e8829a”, desc: “You are a magical, heart-centered being who sees the world through rose-colored glasses — and you wouldn’t have it any other way. You love beauty, whimsy, and creating enchanting experiences for others. Your capacity for joy and wonder is infectious. Embrace your inner child; the world needs your sparkle.” }, “Yellow”: { swatch: “#d4b800”, desc: “You are a natural nurturer — warm, giving, and endlessly generous. You are the person people turn to when they need comfort, and you give of yourself freely. Remember to fill your own cup too; you cannot pour from an empty vessel. Your kindness is a rare and precious thing.” }, “Tan”: { swatch: “#c4a87a”, desc: “You are a detail-oriented, logical powerhouse who keeps everything running smoothly. You are the calm in the storm, the planner everyone relies on. Your gift is turning chaos into order. Be gentle with your perfectionism — done is often better than perfect.” }, “Green”: { swatch: “#5aa86e”, desc: “You are a grounded, independent thinker who finds peace in nature and truth in science. You are quietly confident, self-sufficient, and deeply curious. You don’t need the noise of the crowd — your inner world is rich enough. Share your wisdom; others need your steady perspective.” }, “Red”: { swatch: “#d95f5f”, desc: “You are a bold, driven leader with an unshakable moral compass. You step up when others step back, and you have no patience for mediocrity. Your energy is magnetic and your standards are high. Use your power with heart — the best leaders lift others as they rise.” }, “Orange”: { swatch: “#e87840”, desc: “You are a charismatic, ambitious force of nature who can sell any idea and win any room. You are bold, image-conscious, and fiercely motivated. Life is a game you intend to win. Channel your drive toward something meaningful, and your impact will be legendary.” }, “Magenta”: { swatch: “#c44a8a”, desc: “You are a wildly creative free spirit who refuses to be put in a box. You challenge conventions, crave novelty, and live life on your own terms. The world’s rules feel made for someone else — and that’s fine, because you’re here to rewrite them. Lean into your originality; it’s your greatest gift.” }, “Crystal / White”: { swatch: “#9ec4b8”, desc: “You are a rare, ethereal soul who reflects the energy of those around you like a prism reflects light. You are deeply spiritual, endlessly curious, and naturally tuned in to the unseen world. Your path is unique and ever-evolving — and that’s exactly as it should be. Trust the flow.” } }; var body = document.getElementById(‘aq-quiz-body’); var totalQ = 90; var answers = {}; var quizScores = null; var quizWinnerIdx = null; sections.forEach(function(sec, si) { var secDiv = document.createElement(‘div’); secDiv.className = ‘aq-section’; secDiv.innerHTML = ‘
‘ + sec.title + ‘
‘; sec.questions.forEach(function(q, qi) { var key = si + ‘_’ + qi; var qDiv = document.createElement(‘div’); qDiv.className = ‘aq-question’; qDiv.innerHTML = ‘

‘ + (qi + 1) + ‘. ‘ + q + ‘

‘ + ‘
‘ + [‘Agree’,’Neutral’,’Disagree’].map(function(opt, oi) { return ‘‘ + opt + ‘‘; }).join(”) + ‘
‘; secDiv.appendChild(qDiv); }); body.appendChild(secDiv); }); body.addEventListener(‘click’, function(e) { var label = e.target.closest(‘label’); if (!label) return; var optDiv = label.closest(‘.aq-options’); if (!optDiv) return; var key = optDiv.getAttribute(‘data-key’); var input = label.querySelector(‘input[type=”radio”]’); if (!input) return; optDiv.querySelectorAll(‘label’).forEach(function(l) { l.classList.remove(‘selected’); }); label.classList.add(‘selected’); input.checked = true; answers[key] = parseInt(input.value); updateProgress(); }); function updateProgress() { var answered = Object.keys(answers).length; document.getElementById(‘aq-progress-text’).textContent = answered + ‘ of ‘ + totalQ + ‘ answered’; document.getElementById(‘aq-progress-bar’).style.width = Math.round(answered / totalQ * 100) + ‘%’; } document.getElementById(‘aq-submit-btn’).addEventListener(‘click’, function() { var answered = Object.keys(answers).length; if (answered < totalQ) { document.getElementById('aq-warning').style.display = 'block'; for (var si = 0; si < sections.length; si++) { for (var qi = 0; qi < 10; qi++) { if (answers[si + '_' + qi] === undefined) { var el = document.querySelector('[data-key="' + si + '_' + qi + '"]'); if (el) el.scrollIntoView({ behavior: 'smooth', block: 'center' }); return; } } } return; } document.getElementById('aq-warning').style.display = 'none'; computeScores(); showResult(); }); function computeScores() { quizScores = sections.map(function(sec, si) { var total = 0; for (var qi = 0; qi quizScores[quizWinnerIdx].score) quizWinnerIdx = i; }); } function showResult() { var winner = quizScores[quizWinnerIdx]; var info = auraInfo[winner.color]; var scoreBreakdown = quizScores.map(function(s) { return s.color + ‘: ‘ + s.score + ‘/20’; }).join(‘ | ‘); document.getElementById(‘result-swatch’).style.background = info.swatch; document.getElementById(‘result-color-name’).style.color = info.swatch; document.getElementById(‘result-color-name’).textContent = winner.color; document.getElementById(‘result-subtitle’).textContent = ‘Top score: ‘ + winner.score + ‘ / 20 (Section ‘ + (quizWinnerIdx + 1) + ‘)’; document.getElementById(‘result-desc’).textContent = info.desc; // Build pre-filled mailto link var subject = encodeURIComponent(‘My Aura Quiz Result: ‘ + winner.color); var emailBody = encodeURIComponent( ‘Hi!\n\nI just finished your aura quiz and my result is: ‘ + winner.color + ‘ (‘ + winner.score + ‘/20)\n\n’ + ‘All my scores:\n’ + scoreBreakdown + ‘\n\n’ + “I’d love to receive my full reading!” ); document.getElementById(‘aq-mailto-btn’).href = ‘mailto:’ + YOUR_EMAIL + ‘?subject=’ + subject + ‘&body=’ + emailBody; var scoresEl = document.getElementById(‘result-scores’); scoresEl.innerHTML = ”; quizScores.forEach(function(s, i) { var pill = document.createElement(‘span’); pill.className = ‘score-pill’ + (i === quizWinnerIdx ? ‘ top’ : ”); pill.textContent = s.color + ‘: ‘ + s.score; scoresEl.appendChild(pill); }); document.getElementById(‘aq-quiz-body’).style.display = ‘none’; document.querySelector(‘.aq-submit-wrap’).style.display = ‘none’; document.getElementById(‘aq-progress-wrap’).style.display = ‘none’; document.getElementById(‘aq-progress-bar-bg’).style.display = ‘none’; document.querySelector(‘.aq-instructions’).style.display = ‘none’; document.getElementById(‘aq-result’).style.display = ‘block’; document.getElementById(‘aura-quiz-wrap’).scrollIntoView({ behavior: ‘smooth’, block: ‘start’ }); } document.getElementById(‘aq-retake-btn’).addEventListener(‘click’, function() { answers = {}; quizScores = null; quizWinnerIdx = null; document.querySelectorAll(‘.aq-options label’).forEach(function(l) { l.classList.remove(‘selected’); }); document.querySelectorAll(‘input[type=”radio”]’).forEach(function(r) { r.checked = false; }); document.getElementById(‘aq-quiz-body’).style.display = ”; document.querySelector(‘.aq-submit-wrap’).style.display = ”; document.getElementById(‘aq-progress-wrap’).style.display = ”; document.getElementById(‘aq-progress-bar-bg’).style.display = ”; document.querySelector(‘.aq-instructions’).style.display = ”; document.getElementById(‘aq-result’).style.display = ‘none’; updateProgress(); document.getElementById(‘aura-quiz-wrap’).scrollIntoView({ behavior: ‘smooth’, block: ‘start’ }); }); updateProgress(); })();