Marathi Baby Girl Names-G (मराठी)
Hello, we will help you to find names starting with ‘G’ for your sweet baby girl. Here you will get options like the meaning of the name, god name (if any), and modern/traditional names. You can also share your favorite 5 names with your family on WhatsApp. We hope you will like our website for your baby names search. Thank you.
नमस्कार, तुमच्या होणाऱ्या गोड़ बाळा साठी सहज आणि सोप्या प्रकारे शोधा ग/घ/G या अक्षरा पासून सुरु होणारी नावं, इथे तुम्हाला नावांचा अर्थ मिळेल. तुम्ही तुम्हाला आवडलेली ५ नावं तुमच्या घरच्यांन सोबत WhatsApp वर share करू शकता. आम्ही आशा करतो तुमच्या बाळाच्या नावा साठी आमची website तुम्हाला नक्की आवडेल. धन्यवाद.
/* Floating button styles */ .share-button { position: fixed; bottom: 20px; right: 20px; background-color: #4CAF50; color: white; padding: 10px 20px; font-size: 16px; border: none; border-radius: 50px; cursor: pointer; z-index: 1000; display: flex; align-items: center; } .share-button svg { margin-right: 8px; } /* Row selection highlight */ .selected-row { background-color: #d4edda; } /* Table Styling */ table { border-collapse: collapse; width: 100%; } th { font-family: ‘Poppins’, sans-serif; font-size: 16px; background-color: #D6EAF8; /* Soft blue */ color: #1A5276; /* Darker blue */ padding: 8px; border: 1px solid #AAB7B8; /* Soft border color */ } td { font-family: ‘Lato’, sans-serif; font-size: 15px; padding: 8px; color: #5D6D7E; /* Muted gray-blue for meaning */ border: 1px solid #AAB7B8; /* Soft border color */ } /* Alternating row colors */ tr:nth-child(even) { background-color: #FBF3E4; /* Light cream for alternate rows */ } /* Highlight selected row */ .selected-row { background-color: #d1e7dd; /* Light pastel green */ border: 2px solid #198754; /* Dark green border for visibility */ font-weight: bold; } /* Reduce opacity of non-selected rows */ table tr:not(.selected-row) { opacity: 0.8; /* Slightly dim non-selected rows */ } /* Primary font for names */ td:first-child { font-family: ‘Merriweather’, serif; /* Elegant serif font for names */ color: #8B4513; /* Warm dark brown color */ } /* Heading styles */ h2 { font-family: ‘Playfair Display’, serif; color: #2C3E50; /* Dark blue-gray for headings */ } /* Compact message preview styling */ #confirmation-popup { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #f9f9f9; border: 1px solid #ccc; padding: 20px; border-radius: 10px; max-width: 300px; z-index: 2000; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } /* Prevent text selection */ body { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }Tap on a name to select it. You can select up to 5 names to share on WhatsApp.
Wow, nice name selection!
Now share it on WhatsApp with your loved ones:
Name | नाव | Meaning |
---|---|---|
Gauri | गौरी | Goddess Parvati |
Gayatri | गायत्री | Vedic mantra, Goddess Saraswati |
Gargi | गार्गी | An ancient scholar, Goddess Durga |
Geet | गीत | Song |
Geeta | गीता | Sacred text, Bhagavad Gita |
Gopika | गोपिका | Devotee of Lord Krishna |
Girija | गिरिजा | Daughter of the mountain, Goddess Parvati |
Gitali | गीताली | Melodious |
Gunjan | गुंजन | Humming, Resonance |
Gauravi | गौरवी | Honor, Pride |
Gaurika | गौरिका | A young girl, Goddess Durga |
Ganakshi | गणाक्षी | Desire, Vision |
Gyana | ज्ञान | Knowledge |
Gomati | गोमती | Sacred river, Goddess Durga |
Gopini | गोपिनी | Devotee of Lord Krishna |
Garima | गरिमा | Warmth, Prowess |
Gautami | गौतमी | River Godavari, Sage Gautama’s wife |
Geetika | गीतीका | A little song |
Gitashri | गीताश्री | Hymn, Sacred song |
Gunita | गुणिता | Virtuous |
Gyaanvi | ज्ञानवी | One full of knowledge |
Gangana | गंगना | Sacred like the Ganges |
Gunwati | गुणवती | Virtuous woman |
Gauranshi | गौरांशी | Fair, Part of Goddess Durga |
Gitanshi | गीतांशी | Part of a song |
Gunvanti | गुणवंती | Virtuous, Talented |
Gurvinder | गुरविंदर | Lord, Guru |
Gunika | गुणिका | Excellence |
Gunitha | गुणीथा | Knowledgeable, Virtuous |
Gorika | गोरिका | Goddess Parvati |
Gangotri | गंगोत्री | Origin of the Ganges |
Gungun | गुंगुन | Soft humming |
Gunavya | गुणाव्या | Virtuous and talented |
Gomata | गोमाता | Holy cow, Goddess Lakshmi |
“); } document.getElementById(“share-button”).addEventListener(“click”, function() { if (selectedNames.length > 0) { updateConfirmationNames(); document.getElementById(“confirmation-popup”).style.display = “block”; } else { alert(“Please select at least one name to share.”); } }); document.getElementById(“confirm-share”).addEventListener(“click”, function() { var message = “Hey there! 💕 I came across these beautiful names and thought they’d be perfect for our little one. 🌟nn” + selectedNames.map(name => “😊 *” + name + “*”).join(“n”) + “nnFor more such lovely names with their meanings, visit: ” + window.location.href + ” 👶” + “nnWith love from Finding Baby Names ❤️”; var whatsappLink = “https://api.whatsapp.com/send?text=” + encodeURIComponent(message); window.open(whatsappLink, “_blank”); document.getElementById(“confirmation-popup”).style.display = “none”; }); document.getElementById(“cancel-share”).addEventListener(“click”, function() { document.getElementById(“confirmation-popup”).style.display = “none”; }); document.addEventListener(“DOMContentLoaded”, function() { var rows = document.querySelectorAll(‘table#letter-g tbody tr’); rows.forEach(row => { row.addEventListener(“click”, function() { var name = this.querySelector(“td:first-child”).textContent.trim(); if (selectedNames.includes(name)) { selectedNames = selectedNames.filter(n => n !== name); this.classList.remove(“selected-row”); } else { if (selectedNames.length < 5) { selectedNames.push(name); this.classList.add("selected-row"); } else { alert("You can select up to 5 names."); } } document.getElementById("counter").textContent = "Names selected: " + selectedNames.length + "/5"; }); }); });
We also have some wonderful names with other letters, please do check them as well: