Skip to content

Instantly share code, notes, and snippets.

@loraxx753
Created November 7, 2018 00:11
Show Gist options
  • Save loraxx753/a464b88f50cef7861267a81a6577542e to your computer and use it in GitHub Desktop.
Save loraxx753/a464b88f50cef7861267a81a6577542e to your computer and use it in GitHub Desktop.
Theme for HTML Template
@import url('https://fonts.googleapis.com/css?family=Raleway|Raleway+Dots|Roboto+Slab');
:root {
--color-navy: #001F3F;
--color-blue: #0074D9;
--color-aqua: #7FDBFF;
--color-teal: #39CCCC;
--color-olive: #3D9970;
--color-green: #2ECC40;
--color-lime: #01FF70;--color-yellow: #FFDC00;
--color-orange: #FF851B;
--color-red: #FF4136;
--color-fuchsia: #F012BE;
--color-purple: #B10DC9;
--color-maroon: #85144B;
--color-white: #FFFFFF;
--color-silver: #DDDDDD;
--color-gray: #AAAAAA;
--color-black: #111111;
--header-font: 'Raleway';
--content-font: 'Roboto Slab';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment