Skip to content

The colours from the dracula colour scheme as a set of css variables.

Notifications You must be signed in to change notification settings

edwong0312/dracula-css

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

dracula-css

The colours from the Dracula Theme as a set of css variables.

:root {
  --background: #282a36;
  --current-line: #44475a;
  --foreground: #f8f8f2;
  --comment: #6272a4;
  --cyan: #8be9fd;
  --green: #50fa7b;
  --orange: #ffb86c;
  --pink: #ff79c6;
  --purlple: #bd93f9;
  --red: #ff5555;
  --yellow: #f1fa8c;
}

You may also want to make use of:

:root {
  --background-lighter: #383a59;
}
Colour Chip Hex Name
#282a36 #282a36 background
#383a59 #383a59 background-lighter
#44475a #44475a current-line
#f8f8f2 #f8f8f2 foreground
#6272a4 #6272a4 comment
#8be9fd #8be9fd cyan
#50fa7b #50fa7b green
#ffb86c #ffb86c orange
#ff79c6 #ff79c6 pink
#bd93f9 #bd93f9 purlple
#ff5555 #ff5555 red
#f1fa8c #f1fa8c yellow

About

The colours from the dracula colour scheme as a set of css variables.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%