Add yellow color spectrum for warning use cases

More semantic than purple for warnings
pull/1324/head
Alex P 2017-04-20 17:30:47 -07:00 committed by Jared Scheib
parent d31fe90c42
commit 3727f00961
1 changed files with 11 additions and 1 deletions

View File

@ -71,4 +71,14 @@ $c-rainforest-disabled: #CFE6E1;
$c-honeydew: #7CE490;
$c-krypton: #A5F3B4;
$c-wasabi: #C6FFD0;
$c-mint: #F2FFF4;
$c-mint: #F2FFF4;
// Warnings (Dark to Light)
$c-oak: #3F241F;
$c-topaz: #E85B1C;
$c-tiger: #F48D38;
$c-mango: #FFB94A;
$c-thunder: #FFD255;
$c-sulfur: #FFE480;
$c-daisy: #FFF6B8;
$c-banana: #FFFDDE;