loading
×

Dinosaur Bone Rings

Let us handcraft for you a wedding ring unlike any other. Can you imagine 65 million year old gem bone inlays being used in your wedding band? Being master jewel-smiths enables us to intricately incorporate Dinosaur bone into your choice of precious metal.

We've optimised the meaning of 'value'. Get more for your money with Temple & Grace. Here's why we are loved:

  • 100 day free and easy returns - 1st in the industry
  • Lowest price guarantee. It's highly unlikely, but if you find it cheaper anywhere in Australia, just call us - we will beat their price by 5%
  • Pay just 25% to order your jewellery. Balance payable only on the day of pick-up/dispatch! - 1st in the industry
  • Wholesale prices direct to retail customers
  • Valuation certificate included with every order placed
  • Unique & creative designs handcrafted exclusively by us in Australia
  • Australian made with a lifetime guarantee - 1st in the industry
  • Shop online or book a showroom visit to see our jewellery in Sydney, Melbourne, Brisbane, Perth and Adelaide
  • Can't visit us? Book a virtual appointment and see our jewellery over a video call
  • Home trial rings. You can order up to 3 rings for a free home trial - 1st in the industry
  • Complimentary personalised message engraving service on rings
  • FREE unlimited ring re-sizing service. Except titanium, tantalum, zirconium, meteorite, dinosaur bone, carbon fibre & elysium rings. - 1st in the industry
  • Complimentary lifetime jewellery polishing service
  • Free postage, irrespective of product value
  • Free and easy returns anytime within 100 days
  • 100% Australian, Sydney, Melbourne, Brisbane, Perth and Adelaide based personalised customer service
  • Made in Sydney, Melbourne, Brisbane, Perth and Adelaide, directly by us (master jewel-smiths) and hence never beaten on craftsmanship and price
  • We custom-make jewellery and can remodel and make new jewellery pieces using your gold/existing jewellery
  • We are jewellery repair experts. We can repair and polish your old/existing jewellery and bring back the sparkle to make it look brand new.
  • We are Australian diamond and gemstone wholesalers. We handpick only the best GIA certified diamonds and our prices are significantly lower than any Australian/US based jewellery stores. Shop online or visit us at our jewellery boutiques in Sydney, Melbourne, Brisbane, Perth and Adelaide to view our diamonds and gemstones.
  • We are members of the 'Jewellers Association of Australia' and are recognised by the GIA

We're the only Australian jewellers who can incorporate an element of the late Jurassic age to create a truly unique Dinosaur bone ring. Shop online or visit our jewellery showroom in Sydney, Melbourne, Brisbane, Perth and Adelaide to have a firsthand experience and see us handcrafting these distinct wedding masterpieces.


You viewed 36 out of 36 products
$(".mega-dropdown-menu ").hover( function () { $(this).parent($("li.mega-dropdown")).children($(".mega-dropdown")).css({ "color": "#a7892f" }); }, function () { $(this).parent($("li.mega-dropdown")).children($(".mega-dropdown")).css({ "color": "#000" }); } ); // Vertical Menu--> //Desk Menu $(".mega-dropdown").click(function () { $(".mega-dropdown").find(".dropdown-menu").each(function () { $(this).css({ "display": "none" }); }); $(this).find(".dropdown-menu").css({ "display": "block" }); }); $(document).ready(function (c) { $('.alert-close').on('click', function (c) { $('.message').fadeOut('slow'); }); }); //Desk Menu (function ($) { $(document).ready(function () { $('#footermenu > ul > li > a').click(function () { $('#footermenu li').removeClass('active'); $(this).closest('li').addClass('active'); var checkElement = $(this).next(); if ((checkElement.is('ul')) && (checkElement.is(':visible'))) { $(this).closest('li').removeClass('active'); checkElement.slideUp('normal'); } if ((checkElement.is('ul')) && (!checkElement.is(':visible'))) { $('#footermenu ul ul:visible').slideUp('normal'); checkElement.slideDown('normal'); } if ($(this).closest('li').find('ul').children().length == 0) { return true; } else { return false; } }); }); })(jQuery); $("#openserchbox").click(function (event) { event.stopPropagation(); $(".text-box-click").css({ "display": "block" }); $(".text-box-click").find('input').focus(); }); $("html").click(function () { $(".text-box-click").css({ "display": "none" }); }); $(".text-box-click").click(function(e){ e.preventDefault(); e.stopPropagation(); $(".text-box-click").css({ "display": "block" }); }); //floating Cart $("#bagCart , .cart-main-outer ,.cart-diaglog, #cart-qnty").hover(function () { $(".cart-diaglog,.cart-main-outer").css({ "display": "block" }) }, function () { $(".cart-diaglog, .cart-main-outer").css({ "display": "none" }) }); --> (function ($) { $(document).ready(function () { $("#dvCatProdList").on("click", "#cssmenu2 > ul > li > a", function (event) { $('#cssmenu2 li').removeClass('active'); $(this).closest('li').addClass('active'); var checkElement = $(this).next(); if ((checkElement.is('ul')) && (checkElement.is(':visible'))) { $(this).closest('li').removeClass('active'); checkElement.slideUp('fast'); } if ((checkElement.is('ul')) && (!checkElement.is(':visible'))) { $('#cssmenu2 ul ul:visible').slideUp('fast'); checkElement.slideDown('fast'); } if ($(this).closest('li').find('ul').children().length == 0) { return true; } else { return false; } }); }); })(jQuery); // // $("#dvCatProdList").on("click", "#btnMblFilter", function (event) { $(this).toggleClass('menu-icon--open'); $('#mblFilterMenu').toggleClass('nav--active'); }); $(document).ready(function () { $(".breadcrumb_li").html("Dinosaur Bone Rings"); $(".breadcrumb_li").attr("style", "text-transform: capitalize;"); }); --> $(".tab-link").click(function () { var TabId = $(this).data("tab"); $("#lblTab1, #lblTab2, #lblTab3, #lblTab4, #lblTab5, #lblTab6").removeClass("current"); $(this).addClass("current"); $("#tab-1, #tab-2, #tab-3, #tab-4, #tab-5, #tab-6").removeClass("current"); $("#" + TabId).addClass("current"); }); $(".tab-link2").click(function () { var TabId = $(this).data("tab"); $("#lblTab4, #lblTab5, #lblTab6, #lblTab7, #lblTab8, #lblTab9").removeClass("current"); $(this).addClass("current"); $("#tab-4, #tab-5, #tab-6, #tab-7, #tab-8, #tab-9").removeClass("current"); $("#" + TabId).addClass("current"); }); // Read more option--> $(document).ready(function () { var showChar = 10; var ellipsestext = "..."; var moretext = "Read more "; var lesstext = "Reduce "; $('.more').each(function () { var content = $(this).html(); if (content.length > showChar) { var c = content.substr(0, showChar); var h = content.substr(showChar, content.length - showChar); var html = c + '' + ellipsestext + ' ' + h + ' ' + moretext + ''; $(this).html(html); } }); $(".morelink").click(function () { if ($(this).hasClass("less")) { $(this).removeClass("less"); $(this).html(moretext); } else { $(this).addClass("less"); $(this).html(lesstext); } $(this).parent().prev().toggle(); $(this).prev().toggle(); return false; }); }); function fnSignUp(frmName) { $("#SiteLoader").show(); $.ajax({ url: "/home/addsubscriber", type: "POST", data: $("#" + frmName).serialize(), success: function (data) { if(frmName == "frmSubcriptPopup"){ if(data["Msg"] == "added") { $("#dvPopupMsg").removeClass("hidden"); $("#dvForm").addClass("hidden"); $("#omnisend-dynamic-container").attr("style","display:none !important"); } else{ $("#spnSubscribeErrorMsg").removeClass("hidden"); } } }, complete: function () { $("#SiteLoader").hide(); if(frmName != "frmSubcriptPopup"){ $(".dvSubcrbThanksMsg").text("Thank you for signing-up to our newsletters."); } }, error: function (errormessage) { $("#SiteLoader").hide(); } }); return false; } jQuery(document).ready(function() { jQuery('.btnModal[href^=#]').click(function(e){ e.preventDefault(); var href = jQuery(this).attr('href'); jQuery(href).modal('toggle'); }); }); $("#btnVerifyUsrEmailAddr").click(function () { $("#SiteLoader").show(); $.ajax({ type: "Post", contentType: 'application/json', url: "/account/verify-email-address", success: function (result) { var isSuccessfull = result["success"]; if (isSuccessfull) { $("#SiteLoader").hide(); $("#_EmailVerifyDefaultMsg").hide(); $("#_EmailVerifyMsgSent").show(); $("#verifyModalLabel").text("Verification Link Sent") $("#btnVerifyUsrEmailAddr").text("Resend email") } else { window.location.reload(); } }, complete: function () { $("#SiteLoader").hide(); } }); }); -->