Skip to content

Instantly share code, notes, and snippets.

@alexanderbazo
Created April 21, 2021 05:47
Show Gist options
  • Save alexanderbazo/a689dcb972b84ed17721d14fe0a9ee89 to your computer and use it in GitHub Desktop.
Save alexanderbazo/a689dcb972b84ed17721d14fe0a9ee89 to your computer and use it in GitHub Desktop.
Dracula color palette in css variables
:root {
--Background: #282a36;
--CurrentLine: #44475a;
--Foreground: #f8f8f2;
--Comment: #6272a4;
--Cyan: #8be9fd;
--Green: #50fa7b;
--Orange: #ffb86c;
--Pink: #ff79c6;
--Purple: #bd93f9;
--Red: #ff5555;
--Yellow: #f1fa8c;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment