Components Cards Dark Mode Social Cards

Dark Mode Social Cards

A responsive card component styled for dark mode with earth tones, designed for social media interfaces.

Preview

HTML Code

<div class="max-w-sm mx-auto p-4">
  <div class="bg-gray-800 rounded-lg shadow-lg dark:bg-gray-900">
    <img class="rounded-t-lg" src="https://picsum.photos/400/200" alt="Card image cap">
    <div class="p-4">
      <div class="flex items-center">
        <img class="w-12 h-12 rounded-full" src="https://randomuser.me/api/portraits/men/1.jpg" alt="Avatar">
        <div class="ml-4">
          <h2 class="text-lg font-bold text-gray-300 dark:text-gray-100">John Doe</h2>
          <p class="text-sm text-gray-500 dark:text-gray-400">@john_doe</p>
        </div>
      </div>
      <p class="mt-2 text-gray-300 dark:text-gray-200">
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque ut libero et neque vehicula porta.
      </p>
      <div class="flex justify-between mt-4">
        <button class="text-gray-300 dark:text-gray-200 hover:text-gray-200 dark:hover:text-gray-100">Like</button>
        <button class="text-gray-300 dark:text-gray-200 hover:text-gray-200 dark:hover:text-gray-100">Comment</button>
        <button class="text-gray-300 dark:text-gray-200 hover:text-gray-200 dark:hover:text-gray-100">Share</button>
      </div>
    </div>
  </div>
</div>

Related Components

ArtDeco_EarthTones_Cards_Technology_SaaS

A simple, responsive cards component for Technology/SaaS applications, inspired by Art Deco geometric patterns and a natural earth tones color scheme. Includes dark mode support.

Open

Cards Component

A responsive blog/content card component designed with skeuomorphic style and earth tones. Includes a title, an image, a brief description, and an avatar for author information. Supports dark mode.

Open

Industrial_Farming_Cards_Component

A set of responsive cards with an industrial, raw-material aesthetic, warm neutral colors, and dark mode support, suitable for agriculture and farming websites. Features exposed elements and utilitarian design.

Open