Skip to content

Instantly share code, notes, and snippets.

@rmckeel
rmckeel / colors.scss
Last active April 13, 2018 15:39
SCSS and LESS color variables for data visualization and web applications (Google Material Design)
/**
* Compilation of colors for data visualization and web application purposes.
* Compiled by Ryan McKeel.
*
* Can be easily converted to LESS by changing `$` character to `@`
*/
// similar to HighCharts colors (with tiny modifications to avoid exact colors), retrieved from http://www.highcharts.com/demo/area-basic/grid
$rmChartBlue: #058dc8;
$rmChartGreen: #51b433;