"matte" shadcn/ui theme

matte finish
elegant minimalism
soft contrast
modern sophistication
calm and serene
luxurious simplicity
timeless design
neutral palette
light and dark harmony
user-friendly aesthetics

Shadcn/ui Theme Css Variables

name: Matte Elegancekeyword: matte views: 6

:root {
  --background: 95 10% 95%;
  --foreground: 0 0% 20%;
  --card: 95 10% 90%;
  --card-foreground: 0 0% 25%;
  --popover: 95 10% 90%;
  --popover-foreground: 0 0% 25%;
  --primary: 220 30% 40%;
  --primary-foreground: 0 0% 95%;
  --secondary: 200 20% 50%;
  --secondary-foreground: 0 0% 95%;
  --muted: 95 10% 85%;
  --muted-foreground: 0 0% 30%;
  --accent: 30 50% 60%;
  --accent-foreground: 0 0% 95%;
  --destructive: 0 50% 50%;
  --destructive-foreground: 0 0% 95%;
  --border: 0 0% 80%;
  --input: 95 10% 85%;
  --ring: 220 30% 40%;
} 

.dark {
  --background: 0 0% 10%;
  --foreground: 0 0% 90%;
  --card: 0 0% 15%;
  --card-foreground: 0 0% 85%;
  --popover: 0 0% 15%;
  --popover-foreground: 0 0% 85%;
  --primary: 220 30% 60%;
  --primary-foreground: 0 0% 10%;
  --secondary: 200 20% 70%;
  --secondary-foreground: 0 0% 10%;
  --muted: 0 0% 20%;
  --muted-foreground: 0 0% 70%;
  --accent: 30 50% 70%;
  --accent-foreground: 0 0% 10%;
  --destructive: 0 50% 60%;
  --destructive-foreground: 0 0% 10%;
  --border: 0 0% 30%;
  --input: 0 0% 20%;
  --ring: 220 30% 60%;
}