Components Breadcrumb Navigation Paper_Jewel_Tone_Breadcrumb_Navigation

Paper_Jewel_Tone_Breadcrumb_Navigation

A complex, paper/print-inspired breadcrumb navigation component with jewel tones, suitable for consulting/services websites. It features rich, interactive elements and supports full responsiveness and dark mode.

Preview

HTML Code

<nav class="flex justify-center px-4 py-3 bg-white dark:bg-gray-900 shadow-md sm:py-4 md:py-5" aria-label="Breadcrumb">
  <ol class="flex items-center space-x-2 sm:space-x-4 md:space-x-6 overflow-x-auto whitespace-nowrap text-sm sm:text-base lg:text-lg">
    <li class="flex items-center group">
      <a href="#home" class="flex items-center text-gray-600 dark:text-gray-400 hover:text-emerald-700 dark:hover:text-emerald-400 transition-colors duration-200 focus:outline-none focus:ring-2 focus:ring-emerald-500 focus:ring-opacity-50 rounded px-1 -mx-1 py-0.5" aria-label="Home">
        <svg class="flex-shrink-0 w-4 h-4 sm:w-5 sm:h-5 mr-1.5 align-middle" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
          <path d="M10.707 2.293a1 1 0 00-1.414 0l-7 7a1 1 0 001.414 1.414L4 10.414V17a1 1 0 001 1h2a1 1 0 001-1v-2a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 001 1h2a1 1 0 001-1v-6.586l.293.293a1 1 0 001.414-1.414l-7-7z"></path>
        </svg>
        <span class="text-ruby-700 dark:text-ruby-400 font-semibold group-hover:underline hidden sm:inline">Home</span>
      </a>
      <svg class="flex-shrink-0 w-4 h-4 sm:w-5 sm:h-5 text-gray-400 dark:text-gray-600 mx-2 sm:mx-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
        <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd"></path>
      </svg>
    </li>

    <li class="flex items-center group">
      <a href="#services" class="text-gray-600 dark:text-gray-400 hover:text-emerald-700 dark:hover:text-emerald-400 transition-colors duration-200 focus:outline-none focus:ring-2 focus:ring-emerald-500 focus:ring-opacity-50 rounded px-1 -mx-1 py-0.5">
        <span class="text-sapphire-700 dark:text-sapphire-400 font-medium group-hover:underline">Services</span>
      </a>
      <svg class="flex-shrink-0 w-4 h-4 sm:w-5 sm:h-5 text-gray-400 dark:text-gray-600 mx-2 sm:mx-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
        <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd"></path>
      </svg>
    </li>

    <li class="flex items-center group">
      <a href="#consulting" class="text-gray-600 dark:text-gray-400 hover:text-emerald-700 dark:hover:text-emerald-400 transition-colors duration-200 focus:outline-none focus:ring-2 focus:ring-emerald-500 focus:ring-opacity-50 rounded px-1 -mx-1 py-0.5">
        <span class="text-amethyst-700 dark:text-amethyst-400 font-medium group-hover:underline">Strategic Consulting</span>
      </a>
      <svg class="flex-shrink-0 w-4 h-4 sm:w-5 sm:h-5 text-gray-400 dark:text-gray-600 mx-2 sm:mx-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
        <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd"></path>
      </svg>
    </li>

    <li class="flex items-center group" aria-current="page">
      <span class="text-emerald-700 dark:text-emerald-400 font-semibold px-2 py-1 rounded-md bg-emerald-100 dark:bg-emerald-900 border border-emerald-300 dark:border-emerald-700 shadow-sm transition-colors duration-200">
        Digital Transformation
      </span>
    </li>
  </ol>
</nav>

<style>
  /* Custom colors for Jewel Tones - Add to your Tailwind config or use direct classes */
  .text-emerald-700 { color: #047857; }
  .dark .text-emerald-400 { color: #34d399; }
  .bg-emerald-100 { background-color: #d1fae5; }
  .dark .bg-emerald-900 { background-color: #064e3b; }
  .border-emerald-300 { border-color: #6ee7b7; }
  .dark .border-emerald-700 { border-color: #047857; }

  .text-ruby-700 { color: #B91C1C; }
  .dark .text-ruby-400 { color: #F87171; }
  
  .text-sapphire-700 { color: #1E40AF; }
  .dark .text-sapphire-400 { color: #60A5FA; }

  .text-amethyst-700 { color: #6B21A8; }
  .dark .text-amethyst-400 { color: #A78BFA; }
</style>

Related Components

Breadcrumb Navigation Component

A responsive breadcrumb navigation component designed with a minimalist flat style, suitable for blogs and content consumption. It includes interactive elements for easy navigation and supports dark mode.

Open

Breadcrumb Navigation Component

A responsive Breadcrumb Navigation component utilizing Neumorphism design style with a pastel color scheme and dark theme support, built using Tailwind CSS.

Open

RetroRealEstateBreadcrumb

A simple, responsive breadcrumb navigation component in a retro/vintage style with autumn colors, suitable for real estate property listings, including dark mode support.

Open