10 Golden TONE PRESETs

Original price was: ₹1,499.00.Current price is: ₹299.00.

  • Includes: 10 presets in both .XMP (Desktop) and .DNG (Mobile) formats

  • Features: Adds warmth and vibrancy to landscapes, portraits, and lifestyle shots

  • Extras: Step-by-step PDF instructions, 24/7 support, and a money-back guarantee

Add to wishlist Remove compare
Add to wishlist Remove compare

10 Golden Tone Presets Pack

Unlock the true potential of your photography with our exclusive 10 Golden Tone Presets Pack, designed specifically for Adobe Lightroom and Photoshop users. Whether you’re a professional photographer or an enthusiast, these presets will transform your ordinary images into breathtaking works of art with warm, glowing tones inspired by the magic of golden hour lighting.

Our presets are crafted with care to enhance skin tones, add depth and warmth, and create a consistent, elegant look across your photo collections. From sun-kissed portraits to vibrant travel shots and stylish lifestyle images, this pack provides versatile options that elevate your visual storytelling effortlessly.

What You’ll Get:

  • ✔️ 10 professionally designed golden tone presets that work seamlessly across Lightroom Desktop, Lightroom Mobile, and Adobe Photoshop Camera Raw
  • ✔️ Easy-to-use installation guide included, perfect for beginners and pros alike
  • ✔️ Files provided in .XMP and .DNG formats for maximum compatibility
  • ✔️ Perfect for portraits, wedding photography, travel, lifestyle, and social media content creators
  • ✔️ Consistent color grading that saves hours of editing time
  • ✔️ Instant digital download with lifetime access

Why Choose Our Presets?

Unlike generic filters, our Golden Tone presets are carefully calibrated to retain natural skin tones while adding a cinematic golden glow. They work on a variety of lighting conditions and subjects, providing you with the flexibility to achieve stunning looks without complicated manual adjustments. Say goodbye to inconsistent edits and hello to professional-grade photos in just one click!

What’s Included

📁 .XMP files — for Adobe Lightroom Classic and Photoshop Camera Raw
📁 .DNG files — for Lightroom Mobile presets import
🕒 Instant download, no waiting
💬 Dedicated 24/7 support for any questions or help

Before & After Example


Before

After

(function(){
const slider = document.getElementById(‘slider’);
const afterImageWrapper = document.getElementById(‘afterImageWrapper’);
const sliderHandle = document.getElementById(‘sliderHandle’);

let isDragging = false;

sliderHandle.addEventListener(‘mousedown’, () => {
isDragging = true;
});

window.addEventListener(‘mouseup’, () => {
isDragging = false;
});

window.addEventListener(‘mousemove’, (e) => {
if (!isDragging) return;

const rect = slider.getBoundingClientRect();
let offsetX = e.clientX – rect.left;
if (offsetX rect.width) offsetX = rect.width;

const percent = (offsetX / rect.width) * 100;

afterImageWrapper.style.width = percent + ‘%’;
sliderHandle.style.left = percent + ‘%’;
});
})();