Skip to content

Instantly share code, notes, and snippets.

@examinedliving
Created July 7, 2020 20:15
Show Gist options
  • Save examinedliving/a2dda3018cc198995606fd40dbfd8261 to your computer and use it in GitHub Desktop.
Save examinedliving/a2dda3018cc198995606fd40dbfd8261 to your computer and use it in GitHub Desktop.
Tiny MCE Popup color palette colors. Good color scheme
$green-light:#BFEDD2;
$yellow-light:#FBEEB8;
$red-light:#F8CAC6;
$purple-light:#ECCAFA;
$blue-light:#C2E0F4;
$green:#2DC26B;
$yellow:#F1C40F;
$red:#E03E2D;
$purple:#B96AD9;
$blue:#3598DB;
$green-dark:#169179;
$yellow-dark:#E67E23;
$red-dark:#BA372A;
$purple-dark:#843FA1;
$blue-dark:#236FA1;
$gray-100:#ECF0F1;
$gray-200:#CED4D9;
$gray-300:#95A5A6;
$gray-400:#7E8C8D;
$gray-500:#34495E;
$black:#000000;
$white:#ffffff;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment