Colors
The color system of the LYD Design System - Premium colors for the luxury segment
Brand Colors
The core colors of the LYD Corporate Identity form the foundation of our Design System.
Luxury Gradients
Premium Gradient System
Our gradients give the Design System a luxurious appearance and reinforce the premium positioning.
background: var(--lyd-gradient-primary);
background: var(--lyd-gradient-hover);
background: var(--lyd-gradient-subtle);
Semantic Colors
Functional colors for feedback and status communication.
Gray Scale
A balanced gray palette for hierarchy and structure.
Color Contrast
Accessibility Guidelines
All color combinations meet WCAG 2.1 AA standards for optimal readability.
AAA
AA
AAA
AAA
Glassmorphism Effects
Glass Effects
Modern glassmorphism effects for premium UI elements.
--glass-white: rgba(255, 255, 255, 0.08);
--glass-blur: blur(20px);
--glass-border: 1px solid rgba(255, 255, 255, 0.18);
Usage:
background: var(--glass-white);
backdrop-filter: var(--glass-blur);
border: var(--glass-border);