Glassmorphism2020s Digital
AURORA — After-Dark Sign-In
Glassmorphism style inspired by "AURORA — After-Dark Sign-In". CSS Grid, Flexbox, Backdrop Filter. With animations.
auroraglasssigninglassmorphismanimatedtranslucentgradientblurgrid-layout
Use case: Glassmorphism apps, Creative landing pages, Experimental projects

Historical Context
Contemporary style (2020s Digital) combining CSS Grid and Flexbox with Blur and Glass Effect.
When to Use
Use for glassmorphism projects that need Blur and Glass Effect effects.
Design Principles
- Leverage CSS Grid for layout structure
- Apply Blur consistently across components
- Maintain visual consistency
DESIGN.md
---
version: "alpha"
name: "AURORA — After-Dark Sign-In"
description: "Glassmorphism style with CSS Grid and Flexbox."
colors:
primary: "#060918"
secondary: "#E8ECF8"
tertiary: "#8B93B5"
typography:
h1:
fontFamily: system-ui
fontSize: 2.5rem
fontWeight: 700
body-md:
fontFamily: system-ui
fontSize: 1rem
fontWeight: 400
rounded:
sm: 4px
md: 8px
lg: 16px
spacing:
sm: 1rem
md: 2rem
lg: 4rem
---
## Overview
AURORA — After-Dark Sign-In - Glassmorphism style from the 2020s Digital era.
- Density: 5/10
- Variance: 6/10
- Motion: 8/10 — Animated
- **Style:** Glassmorphism
- **Keywords:** aurora, glass, signin
- **Era:** 2020s Digital
- **Light/Dark:** ✓ Light / ○ Dark
## Colors
- **#060918**
- **#E8ECF8**
- **#8B93B5**
- **#3EE6C4**
- **#8A6CFF**
## Typography
- **system-ui**
- **inherit**
## Layout
- **Features:** CSS Grid, Flexbox, Backdrop Filter, Blend Modes, CSS Filters, Keyframe Animations, Transitions, Transforms, Gradients, Box Shadows, Text Shadows, Border Radius
## Effects
- Blur
- Glass Effect
- Neumorphism
- Gradients
- 3D/Parallax
- Micro-animations
- Hover Effects
## Use Case
Glassmorphism apps, Landing pages, Experimental projects.
Technical Specs
CSS
CSS Grid, Flexbox, Backdrop Filter, Blend Modes, CSS Filters, Keyframe Animations, Transitions, Transforms, Gradients, Box Shadows, Text Shadows, Border Radius
Variables
--night: #060918, --ink: #E8ECF8, --dim: #8B93B5, --glass: rgba(18,24,52,.42), --edge: rgba(160,190,255,.16)
Checklist
☐ CSS Grid ☐ Flexbox ☐ Backdrop Filter ☐ Responsive ☐ Acessibilidade
Colors
Primary
#060918
#E8ECF8
#8B93B5
Secondary
#3EE6C4
#8A6CFF
#FF5FD2
Effects
Blur, Glass Effect, Neumorphism, Gradients, 3D/Parallax, Micro-animations, Hover Effects
Light/Dark
✓ Light / ○ Dark
AI Prompt
Act as a Senior Frontend Engineer and Expert UI Designer. Your task is to code a complete Landing Page on the first attempt. - Landing Page Theme: <INSERT THEME> - Sections to add: <INSERT SECTIONS> Generate the final code immediately following these definitions: ## Style - **Name:** AURORA — After-Dark Sign-In - **Type:** Glassmorphism - **Keywords:** aurora, glass, signin, glassmorphism, animated, translucent, gradient, blur, grid-layout - **Era:** 2020s Digital - **Light/Dark:** ✓ Light / ○ Dark ## Color Palette - **Primary:** #060918, #E8ECF8, #8B93B5 - **Secondary:** #3EE6C4, #8A6CFF, #FF5FD2 ## Visual Effects Blur, Glass Effect, Neumorphism, Gradients, 3D/Parallax, Micro-animations, Hover Effects ## AI Visual Direction Design a glassmorphism landing page inspired by "AURORA — After-Dark Sign-In". Use: CSS Grid, Flexbox, Backdrop Filter, Blend Modes. Colors: #060918, #E8ECF8, #8B93B5. Effects: Blur, Glass Effect, Neumorphism. ## CSS Technical ```css CSS Grid, Flexbox, Backdrop Filter, Blend Modes, CSS Filters, Keyframe Animations, Transitions, Transforms, Gradients, Box Shadows, Text Shadows, Border Radius ``` ## Design System Variables ```css --night: #060918, --ink: #E8ECF8, --dim: #8B93B5, --glass: rgba(18,24,52,.42), --edge: rgba(160,190,255,.16) ``` ## Implementation Checklist - ☐ CSS Grid ☐ Flexbox ☐ Backdrop Filter ☐ Responsive ☐ Acessibilidade ## Execution Rules 1. Strictly follow the defined visual style. 2. Use high-quality inline SVG icons (Heroicons or Lucide style) — NEVER use emojis as icons. 3. Add `cursor-pointer` and smooth `hover` states (transition-all) on all interactive elements. 4. Required Page Structure: - Navbar (Logo + Links + CTA) - Hero Section (Impactful Headline + Subtitle + 2 buttons + 3D/Abstract visual element via CSS) - Features (3 cards with icons) - Testimonials (3 cards) - Pricing (3 tiers, highlight the middle one) - Final CTA - Full Footer with social links, privacy policy, terms of use, contact and SEO links. 5. All text content must be in English. 6. The visual must be CLEARLY distinct — do not create a "default Bootstrap" design. Force the use of the provided design system variables. 7. Use `<style>` tags in the head for custom classes (especially for complex backdrop-filter effects and animations) that Tailwind CDN doesn't cover. 8. Full Responsiveness: Layout must adapt perfectly to Mobile, Tablet and Desktop (vertical stack on mobile). 9. Include basic SEO, Viewport and Open Graph meta tags in `<head>`. 10. Footer must contain: Copyright 2026, Secondary navigation links and Social media icons. 11. Make the creative decisions needed to deliver the complete, functional result now.
Last synced: 8/15/2026