Brutalist Hamburger Menu
Brutalist-style hamburger menu with vibrant colors and dark mode support, designed for a blog or content site.
HTML Code
<div class="bg-yellow-400 dark:bg-purple-700 p-4 flex justify-between items-center">
<h1 class="text-2xl font-bold text-black dark:text-white">Brutal Blog</h1>
<button class="text-black dark:text-white focus:outline-none">
<svg class="h-6 w-6 fill-current" viewBox="0 0 24 24">
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 5h16v2H4V5zm0 6h16v2H4v-2zm0 6h16v2H4v-2z"/>
</svg>
</button>
</div>
Related Components
Hamburger Menu Component
A responsive hamburger menu designed for social media interfaces with a dark mode theme and complementary color scheme.
Brutalism Hamburger Menu
Brutalism-inspired Hamburger Menu Component for Dashboard with Analogous color scheme, Moderate complexity, responsive design, and dark theme support using Tailwind CSS. No JavaScript.
Hamburger Menu Component
A responsive hamburger menu component with brutalist design, featuring high contrast, bold styles, and dark mode support.