butter-toast
Version:
Smooth toast notifications for react apps
258 lines (256 loc) • 9.75 kB
JavaScript
export const $red_50 = '#FFEBEE';
export const $red_100 = '#FFCDD2';
export const $red_200 = '#EF9A9A';
export const $red_300 = '#E57373';
export const $red_400 = '#EF5350';
export const $red_500 = '#F44336';
export const $red_600 = '#E53935';
export const $red_700 = '#D32F2F';
export const $red_800 = '#C62828';
export const $red_900 = '#B71C1C';
export const $red_A100 = '#FF8A80';
export const $red_A200 = '#FF5252';
export const $red_A400 = '#FF1744';
export const $red_A700 = '#D50000';
export const $pink_50 = '#FCE4EC';
export const $pink_100 = '#F8BBD0';
export const $pink_200 = '#F48FB1';
export const $pink_300 = '#F06292';
export const $pink_400 = '#EC407A';
export const $pink_500 = '#E91E63';
export const $pink_600 = '#D81B60';
export const $pink_700 = '#C2185B';
export const $pink_800 = '#AD1457';
export const $pink_900 = '#880E4F';
export const $pink_A100 = '#FF80AB';
export const $pink_A200 = '#FF4081';
export const $pink_A400 = '#F50057';
export const $pink_A700 = '#C51162';
export const $purple_50 = '#F3E5F5';
export const $purple_100 = '#E1BEE7';
export const $purple_200 = '#CE93D8';
export const $purple_300 = '#BA68C8';
export const $purple_400 = '#AB47BC';
export const $purple_500 = '#9C27B0';
export const $purple_600 = '#8E24AA';
export const $purple_700 = '#7B1FA2';
export const $purple_800 = '#6A1B9A';
export const $purple_900 = '#4A148C';
export const $purple_A100 = '#EA80FC';
export const $purple_A200 = '#E040FB';
export const $purple_A400 = '#D500F9';
export const $purple_A700 = '#AA00FF';
export const $deepPurple_50 = '#EDE7F6';
export const $deepPurple_100 = '#D1C4E9';
export const $deepPurple_200 = '#B39DDB';
export const $deepPurple_300 = '#9575CD';
export const $deepPurple_400 = '#7E57C2';
export const $deepPurple_500 = '#673AB7';
export const $deepPurple_600 = '#5E35B1';
export const $deepPurple_700 = '#512DA8';
export const $deepPurple_800 = '#4527A0';
export const $deepPurple_900 = '#311B92';
export const $deepPurple_A100 = '#B388FF';
export const $deepPurple_A200 = '#7C4DFF';
export const $deepPurple_A400 = '#651FFF';
export const $deepPurple_A700 = '#6200EA';
export const $indigo_50 = '#E8EAF6';
export const $indigo_100 = '#C5CAE9';
export const $indigo_200 = '#9FA8DA';
export const $indigo_300 = '#7986CB';
export const $indigo_400 = '#5C6BC0';
export const $indigo_500 = '#3F51B5';
export const $indigo_600 = '#3949AB';
export const $indigo_700 = '#303F9F';
export const $indigo_800 = '#283593';
export const $indigo_900 = '#1A237E';
export const $indigo_A100 = '#8C9EFF';
export const $indigo_A200 = '#536DFE';
export const $indigo_A400 = '#3D5AFE';
export const $indigo_A700 = '#304FFE';
export const $blue_50 = '#E3F2FD';
export const $blue_100 = '#BBDEFB';
export const $blue_200 = '#90CAF9';
export const $blue_300 = '#64B5F6';
export const $blue_400 = '#42A5F5';
export const $blue_500 = '#2196F3';
export const $blue_600 = '#1E88E5';
export const $blue_700 = '#1976D2';
export const $blue_800 = '#1565C0';
export const $blue_900 = '#0D47A1';
export const $blue_A100 = '#82B1FF';
export const $blue_A200 = '#448AFF';
export const $blue_A400 = '#2979FF';
export const $blue_A700 = '#2962FF';
export const $lightBlue_50 = '#E1F5FE';
export const $lightBlue_100 = '#B3E5FC';
export const $lightBlue_200 = '#81D4FA';
export const $lightBlue_300 = '#4FC3F7';
export const $lightBlue_400 = '#29B6F6';
export const $lightBlue_500 = '#03A9F4';
export const $lightBlue_600 = '#039BE5';
export const $lightBlue_700 = '#0288D1';
export const $lightBlue_800 = '#0277BD';
export const $lightBlue_900 = '#01579B';
export const $lightBlue_A100 = '#80D8FF';
export const $lightBlue_A200 = '#40C4FF';
export const $lightBlue_A400 = '#00B0FF';
export const $lightBlue_A700 = '#0091EA';
export const $cyan_50 = '#E0F7FA';
export const $cyan_100 = '#B2EBF2';
export const $cyan_200 = '#80DEEA';
export const $cyan_300 = '#4DD0E1';
export const $cyan_400 = '#26C6DA';
export const $cyan_500 = '#00BCD4';
export const $cyan_600 = '#00ACC1';
export const $cyan_700 = '#0097A7';
export const $cyan_800 = '#00838F';
export const $cyan_900 = '#006064';
export const $cyan_A100 = '#84FFFF';
export const $cyan_A200 = '#18FFFF';
export const $cyan_A400 = '#00E5FF';
export const $cyan_A700 = '#00B8D4';
export const $teal_50 = '#E0F2F1';
export const $teal_100 = '#B2DFDB';
export const $teal_200 = '#80CBC4';
export const $teal_300 = '#4DB6AC';
export const $teal_400 = '#26A69A';
export const $teal_500 = '#009688';
export const $teal_600 = '#00897B';
export const $teal_700 = '#00796B';
export const $teal_800 = '#00695C';
export const $teal_900 = '#004D40';
export const $teal_A100 = '#A7FFEB';
export const $teal_A200 = '#64FFDA';
export const $teal_A400 = '#1DE9B6';
export const $teal_A700 = '#00BFA5';
export const $green_50 = '#E8F5E9';
export const $green_100 = '#C8E6C9';
export const $green_200 = '#A5D6A7';
export const $green_300 = '#81C784';
export const $green_400 = '#66BB6A';
export const $green_500 = '#4CAF50';
export const $green_600 = '#43A047';
export const $green_700 = '#388E3C';
export const $green_800 = '#2E7D32';
export const $green_900 = '#1B5E20';
export const $green_A100 = '#B9F6CA';
export const $green_A200 = '#69F0AE';
export const $green_A400 = '#00E676';
export const $green_A700 = '#00C853';
export const $lightGreen_50 = '#F1F8E9';
export const $lightGreen_100 = '#DCEDC8';
export const $lightGreen_200 = '#C5E1A5';
export const $lightGreen_300 = '#AED581';
export const $lightGreen_400 = '#9CCC65';
export const $lightGreen_500 = '#8BC34A';
export const $lightGreen_600 = '#7CB342';
export const $lightGreen_700 = '#689F38';
export const $lightGreen_800 = '#558B2F';
export const $lightGreen_900 = '#33691E';
export const $lightGreen_A100 = '#CCFF90';
export const $lightGreen_A200 = '#B2FF59';
export const $lightGreen_A400 = '#76FF03';
export const $lightGreen_A700 = '#64DD17';
export const $lime_50 = '#F9FBE7';
export const $lime_100 = '#F0F4C3';
export const $lime_200 = '#E6EE9C';
export const $lime_300 = '#DCE775';
export const $lime_400 = '#D4E157';
export const $lime_500 = '#CDDC39';
export const $lime_600 = '#C0CA33';
export const $lime_700 = '#AFB42B';
export const $lime_800 = '#9E9D24';
export const $lime_900 = '#827717';
export const $lime_A100 = '#F4FF81';
export const $lime_A200 = '#EEFF41';
export const $lime_A400 = '#C6FF00';
export const $lime_A700 = '#AEEA00';
export const $yellow_50 = '#FFFDE7';
export const $yellow_100 = '#FFF9C4';
export const $yellow_200 = '#FFF59D';
export const $yellow_300 = '#FFF176';
export const $yellow_400 = '#FFEE58';
export const $yellow_500 = '#FFEB3B';
export const $yellow_600 = '#FDD835';
export const $yellow_700 = '#FBC02D';
export const $yellow_800 = '#F9A825';
export const $yellow_900 = '#F57F17';
export const $yellow_A100 = '#FFFF8D';
export const $yellow_A200 = '#FFFF00';
export const $yellow_A400 = '#FFEA00';
export const $yellow_A700 = '#FFD600';
export const $amber_50 = '#FFF8E1';
export const $amber_100 = '#FFECB3';
export const $amber_200 = '#FFE082';
export const $amber_300 = '#FFD54F';
export const $amber_400 = '#FFCA28';
export const $amber_500 = '#FFC107';
export const $amber_600 = '#FFB300';
export const $amber_700 = '#FFA000';
export const $amber_800 = '#FF8F00';
export const $amber_900 = '#FF6F00';
export const $amber_A100 = '#FFE57F';
export const $amber_A200 = '#FFD740';
export const $amber_A400 = '#FFC400';
export const $amber_A700 = '#FFAB00';
export const $orange_50 = '#FFF3E0';
export const $orange_100 = '#FFE0B2';
export const $orange_200 = '#FFCC80';
export const $orange_300 = '#FFB74D';
export const $orange_400 = '#FFA726';
export const $orange_500 = '#FF9800';
export const $orange_600 = '#FB8C00';
export const $orange_700 = '#F57C00';
export const $orange_800 = '#EF6C00';
export const $orange_900 = '#E65100';
export const $orange_A100 = '#FFD180';
export const $orange_A200 = '#FFAB40';
export const $orange_A400 = '#FF9100';
export const $orange_A700 = '#FF6D00';
export const $deepOrange_50 = '#FBE9E7';
export const $deepOrange_100 = '#FFCCBC';
export const $deepOrange_200 = '#FFAB91';
export const $deepOrange_300 = '#FF8A65';
export const $deepOrange_400 = '#FF7043';
export const $deepOrange_500 = '#FF5722';
export const $deepOrange_600 = '#F4511E';
export const $deepOrange_700 = '#E64A19';
export const $deepOrange_800 = '#D84315';
export const $deepOrange_900 = '#BF360C';
export const $deepOrange_A100 = '#FF9E80';
export const $deepOrange_A200 = '#FF6E40';
export const $deepOrange_A400 = '#FF3D00';
export const $deepOrange_A700 = '#DD2C00';
export const $brown_50 = '#EFEBE9';
export const $brown_100 = '#D7CCC8';
export const $brown_200 = '#BCAAA4';
export const $brown_300 = '#A1887F';
export const $brown_400 = '#8D6E63';
export const $brown_500 = '#795548';
export const $brown_600 = '#6D4C41';
export const $brown_700 = '#5D4037';
export const $brown_800 = '#4E342E';
export const $brown_900 = '#3E2723';
export const $grey_50 = '#FAFAFA';
export const $grey_100 = '#F5F5F5';
export const $grey_200 = '#EEEEEE';
export const $grey_300 = '#E0E0E0';
export const $grey_400 = '#BDBDBD';
export const $grey_500 = '#9E9E9E';
export const $grey_600 = '#757575';
export const $grey_700 = '#616161';
export const $grey_800 = '#424242';
export const $grey_900 = '#212121';
export const $blueGrey_50 = '#ECEFF1';
export const $blueGrey_100 = '#CFD8DC';
export const $blueGrey_200 = '#B0BEC5';
export const $blueGrey_300 = '#90A4AE';
export const $blueGrey_400 = '#78909C';
export const $blueGrey_500 = '#607D8B';
export const $blueGrey_600 = '#546E7A';
export const $blueGrey_700 = '#455A64';
export const $blueGrey_800 = '#37474F';
export const $blueGrey_900 = '#263238';
export const $white = '#ffffff';
export const $black = '#000000';