Error Messages Component
Error Messages Component with 3D Design, Monochromatic color scheme, Moderate complexity for Dashboard purpose, responsive design with dark theme support.
HTML Code
<div class="flex items-center justify-center h-screen bg-gray-100 dark:bg-gray-900">
<div class="relative">
<div class="absolute inset-0 bg-gradient-to-r from-purple-400 to-purple-600 transform -skew-y-3 rotate-1 scross-y-3 rounded-3xl dark:from-purple-700 dark:to-purple-900"></div>
<div class="relative bg-white p-10 rounded-xl shadow-2xl text-center dark:bg-gray-800">
<h1 class="text-3xl font-bold text-red-500 dark:text-red-400">Error!</h1>
<p class="mt-4 text-gray-700 dark:text-gray-300">Something went wrong. Please try again later.</p>
<button class="mt-6 px-8 py-2 bg-purple-500 text-white rounded-full hover:bg-purple-600 focus:outline-none focus:ring-2 focus:ring-purple-600 focus:ring-opacity-50 dark:bg-purple-600 dark:hover:bg-purple-700 dark:focus:ring-purple-700">Retry</button>
</div>
</div>
</div>
Related Components
Error Messages Component
A glassmorphism styled error messages component for a dashboard, featuring a frosted glass effect, complementary colors, and a complex interactive design suitable for data visualization and control panels.
Error Messages Component
A responsive error messages component designed for dark mode with a monochromatic color scheme. It is intended for a dashboard to visualize errors or warnings, featuring interactive elements such as dismiss buttons and error icons.
Error Message Component
Refined error message component using Skeuomorphism, Triadic color scheme, and a simple layout. Crafted with Tailwind CSS for responsiveness and dark mode support. No JavaScript.