Skip to content

notiz-dev/design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notiz.dev design

npm version

Colors

Copy the following styles and tailwind config to apply notiz color palette.

CSS Variable Tailwindcss Usage Value
--blue *-blue notiz blue #55b9f3
--cyan *-cyan notiz cyan #55f3de
--dark-blue *-dark-blue notiz dark blue #556af3

Colors for dark and light mode.

CSS Variable Tailwindcss Usage Dark Light
--background *-background Background color #121212 #f4ffff
--tabs *-tabs Background color for tabs #2d3748 #edf2f7
--text-color *-color Text color #ffffff #1a202c
--text-color-light *-color-light Text color light #a0aec0 #718096