palette.css 30 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760
  1. /**
  2. * google-material-color v1.2.6
  3. * https://github.com/danlevan/google-material-color
  4. */
  5. .palette-Red.bg {
  6. background-color: #F44336;
  7. }
  8. .palette-Red.text {
  9. color: #F44336;
  10. }
  11. .palette-Red-50.bg {
  12. background-color: #FFEBEE;
  13. }
  14. .palette-Red-50.text {
  15. color: #FFEBEE;
  16. }
  17. .palette-Red-100.bg {
  18. background-color: #FFCDD2;
  19. }
  20. .palette-Red-100.text {
  21. color: #FFCDD2;
  22. }
  23. .palette-Red-200.bg {
  24. background-color: #EF9A9A;
  25. }
  26. .palette-Red-200.text {
  27. color: #EF9A9A;
  28. }
  29. .palette-Red-300.bg {
  30. background-color: #E57373;
  31. }
  32. .palette-Red-300.text {
  33. color: #E57373;
  34. }
  35. .palette-Red-400.bg {
  36. background-color: #EF5350;
  37. }
  38. .palette-Red-400.text {
  39. color: #EF5350;
  40. }
  41. .palette-Red-500.bg {
  42. background-color: #F44336;
  43. }
  44. .palette-Red-500.text {
  45. color: #F44336;
  46. }
  47. .palette-Red-600.bg {
  48. background-color: #E53935;
  49. }
  50. .palette-Red-600.text {
  51. color: #E53935;
  52. }
  53. .palette-Red-700.bg {
  54. background-color: #D32F2F;
  55. }
  56. .palette-Red-700.text {
  57. color: #D32F2F;
  58. }
  59. .palette-Red-800.bg {
  60. background-color: #C62828;
  61. }
  62. .palette-Red-800.text {
  63. color: #C62828;
  64. }
  65. .palette-Red-900.bg {
  66. background-color: #B71C1C;
  67. }
  68. .palette-Red-900.text {
  69. color: #B71C1C;
  70. }
  71. .palette-Red-A100.bg {
  72. background-color: #FF8A80;
  73. }
  74. .palette-Red-A100.text {
  75. color: #FF8A80;
  76. }
  77. .palette-Red-A200.bg {
  78. background-color: #FF5252;
  79. }
  80. .palette-Red-A200.text {
  81. color: #FF5252;
  82. }
  83. .palette-Red-A400.bg {
  84. background-color: #FF1744;
  85. }
  86. .palette-Red-A400.text {
  87. color: #FF1744;
  88. }
  89. .palette-Red-A700.bg {
  90. background-color: #D50000;
  91. }
  92. .palette-Red-A700.text {
  93. color: #D50000;
  94. }
  95. .palette-Pink.bg {
  96. background-color: #E91E63;
  97. }
  98. .palette-Pink.text {
  99. color: #E91E63;
  100. }
  101. .palette-Pink-50.bg {
  102. background-color: #FCE4EC;
  103. }
  104. .palette-Pink-50.text {
  105. color: #FCE4EC;
  106. }
  107. .palette-Pink-100.bg {
  108. background-color: #F8BBD0;
  109. }
  110. .palette-Pink-100.text {
  111. color: #F8BBD0;
  112. }
  113. .palette-Pink-200.bg {
  114. background-color: #F48FB1;
  115. }
  116. .palette-Pink-200.text {
  117. color: #F48FB1;
  118. }
  119. .palette-Pink-300.bg {
  120. background-color: #F06292;
  121. }
  122. .palette-Pink-300.text {
  123. color: #F06292;
  124. }
  125. .palette-Pink-400.bg {
  126. background-color: #EC407A;
  127. }
  128. .palette-Pink-400.text {
  129. color: #EC407A;
  130. }
  131. .palette-Pink-500.bg {
  132. background-color: #E91E63;
  133. }
  134. .palette-Pink-500.text {
  135. color: #E91E63;
  136. }
  137. .palette-Pink-600.bg {
  138. background-color: #D81B60;
  139. }
  140. .palette-Pink-600.text {
  141. color: #D81B60;
  142. }
  143. .palette-Pink-700.bg {
  144. background-color: #C2185B;
  145. }
  146. .palette-Pink-700.text {
  147. color: #C2185B;
  148. }
  149. .palette-Pink-800.bg {
  150. background-color: #AD1457;
  151. }
  152. .palette-Pink-800.text {
  153. color: #AD1457;
  154. }
  155. .palette-Pink-900.bg {
  156. background-color: #880E4F;
  157. }
  158. .palette-Pink-900.text {
  159. color: #880E4F;
  160. }
  161. .palette-Pink-A100.bg {
  162. background-color: #FF80AB;
  163. }
  164. .palette-Pink-A100.text {
  165. color: #FF80AB;
  166. }
  167. .palette-Pink-A200.bg {
  168. background-color: #FF4081;
  169. }
  170. .palette-Pink-A200.text {
  171. color: #FF4081;
  172. }
  173. .palette-Pink-A400.bg {
  174. background-color: #F50057;
  175. }
  176. .palette-Pink-A400.text {
  177. color: #F50057;
  178. }
  179. .palette-Pink-A700.bg {
  180. background-color: #C51162;
  181. }
  182. .palette-Pink-A700.text {
  183. color: #C51162;
  184. }
  185. .palette-Purple.bg {
  186. background-color: #9C27B0;
  187. }
  188. .palette-Purple.text {
  189. color: #9C27B0;
  190. }
  191. .palette-Purple-50.bg {
  192. background-color: #F3E5F5;
  193. }
  194. .palette-Purple-50.text {
  195. color: #F3E5F5;
  196. }
  197. .palette-Purple-100.bg {
  198. background-color: #E1BEE7;
  199. }
  200. .palette-Purple-100.text {
  201. color: #E1BEE7;
  202. }
  203. .palette-Purple-200.bg {
  204. background-color: #CE93D8;
  205. }
  206. .palette-Purple-200.text {
  207. color: #CE93D8;
  208. }
  209. .palette-Purple-300.bg {
  210. background-color: #BA68C8;
  211. }
  212. .palette-Purple-300.text {
  213. color: #BA68C8;
  214. }
  215. .palette-Purple-400.bg {
  216. background-color: #AB47BC;
  217. }
  218. .palette-Purple-400.text {
  219. color: #AB47BC;
  220. }
  221. .palette-Purple-500.bg {
  222. background-color: #9C27B0;
  223. }
  224. .palette-Purple-500.text {
  225. color: #9C27B0;
  226. }
  227. .palette-Purple-600.bg {
  228. background-color: #8E24AA;
  229. }
  230. .palette-Purple-600.text {
  231. color: #8E24AA;
  232. }
  233. .palette-Purple-700.bg {
  234. background-color: #7B1FA2;
  235. }
  236. .palette-Purple-700.text {
  237. color: #7B1FA2;
  238. }
  239. .palette-Purple-800.bg {
  240. background-color: #6A1B9A;
  241. }
  242. .palette-Purple-800.text {
  243. color: #6A1B9A;
  244. }
  245. .palette-Purple-900.bg {
  246. background-color: #4A148C;
  247. }
  248. .palette-Purple-900.text {
  249. color: #4A148C;
  250. }
  251. .palette-Purple-A100.bg {
  252. background-color: #EA80FC;
  253. }
  254. .palette-Purple-A100.text {
  255. color: #EA80FC;
  256. }
  257. .palette-Purple-A200.bg {
  258. background-color: #E040FB;
  259. }
  260. .palette-Purple-A200.text {
  261. color: #E040FB;
  262. }
  263. .palette-Purple-A400.bg {
  264. background-color: #D500F9;
  265. }
  266. .palette-Purple-A400.text {
  267. color: #D500F9;
  268. }
  269. .palette-Purple-A700.bg {
  270. background-color: #AA00FF;
  271. }
  272. .palette-Purple-A700.text {
  273. color: #AA00FF;
  274. }
  275. .palette-Deep-Purple.bg {
  276. background-color: #673AB7;
  277. }
  278. .palette-Deep-Purple.text {
  279. color: #673AB7;
  280. }
  281. .palette-Deep-Purple-50.bg {
  282. background-color: #EDE7F6;
  283. }
  284. .palette-Deep-Purple-50.text {
  285. color: #EDE7F6;
  286. }
  287. .palette-Deep-Purple-100.bg {
  288. background-color: #D1C4E9;
  289. }
  290. .palette-Deep-Purple-100.text {
  291. color: #D1C4E9;
  292. }
  293. .palette-Deep-Purple-200.bg {
  294. background-color: #B39DDB;
  295. }
  296. .palette-Deep-Purple-200.text {
  297. color: #B39DDB;
  298. }
  299. .palette-Deep-Purple-300.bg {
  300. background-color: #9575CD;
  301. }
  302. .palette-Deep-Purple-300.text {
  303. color: #9575CD;
  304. }
  305. .palette-Deep-Purple-400.bg {
  306. background-color: #7E57C2;
  307. }
  308. .palette-Deep-Purple-400.text {
  309. color: #7E57C2;
  310. }
  311. .palette-Deep-Purple-500.bg {
  312. background-color: #673AB7;
  313. }
  314. .palette-Deep-Purple-500.text {
  315. color: #673AB7;
  316. }
  317. .palette-Deep-Purple-600.bg {
  318. background-color: #5E35B1;
  319. }
  320. .palette-Deep-Purple-600.text {
  321. color: #5E35B1;
  322. }
  323. .palette-Deep-Purple-700.bg {
  324. background-color: #512DA8;
  325. }
  326. .palette-Deep-Purple-700.text {
  327. color: #512DA8;
  328. }
  329. .palette-Deep-Purple-800.bg {
  330. background-color: #4527A0;
  331. }
  332. .palette-Deep-Purple-800.text {
  333. color: #4527A0;
  334. }
  335. .palette-Deep-Purple-900.bg {
  336. background-color: #311B92;
  337. }
  338. .palette-Deep-Purple-900.text {
  339. color: #311B92;
  340. }
  341. .palette-Deep-Purple-A100.bg {
  342. background-color: #B388FF;
  343. }
  344. .palette-Deep-Purple-A100.text {
  345. color: #B388FF;
  346. }
  347. .palette-Deep-Purple-A200.bg {
  348. background-color: #7C4DFF;
  349. }
  350. .palette-Deep-Purple-A200.text {
  351. color: #7C4DFF;
  352. }
  353. .palette-Deep-Purple-A400.bg {
  354. background-color: #651FFF;
  355. }
  356. .palette-Deep-Purple-A400.text {
  357. color: #651FFF;
  358. }
  359. .palette-Deep-Purple-A700.bg {
  360. background-color: #6200EA;
  361. }
  362. .palette-Deep-Purple-A700.text {
  363. color: #6200EA;
  364. }
  365. .palette-Indigo.bg {
  366. background-color: #3F51B5;
  367. }
  368. .palette-Indigo.text {
  369. color: #3F51B5;
  370. }
  371. .palette-Indigo-50.bg {
  372. background-color: #E8EAF6;
  373. }
  374. .palette-Indigo-50.text {
  375. color: #E8EAF6;
  376. }
  377. .palette-Indigo-100.bg {
  378. background-color: #C5CAE9;
  379. }
  380. .palette-Indigo-100.text {
  381. color: #C5CAE9;
  382. }
  383. .palette-Indigo-200.bg {
  384. background-color: #9FA8DA;
  385. }
  386. .palette-Indigo-200.text {
  387. color: #9FA8DA;
  388. }
  389. .palette-Indigo-300.bg {
  390. background-color: #7986CB;
  391. }
  392. .palette-Indigo-300.text {
  393. color: #7986CB;
  394. }
  395. .palette-Indigo-400.bg {
  396. background-color: #5C6BC0;
  397. }
  398. .palette-Indigo-400.text {
  399. color: #5C6BC0;
  400. }
  401. .palette-Indigo-500.bg {
  402. background-color: #3F51B5;
  403. }
  404. .palette-Indigo-500.text {
  405. color: #3F51B5;
  406. }
  407. .palette-Indigo-600.bg {
  408. background-color: #3949AB;
  409. }
  410. .palette-Indigo-600.text {
  411. color: #3949AB;
  412. }
  413. .palette-Indigo-700.bg {
  414. background-color: #303F9F;
  415. }
  416. .palette-Indigo-700.text {
  417. color: #303F9F;
  418. }
  419. .palette-Indigo-800.bg {
  420. background-color: #283593;
  421. }
  422. .palette-Indigo-800.text {
  423. color: #283593;
  424. }
  425. .palette-Indigo-900.bg {
  426. background-color: #1A237E;
  427. }
  428. .palette-Indigo-900.text {
  429. color: #1A237E;
  430. }
  431. .palette-Indigo-A100.bg {
  432. background-color: #8C9EFF;
  433. }
  434. .palette-Indigo-A100.text {
  435. color: #8C9EFF;
  436. }
  437. .palette-Indigo-A200.bg {
  438. background-color: #536DFE;
  439. }
  440. .palette-Indigo-A200.text {
  441. color: #536DFE;
  442. }
  443. .palette-Indigo-A400.bg {
  444. background-color: #3D5AFE;
  445. }
  446. .palette-Indigo-A400.text {
  447. color: #3D5AFE;
  448. }
  449. .palette-Indigo-A700.bg {
  450. background-color: #304FFE;
  451. }
  452. .palette-Indigo-A700.text {
  453. color: #304FFE;
  454. }
  455. .palette-Blue.bg {
  456. background-color: #2196F3;
  457. }
  458. .palette-Blue.text {
  459. color: #2196F3;
  460. }
  461. .palette-Blue-50.bg {
  462. background-color: #E3F2FD;
  463. }
  464. .palette-Blue-50.text {
  465. color: #E3F2FD;
  466. }
  467. .palette-Blue-100.bg {
  468. background-color: #BBDEFB;
  469. }
  470. .palette-Blue-100.text {
  471. color: #BBDEFB;
  472. }
  473. .palette-Blue-200.bg {
  474. background-color: #90CAF9;
  475. }
  476. .palette-Blue-200.text {
  477. color: #90CAF9;
  478. }
  479. .palette-Blue-300.bg {
  480. background-color: #64B5F6;
  481. }
  482. .palette-Blue-300.text {
  483. color: #64B5F6;
  484. }
  485. .palette-Blue-400.bg {
  486. background-color: #42A5F5;
  487. }
  488. .palette-Blue-400.text {
  489. color: #42A5F5;
  490. }
  491. .palette-Blue-500.bg {
  492. background-color: #2196F3;
  493. }
  494. .palette-Blue-500.text {
  495. color: #2196F3;
  496. }
  497. .palette-Blue-600.bg {
  498. background-color: #1E88E5;
  499. }
  500. .palette-Blue-600.text {
  501. color: #1E88E5;
  502. }
  503. .palette-Blue-700.bg {
  504. background-color: #1976D2;
  505. }
  506. .palette-Blue-700.text {
  507. color: #1976D2;
  508. }
  509. .palette-Blue-800.bg {
  510. background-color: #1565C0;
  511. }
  512. .palette-Blue-800.text {
  513. color: #1565C0;
  514. }
  515. .palette-Blue-900.bg {
  516. background-color: #0D47A1;
  517. }
  518. .palette-Blue-900.text {
  519. color: #0D47A1;
  520. }
  521. .palette-Blue-A100.bg {
  522. background-color: #82B1FF;
  523. }
  524. .palette-Blue-A100.text {
  525. color: #82B1FF;
  526. }
  527. .palette-Blue-A200.bg {
  528. background-color: #448AFF;
  529. }
  530. .palette-Blue-A200.text {
  531. color: #448AFF;
  532. }
  533. .palette-Blue-A400.bg {
  534. background-color: #2979FF;
  535. }
  536. .palette-Blue-A400.text {
  537. color: #2979FF;
  538. }
  539. .palette-Blue-A700.bg {
  540. background-color: #2962FF;
  541. }
  542. .palette-Blue-A700.text {
  543. color: #2962FF;
  544. }
  545. .palette-Light-Blue.bg {
  546. background-color: #03A9F4;
  547. }
  548. .palette-Light-Blue.text {
  549. color: #03A9F4;
  550. }
  551. .palette-Light-Blue-50.bg {
  552. background-color: #E1F5FE;
  553. }
  554. .palette-Light-Blue-50.text {
  555. color: #E1F5FE;
  556. }
  557. .palette-Light-Blue-100.bg {
  558. background-color: #B3E5FC;
  559. }
  560. .palette-Light-Blue-100.text {
  561. color: #B3E5FC;
  562. }
  563. .palette-Light-Blue-200.bg {
  564. background-color: #81D4FA;
  565. }
  566. .palette-Light-Blue-200.text {
  567. color: #81D4FA;
  568. }
  569. .palette-Light-Blue-300.bg {
  570. background-color: #4FC3F7;
  571. }
  572. .palette-Light-Blue-300.text {
  573. color: #4FC3F7;
  574. }
  575. .palette-Light-Blue-400.bg {
  576. background-color: #29B6F6;
  577. }
  578. .palette-Light-Blue-400.text {
  579. color: #29B6F6;
  580. }
  581. .palette-Light-Blue-500.bg {
  582. background-color: #03A9F4;
  583. }
  584. .palette-Light-Blue-500.text {
  585. color: #03A9F4;
  586. }
  587. .palette-Light-Blue-600.bg {
  588. background-color: #039BE5;
  589. }
  590. .palette-Light-Blue-600.text {
  591. color: #039BE5;
  592. }
  593. .palette-Light-Blue-700.bg {
  594. background-color: #0288D1;
  595. }
  596. .palette-Light-Blue-700.text {
  597. color: #0288D1;
  598. }
  599. .palette-Light-Blue-800.bg {
  600. background-color: #0277BD;
  601. }
  602. .palette-Light-Blue-800.text {
  603. color: #0277BD;
  604. }
  605. .palette-Light-Blue-900.bg {
  606. background-color: #01579B;
  607. }
  608. .palette-Light-Blue-900.text {
  609. color: #01579B;
  610. }
  611. .palette-Light-Blue-A100.bg {
  612. background-color: #80D8FF;
  613. }
  614. .palette-Light-Blue-A100.text {
  615. color: #80D8FF;
  616. }
  617. .palette-Light-Blue-A200.bg {
  618. background-color: #40C4FF;
  619. }
  620. .palette-Light-Blue-A200.text {
  621. color: #40C4FF;
  622. }
  623. .palette-Light-Blue-A400.bg {
  624. background-color: #00B0FF;
  625. }
  626. .palette-Light-Blue-A400.text {
  627. color: #00B0FF;
  628. }
  629. .palette-Light-Blue-A700.bg {
  630. background-color: #0091EA;
  631. }
  632. .palette-Light-Blue-A700.text {
  633. color: #0091EA;
  634. }
  635. .palette-Cyan.bg {
  636. background-color: #00BCD4;
  637. }
  638. .palette-Cyan.text {
  639. color: #00BCD4;
  640. }
  641. .palette-Cyan-50.bg {
  642. background-color: #E0F7FA;
  643. }
  644. .palette-Cyan-50.text {
  645. color: #E0F7FA;
  646. }
  647. .palette-Cyan-100.bg {
  648. background-color: #B2EBF2;
  649. }
  650. .palette-Cyan-100.text {
  651. color: #B2EBF2;
  652. }
  653. .palette-Cyan-200.bg {
  654. background-color: #80DEEA;
  655. }
  656. .palette-Cyan-200.text {
  657. color: #80DEEA;
  658. }
  659. .palette-Cyan-300.bg {
  660. background-color: #4DD0E1;
  661. }
  662. .palette-Cyan-300.text {
  663. color: #4DD0E1;
  664. }
  665. .palette-Cyan-400.bg {
  666. background-color: #26C6DA;
  667. }
  668. .palette-Cyan-400.text {
  669. color: #26C6DA;
  670. }
  671. .palette-Cyan-500.bg {
  672. background-color: #00BCD4;
  673. }
  674. .palette-Cyan-500.text {
  675. color: #00BCD4;
  676. }
  677. .palette-Cyan-600.bg {
  678. background-color: #00ACC1;
  679. }
  680. .palette-Cyan-600.text {
  681. color: #00ACC1;
  682. }
  683. .palette-Cyan-700.bg {
  684. background-color: #0097A7;
  685. }
  686. .palette-Cyan-700.text {
  687. color: #0097A7;
  688. }
  689. .palette-Cyan-800.bg {
  690. background-color: #00838F;
  691. }
  692. .palette-Cyan-800.text {
  693. color: #00838F;
  694. }
  695. .palette-Cyan-900.bg {
  696. background-color: #006064;
  697. }
  698. .palette-Cyan-900.text {
  699. color: #006064;
  700. }
  701. .palette-Cyan-A100.bg {
  702. background-color: #84FFFF;
  703. }
  704. .palette-Cyan-A100.text {
  705. color: #84FFFF;
  706. }
  707. .palette-Cyan-A200.bg {
  708. background-color: #18FFFF;
  709. }
  710. .palette-Cyan-A200.text {
  711. color: #18FFFF;
  712. }
  713. .palette-Cyan-A400.bg {
  714. background-color: #00E5FF;
  715. }
  716. .palette-Cyan-A400.text {
  717. color: #00E5FF;
  718. }
  719. .palette-Cyan-A700.bg {
  720. background-color: #00B8D4;
  721. }
  722. .palette-Cyan-A700.text {
  723. color: #00B8D4;
  724. }
  725. .palette-Teal.bg {
  726. background-color: #009688;
  727. }
  728. .palette-Teal.text {
  729. color: #009688;
  730. }
  731. .palette-Teal-50.bg {
  732. background-color: #E0F2F1;
  733. }
  734. .palette-Teal-50.text {
  735. color: #E0F2F1;
  736. }
  737. .palette-Teal-100.bg {
  738. background-color: #B2DFDB;
  739. }
  740. .palette-Teal-100.text {
  741. color: #B2DFDB;
  742. }
  743. .palette-Teal-200.bg {
  744. background-color: #80CBC4;
  745. }
  746. .palette-Teal-200.text {
  747. color: #80CBC4;
  748. }
  749. .palette-Teal-300.bg {
  750. background-color: #4DB6AC;
  751. }
  752. .palette-Teal-300.text {
  753. color: #4DB6AC;
  754. }
  755. .palette-Teal-400.bg {
  756. background-color: #26A69A;
  757. }
  758. .palette-Teal-400.text {
  759. color: #26A69A;
  760. }
  761. .palette-Teal-500.bg {
  762. background-color: #009688;
  763. }
  764. .palette-Teal-500.text {
  765. color: #009688;
  766. }
  767. .palette-Teal-600.bg {
  768. background-color: #00897B;
  769. }
  770. .palette-Teal-600.text {
  771. color: #00897B;
  772. }
  773. .palette-Teal-700.bg {
  774. background-color: #00796B;
  775. }
  776. .palette-Teal-700.text {
  777. color: #00796B;
  778. }
  779. .palette-Teal-800.bg {
  780. background-color: #00695C;
  781. }
  782. .palette-Teal-800.text {
  783. color: #00695C;
  784. }
  785. .palette-Teal-900.bg {
  786. background-color: #004D40;
  787. }
  788. .palette-Teal-900.text {
  789. color: #004D40;
  790. }
  791. .palette-Teal-A100.bg {
  792. background-color: #A7FFEB;
  793. }
  794. .palette-Teal-A100.text {
  795. color: #A7FFEB;
  796. }
  797. .palette-Teal-A200.bg {
  798. background-color: #64FFDA;
  799. }
  800. .palette-Teal-A200.text {
  801. color: #64FFDA;
  802. }
  803. .palette-Teal-A400.bg {
  804. background-color: #1DE9B6;
  805. }
  806. .palette-Teal-A400.text {
  807. color: #1DE9B6;
  808. }
  809. .palette-Teal-A700.bg {
  810. background-color: #00BFA5;
  811. }
  812. .palette-Teal-A700.text {
  813. color: #00BFA5;
  814. }
  815. .palette-Green.bg {
  816. background-color: #4CAF50;
  817. }
  818. .palette-Green.text {
  819. color: #4CAF50;
  820. }
  821. .palette-Green-50.bg {
  822. background-color: #E8F5E9;
  823. }
  824. .palette-Green-50.text {
  825. color: #E8F5E9;
  826. }
  827. .palette-Green-100.bg {
  828. background-color: #C8E6C9;
  829. }
  830. .palette-Green-100.text {
  831. color: #C8E6C9;
  832. }
  833. .palette-Green-200.bg {
  834. background-color: #A5D6A7;
  835. }
  836. .palette-Green-200.text {
  837. color: #A5D6A7;
  838. }
  839. .palette-Green-300.bg {
  840. background-color: #81C784;
  841. }
  842. .palette-Green-300.text {
  843. color: #81C784;
  844. }
  845. .palette-Green-400.bg {
  846. background-color: #66BB6A;
  847. }
  848. .palette-Green-400.text {
  849. color: #66BB6A;
  850. }
  851. .palette-Green-500.bg {
  852. background-color: #4CAF50;
  853. }
  854. .palette-Green-500.text {
  855. color: #4CAF50;
  856. }
  857. .palette-Green-600.bg {
  858. background-color: #43A047;
  859. }
  860. .palette-Green-600.text {
  861. color: #43A047;
  862. }
  863. .palette-Green-700.bg {
  864. background-color: #388E3C;
  865. }
  866. .palette-Green-700.text {
  867. color: #388E3C;
  868. }
  869. .palette-Green-800.bg {
  870. background-color: #2E7D32;
  871. }
  872. .palette-Green-800.text {
  873. color: #2E7D32;
  874. }
  875. .palette-Green-900.bg {
  876. background-color: #1B5E20;
  877. }
  878. .palette-Green-900.text {
  879. color: #1B5E20;
  880. }
  881. .palette-Green-A100.bg {
  882. background-color: #B9F6CA;
  883. }
  884. .palette-Green-A100.text {
  885. color: #B9F6CA;
  886. }
  887. .palette-Green-A200.bg {
  888. background-color: #69F0AE;
  889. }
  890. .palette-Green-A200.text {
  891. color: #69F0AE;
  892. }
  893. .palette-Green-A400.bg {
  894. background-color: #00E676;
  895. }
  896. .palette-Green-A400.text {
  897. color: #00E676;
  898. }
  899. .palette-Green-A700.bg {
  900. background-color: #00C853;
  901. }
  902. .palette-Green-A700.text {
  903. color: #00C853;
  904. }
  905. .palette-Light-Green.bg {
  906. background-color: #8BC34A;
  907. }
  908. .palette-Light-Green.text {
  909. color: #8BC34A;
  910. }
  911. .palette-Light-Green-50.bg {
  912. background-color: #F1F8E9;
  913. }
  914. .palette-Light-Green-50.text {
  915. color: #F1F8E9;
  916. }
  917. .palette-Light-Green-100.bg {
  918. background-color: #DCEDC8;
  919. }
  920. .palette-Light-Green-100.text {
  921. color: #DCEDC8;
  922. }
  923. .palette-Light-Green-200.bg {
  924. background-color: #C5E1A5;
  925. }
  926. .palette-Light-Green-200.text {
  927. color: #C5E1A5;
  928. }
  929. .palette-Light-Green-300.bg {
  930. background-color: #AED581;
  931. }
  932. .palette-Light-Green-300.text {
  933. color: #AED581;
  934. }
  935. .palette-Light-Green-400.bg {
  936. background-color: #9CCC65;
  937. }
  938. .palette-Light-Green-400.text {
  939. color: #9CCC65;
  940. }
  941. .palette-Light-Green-500.bg {
  942. background-color: #8BC34A;
  943. }
  944. .palette-Light-Green-500.text {
  945. color: #8BC34A;
  946. }
  947. .palette-Light-Green-600.bg {
  948. background-color: #7CB342;
  949. }
  950. .palette-Light-Green-600.text {
  951. color: #7CB342;
  952. }
  953. .palette-Light-Green-700.bg {
  954. background-color: #689F38;
  955. }
  956. .palette-Light-Green-700.text {
  957. color: #689F38;
  958. }
  959. .palette-Light-Green-800.bg {
  960. background-color: #558B2F;
  961. }
  962. .palette-Light-Green-800.text {
  963. color: #558B2F;
  964. }
  965. .palette-Light-Green-900.bg {
  966. background-color: #33691E;
  967. }
  968. .palette-Light-Green-900.text {
  969. color: #33691E;
  970. }
  971. .palette-Light-Green-A100.bg {
  972. background-color: #CCFF90;
  973. }
  974. .palette-Light-Green-A100.text {
  975. color: #CCFF90;
  976. }
  977. .palette-Light-Green-A200.bg {
  978. background-color: #B2FF59;
  979. }
  980. .palette-Light-Green-A200.text {
  981. color: #B2FF59;
  982. }
  983. .palette-Light-Green-A400.bg {
  984. background-color: #76FF03;
  985. }
  986. .palette-Light-Green-A400.text {
  987. color: #76FF03;
  988. }
  989. .palette-Light-Green-A700.bg {
  990. background-color: #64DD17;
  991. }
  992. .palette-Light-Green-A700.text {
  993. color: #64DD17;
  994. }
  995. .palette-Lime.bg {
  996. background-color: #CDDC39;
  997. }
  998. .palette-Lime.text {
  999. color: #CDDC39;
  1000. }
  1001. .palette-Lime-50.bg {
  1002. background-color: #F9FBE7;
  1003. }
  1004. .palette-Lime-50.text {
  1005. color: #F9FBE7;
  1006. }
  1007. .palette-Lime-100.bg {
  1008. background-color: #F0F4C3;
  1009. }
  1010. .palette-Lime-100.text {
  1011. color: #F0F4C3;
  1012. }
  1013. .palette-Lime-200.bg {
  1014. background-color: #E6EE9C;
  1015. }
  1016. .palette-Lime-200.text {
  1017. color: #E6EE9C;
  1018. }
  1019. .palette-Lime-300.bg {
  1020. background-color: #DCE775;
  1021. }
  1022. .palette-Lime-300.text {
  1023. color: #DCE775;
  1024. }
  1025. .palette-Lime-400.bg {
  1026. background-color: #D4E157;
  1027. }
  1028. .palette-Lime-400.text {
  1029. color: #D4E157;
  1030. }
  1031. .palette-Lime-500.bg {
  1032. background-color: #CDDC39;
  1033. }
  1034. .palette-Lime-500.text {
  1035. color: #CDDC39;
  1036. }
  1037. .palette-Lime-600.bg {
  1038. background-color: #C0CA33;
  1039. }
  1040. .palette-Lime-600.text {
  1041. color: #C0CA33;
  1042. }
  1043. .palette-Lime-700.bg {
  1044. background-color: #AFB42B;
  1045. }
  1046. .palette-Lime-700.text {
  1047. color: #AFB42B;
  1048. }
  1049. .palette-Lime-800.bg {
  1050. background-color: #9E9D24;
  1051. }
  1052. .palette-Lime-800.text {
  1053. color: #9E9D24;
  1054. }
  1055. .palette-Lime-900.bg {
  1056. background-color: #827717;
  1057. }
  1058. .palette-Lime-900.text {
  1059. color: #827717;
  1060. }
  1061. .palette-Lime-A100.bg {
  1062. background-color: #F4FF81;
  1063. }
  1064. .palette-Lime-A100.text {
  1065. color: #F4FF81;
  1066. }
  1067. .palette-Lime-A200.bg {
  1068. background-color: #EEFF41;
  1069. }
  1070. .palette-Lime-A200.text {
  1071. color: #EEFF41;
  1072. }
  1073. .palette-Lime-A400.bg {
  1074. background-color: #C6FF00;
  1075. }
  1076. .palette-Lime-A400.text {
  1077. color: #C6FF00;
  1078. }
  1079. .palette-Lime-A700.bg {
  1080. background-color: #AEEA00;
  1081. }
  1082. .palette-Lime-A700.text {
  1083. color: #AEEA00;
  1084. }
  1085. .palette-Yellow.bg {
  1086. background-color: #FFEB3B;
  1087. }
  1088. .palette-Yellow.text {
  1089. color: #FFEB3B;
  1090. }
  1091. .palette-Yellow-50.bg {
  1092. background-color: #FFFDE7;
  1093. }
  1094. .palette-Yellow-50.text {
  1095. color: #FFFDE7;
  1096. }
  1097. .palette-Yellow-100.bg {
  1098. background-color: #FFF9C4;
  1099. }
  1100. .palette-Yellow-100.text {
  1101. color: #FFF9C4;
  1102. }
  1103. .palette-Yellow-200.bg {
  1104. background-color: #FFF59D;
  1105. }
  1106. .palette-Yellow-200.text {
  1107. color: #FFF59D;
  1108. }
  1109. .palette-Yellow-300.bg {
  1110. background-color: #FFF176;
  1111. }
  1112. .palette-Yellow-300.text {
  1113. color: #FFF176;
  1114. }
  1115. .palette-Yellow-400.bg {
  1116. background-color: #FFEE58;
  1117. }
  1118. .palette-Yellow-400.text {
  1119. color: #FFEE58;
  1120. }
  1121. .palette-Yellow-500.bg {
  1122. background-color: #FFEB3B;
  1123. }
  1124. .palette-Yellow-500.text {
  1125. color: #FFEB3B;
  1126. }
  1127. .palette-Yellow-600.bg {
  1128. background-color: #FDD835;
  1129. }
  1130. .palette-Yellow-600.text {
  1131. color: #FDD835;
  1132. }
  1133. .palette-Yellow-700.bg {
  1134. background-color: #FBC02D;
  1135. }
  1136. .palette-Yellow-700.text {
  1137. color: #FBC02D;
  1138. }
  1139. .palette-Yellow-800.bg {
  1140. background-color: #F9A825;
  1141. }
  1142. .palette-Yellow-800.text {
  1143. color: #F9A825;
  1144. }
  1145. .palette-Yellow-900.bg {
  1146. background-color: #F57F17;
  1147. }
  1148. .palette-Yellow-900.text {
  1149. color: #F57F17;
  1150. }
  1151. .palette-Yellow-A100.bg {
  1152. background-color: #FFFF8D;
  1153. }
  1154. .palette-Yellow-A100.text {
  1155. color: #FFFF8D;
  1156. }
  1157. .palette-Yellow-A200.bg {
  1158. background-color: #FFFF00;
  1159. }
  1160. .palette-Yellow-A200.text {
  1161. color: #FFFF00;
  1162. }
  1163. .palette-Yellow-A400.bg {
  1164. background-color: #FFEA00;
  1165. }
  1166. .palette-Yellow-A400.text {
  1167. color: #FFEA00;
  1168. }
  1169. .palette-Yellow-A700.bg {
  1170. background-color: #FFD600;
  1171. }
  1172. .palette-Yellow-A700.text {
  1173. color: #FFD600;
  1174. }
  1175. .palette-Amber.bg {
  1176. background-color: #FFC107;
  1177. }
  1178. .palette-Amber.text {
  1179. color: #FFC107;
  1180. }
  1181. .palette-Amber-50.bg {
  1182. background-color: #FFF8E1;
  1183. }
  1184. .palette-Amber-50.text {
  1185. color: #FFF8E1;
  1186. }
  1187. .palette-Amber-100.bg {
  1188. background-color: #FFECB3;
  1189. }
  1190. .palette-Amber-100.text {
  1191. color: #FFECB3;
  1192. }
  1193. .palette-Amber-200.bg {
  1194. background-color: #FFE082;
  1195. }
  1196. .palette-Amber-200.text {
  1197. color: #FFE082;
  1198. }
  1199. .palette-Amber-300.bg {
  1200. background-color: #FFD54F;
  1201. }
  1202. .palette-Amber-300.text {
  1203. color: #FFD54F;
  1204. }
  1205. .palette-Amber-400.bg {
  1206. background-color: #FFCA28;
  1207. }
  1208. .palette-Amber-400.text {
  1209. color: #FFCA28;
  1210. }
  1211. .palette-Amber-500.bg {
  1212. background-color: #FFC107;
  1213. }
  1214. .palette-Amber-500.text {
  1215. color: #FFC107;
  1216. }
  1217. .palette-Amber-600.bg {
  1218. background-color: #FFB300;
  1219. }
  1220. .palette-Amber-600.text {
  1221. color: #FFB300;
  1222. }
  1223. .palette-Amber-700.bg {
  1224. background-color: #FFA000;
  1225. }
  1226. .palette-Amber-700.text {
  1227. color: #FFA000;
  1228. }
  1229. .palette-Amber-800.bg {
  1230. background-color: #FF8F00;
  1231. }
  1232. .palette-Amber-800.text {
  1233. color: #FF8F00;
  1234. }
  1235. .palette-Amber-900.bg {
  1236. background-color: #FF6F00;
  1237. }
  1238. .palette-Amber-900.text {
  1239. color: #FF6F00;
  1240. }
  1241. .palette-Amber-A100.bg {
  1242. background-color: #FFE57F;
  1243. }
  1244. .palette-Amber-A100.text {
  1245. color: #FFE57F;
  1246. }
  1247. .palette-Amber-A200.bg {
  1248. background-color: #FFD740;
  1249. }
  1250. .palette-Amber-A200.text {
  1251. color: #FFD740;
  1252. }
  1253. .palette-Amber-A400.bg {
  1254. background-color: #FFC400;
  1255. }
  1256. .palette-Amber-A400.text {
  1257. color: #FFC400;
  1258. }
  1259. .palette-Amber-A700.bg {
  1260. background-color: #FFAB00;
  1261. }
  1262. .palette-Amber-A700.text {
  1263. color: #FFAB00;
  1264. }
  1265. .palette-Orange.bg {
  1266. background-color: #FF9800;
  1267. }
  1268. .palette-Orange.text {
  1269. color: #FF9800;
  1270. }
  1271. .palette-Orange-50.bg {
  1272. background-color: #FFF3E0;
  1273. }
  1274. .palette-Orange-50.text {
  1275. color: #FFF3E0;
  1276. }
  1277. .palette-Orange-100.bg {
  1278. background-color: #FFE0B2;
  1279. }
  1280. .palette-Orange-100.text {
  1281. color: #FFE0B2;
  1282. }
  1283. .palette-Orange-200.bg {
  1284. background-color: #FFCC80;
  1285. }
  1286. .palette-Orange-200.text {
  1287. color: #FFCC80;
  1288. }
  1289. .palette-Orange-300.bg {
  1290. background-color: #FFB74D;
  1291. }
  1292. .palette-Orange-300.text {
  1293. color: #FFB74D;
  1294. }
  1295. .palette-Orange-400.bg {
  1296. background-color: #FFA726;
  1297. }
  1298. .palette-Orange-400.text {
  1299. color: #FFA726;
  1300. }
  1301. .palette-Orange-500.bg {
  1302. background-color: #FF9800;
  1303. }
  1304. .palette-Orange-500.text {
  1305. color: #FF9800;
  1306. }
  1307. .palette-Orange-600.bg {
  1308. background-color: #FB8C00;
  1309. }
  1310. .palette-Orange-600.text {
  1311. color: #FB8C00;
  1312. }
  1313. .palette-Orange-700.bg {
  1314. background-color: #F57C00;
  1315. }
  1316. .palette-Orange-700.text {
  1317. color: #F57C00;
  1318. }
  1319. .palette-Orange-800.bg {
  1320. background-color: #EF6C00;
  1321. }
  1322. .palette-Orange-800.text {
  1323. color: #EF6C00;
  1324. }
  1325. .palette-Orange-900.bg {
  1326. background-color: #E65100;
  1327. }
  1328. .palette-Orange-900.text {
  1329. color: #E65100;
  1330. }
  1331. .palette-Orange-A100.bg {
  1332. background-color: #FFD180;
  1333. }
  1334. .palette-Orange-A100.text {
  1335. color: #FFD180;
  1336. }
  1337. .palette-Orange-A200.bg {
  1338. background-color: #FFAB40;
  1339. }
  1340. .palette-Orange-A200.text {
  1341. color: #FFAB40;
  1342. }
  1343. .palette-Orange-A400.bg {
  1344. background-color: #FF9100;
  1345. }
  1346. .palette-Orange-A400.text {
  1347. color: #FF9100;
  1348. }
  1349. .palette-Orange-A700.bg {
  1350. background-color: #FF6D00;
  1351. }
  1352. .palette-Orange-A700.text {
  1353. color: #FF6D00;
  1354. }
  1355. .palette-Deep-Orange.bg {
  1356. background-color: #FF5722;
  1357. }
  1358. .palette-Deep-Orange.text {
  1359. color: #FF5722;
  1360. }
  1361. .palette-Deep-Orange-50.bg {
  1362. background-color: #FBE9E7;
  1363. }
  1364. .palette-Deep-Orange-50.text {
  1365. color: #FBE9E7;
  1366. }
  1367. .palette-Deep-Orange-100.bg {
  1368. background-color: #FFCCBC;
  1369. }
  1370. .palette-Deep-Orange-100.text {
  1371. color: #FFCCBC;
  1372. }
  1373. .palette-Deep-Orange-200.bg {
  1374. background-color: #FFAB91;
  1375. }
  1376. .palette-Deep-Orange-200.text {
  1377. color: #FFAB91;
  1378. }
  1379. .palette-Deep-Orange-300.bg {
  1380. background-color: #FF8A65;
  1381. }
  1382. .palette-Deep-Orange-300.text {
  1383. color: #FF8A65;
  1384. }
  1385. .palette-Deep-Orange-400.bg {
  1386. background-color: #FF7043;
  1387. }
  1388. .palette-Deep-Orange-400.text {
  1389. color: #FF7043;
  1390. }
  1391. .palette-Deep-Orange-500.bg {
  1392. background-color: #FF5722;
  1393. }
  1394. .palette-Deep-Orange-500.text {
  1395. color: #FF5722;
  1396. }
  1397. .palette-Deep-Orange-600.bg {
  1398. background-color: #F4511E;
  1399. }
  1400. .palette-Deep-Orange-600.text {
  1401. color: #F4511E;
  1402. }
  1403. .palette-Deep-Orange-700.bg {
  1404. background-color: #E64A19;
  1405. }
  1406. .palette-Deep-Orange-700.text {
  1407. color: #E64A19;
  1408. }
  1409. .palette-Deep-Orange-800.bg {
  1410. background-color: #D84315;
  1411. }
  1412. .palette-Deep-Orange-800.text {
  1413. color: #D84315;
  1414. }
  1415. .palette-Deep-Orange-900.bg {
  1416. background-color: #BF360C;
  1417. }
  1418. .palette-Deep-Orange-900.text {
  1419. color: #BF360C;
  1420. }
  1421. .palette-Deep-Orange-A100.bg {
  1422. background-color: #FF9E80;
  1423. }
  1424. .palette-Deep-Orange-A100.text {
  1425. color: #FF9E80;
  1426. }
  1427. .palette-Deep-Orange-A200.bg {
  1428. background-color: #FF6E40;
  1429. }
  1430. .palette-Deep-Orange-A200.text {
  1431. color: #FF6E40;
  1432. }
  1433. .palette-Deep-Orange-A400.bg {
  1434. background-color: #FF3D00;
  1435. }
  1436. .palette-Deep-Orange-A400.text {
  1437. color: #FF3D00;
  1438. }
  1439. .palette-Deep-Orange-A700.bg {
  1440. background-color: #DD2C00;
  1441. }
  1442. .palette-Deep-Orange-A700.text {
  1443. color: #DD2C00;
  1444. }
  1445. .palette-Brown.bg {
  1446. background-color: #795548;
  1447. }
  1448. .palette-Brown.text {
  1449. color: #795548;
  1450. }
  1451. .palette-Brown-50.bg {
  1452. background-color: #EFEBE9;
  1453. }
  1454. .palette-Brown-50.text {
  1455. color: #EFEBE9;
  1456. }
  1457. .palette-Brown-100.bg {
  1458. background-color: #D7CCC8;
  1459. }
  1460. .palette-Brown-100.text {
  1461. color: #D7CCC8;
  1462. }
  1463. .palette-Brown-200.bg {
  1464. background-color: #BCAAA4;
  1465. }
  1466. .palette-Brown-200.text {
  1467. color: #BCAAA4;
  1468. }
  1469. .palette-Brown-300.bg {
  1470. background-color: #A1887F;
  1471. }
  1472. .palette-Brown-300.text {
  1473. color: #A1887F;
  1474. }
  1475. .palette-Brown-400.bg {
  1476. background-color: #8D6E63;
  1477. }
  1478. .palette-Brown-400.text {
  1479. color: #8D6E63;
  1480. }
  1481. .palette-Brown-500.bg {
  1482. background-color: #795548;
  1483. }
  1484. .palette-Brown-500.text {
  1485. color: #795548;
  1486. }
  1487. .palette-Brown-600.bg {
  1488. background-color: #6D4C41;
  1489. }
  1490. .palette-Brown-600.text {
  1491. color: #6D4C41;
  1492. }
  1493. .palette-Brown-700.bg {
  1494. background-color: #5D4037;
  1495. }
  1496. .palette-Brown-700.text {
  1497. color: #5D4037;
  1498. }
  1499. .palette-Brown-800.bg {
  1500. background-color: #4E342E;
  1501. }
  1502. .palette-Brown-800.text {
  1503. color: #4E342E;
  1504. }
  1505. .palette-Brown-900.bg {
  1506. background-color: #3E2723;
  1507. }
  1508. .palette-Brown-900.text {
  1509. color: #3E2723;
  1510. }
  1511. .palette-Grey.bg {
  1512. background-color: #9E9E9E;
  1513. }
  1514. .palette-Grey.text {
  1515. color: #9E9E9E;
  1516. }
  1517. .palette-Grey-50.bg {
  1518. background-color: #FAFAFA;
  1519. }
  1520. .palette-Grey-50.text {
  1521. color: #FAFAFA;
  1522. }
  1523. .palette-Grey-100.bg {
  1524. background-color: #F5F5F5;
  1525. }
  1526. .palette-Grey-100.text {
  1527. color: #F5F5F5;
  1528. }
  1529. .palette-Grey-200.bg {
  1530. background-color: #EEEEEE;
  1531. }
  1532. .palette-Grey-200.text {
  1533. color: #EEEEEE;
  1534. }
  1535. .palette-Grey-300.bg {
  1536. background-color: #E0E0E0;
  1537. }
  1538. .palette-Grey-300.text {
  1539. color: #E0E0E0;
  1540. }
  1541. .palette-Grey-400.bg {
  1542. background-color: #BDBDBD;
  1543. }
  1544. .palette-Grey-400.text {
  1545. color: #BDBDBD;
  1546. }
  1547. .palette-Grey-500.bg {
  1548. background-color: #9E9E9E;
  1549. }
  1550. .palette-Grey-500.text {
  1551. color: #9E9E9E;
  1552. }
  1553. .palette-Grey-600.bg {
  1554. background-color: #757575;
  1555. }
  1556. .palette-Grey-600.text {
  1557. color: #757575;
  1558. }
  1559. .palette-Grey-700.bg {
  1560. background-color: #616161;
  1561. }
  1562. .palette-Grey-700.text {
  1563. color: #616161;
  1564. }
  1565. .palette-Grey-800.bg {
  1566. background-color: #424242;
  1567. }
  1568. .palette-Grey-800.text {
  1569. color: #424242;
  1570. }
  1571. .palette-Grey-900.bg {
  1572. background-color: #212121;
  1573. }
  1574. .palette-Grey-900.text {
  1575. color: #212121;
  1576. }
  1577. .palette-Blue-Grey.bg {
  1578. background-color: #607D8B;
  1579. }
  1580. .palette-Blue-Grey.text {
  1581. color: #607D8B;
  1582. }
  1583. .palette-Blue-Grey-50.bg {
  1584. background-color: #ECEFF1;
  1585. }
  1586. .palette-Blue-Grey-50.text {
  1587. color: #ECEFF1;
  1588. }
  1589. .palette-Blue-Grey-100.bg {
  1590. background-color: #CFD8DC;
  1591. }
  1592. .palette-Blue-Grey-100.text {
  1593. color: #CFD8DC;
  1594. }
  1595. .palette-Blue-Grey-200.bg {
  1596. background-color: #B0BEC5;
  1597. }
  1598. .palette-Blue-Grey-200.text {
  1599. color: #B0BEC5;
  1600. }
  1601. .palette-Blue-Grey-300.bg {
  1602. background-color: #90A4AE;
  1603. }
  1604. .palette-Blue-Grey-300.text {
  1605. color: #90A4AE;
  1606. }
  1607. .palette-Blue-Grey-400.bg {
  1608. background-color: #78909C;
  1609. }
  1610. .palette-Blue-Grey-400.text {
  1611. color: #78909C;
  1612. }
  1613. .palette-Blue-Grey-500.bg {
  1614. background-color: #607D8B;
  1615. }
  1616. .palette-Blue-Grey-500.text {
  1617. color: #607D8B;
  1618. }
  1619. .palette-Blue-Grey-600.bg {
  1620. background-color: #546E7A;
  1621. }
  1622. .palette-Blue-Grey-600.text {
  1623. color: #546E7A;
  1624. }
  1625. .palette-Blue-Grey-700.bg {
  1626. background-color: #455A64;
  1627. }
  1628. .palette-Blue-Grey-700.text {
  1629. color: #455A64;
  1630. }
  1631. .palette-Blue-Grey-800.bg {
  1632. background-color: #37474F;
  1633. }
  1634. .palette-Blue-Grey-800.text {
  1635. color: #37474F;
  1636. }
  1637. .palette-Blue-Grey-900.bg {
  1638. background-color: #263238;
  1639. }
  1640. .palette-Blue-Grey-900.text {
  1641. color: #263238;
  1642. }
  1643. .palette-Black.bg {
  1644. background-color: #000000;
  1645. }
  1646. .palette-Black.text {
  1647. color: #000000;
  1648. }
  1649. .palette-Black-500.bg {
  1650. background-color: #000000;
  1651. }
  1652. .palette-Black-500.text {
  1653. color: #000000;
  1654. }
  1655. .palette-Black-Text.bg {
  1656. background-color: rgba(0,0,0,0.87);
  1657. }
  1658. .palette-Black-Text.text {
  1659. color: rgba(0,0,0,0.87);
  1660. }
  1661. .palette-Black-Secondary-Text.bg {
  1662. background-color: rgba(0,0,0,0.54);
  1663. }
  1664. .palette-Black-Secondary-Text.text {
  1665. color: rgba(0,0,0,0.54);
  1666. }
  1667. .palette-Black-Icons.bg {
  1668. background-color: rgba(0,0,0,0.54);
  1669. }
  1670. .palette-Black-Icons.text {
  1671. color: rgba(0,0,0,0.54);
  1672. }
  1673. .palette-Black-Disabled.bg {
  1674. background-color: rgba(0,0,0,0.26);
  1675. }
  1676. .palette-Black-Disabled.text {
  1677. color: rgba(0,0,0,0.26);
  1678. }
  1679. .palette-Black-Hint-Text.bg {
  1680. background-color: rgba(0,0,0,0.26);
  1681. }
  1682. .palette-Black-Hint-Text.text {
  1683. color: rgba(0,0,0,0.26);
  1684. }
  1685. .palette-Black-Dividers.bg {
  1686. background-color: rgba(0,0,0,0.12);
  1687. }
  1688. .palette-Black-Dividers.text {
  1689. color: rgba(0,0,0,0.12);
  1690. }
  1691. .palette-White.bg {
  1692. background-color: #ffffff;
  1693. }
  1694. .palette-White.text {
  1695. color: #ffffff;
  1696. }
  1697. .palette-White-500.bg {
  1698. background-color: #ffffff;
  1699. }
  1700. .palette-White-500.text {
  1701. color: #ffffff;
  1702. }
  1703. .palette-White-Text.bg {
  1704. background-color: #ffffff;
  1705. }
  1706. .palette-White-Text.text {
  1707. color: #ffffff;
  1708. }
  1709. .palette-White-Secondary-Text.bg {
  1710. background-color: rgba(255,255,255,0.7);
  1711. }
  1712. .palette-White-Secondary-Text.text {
  1713. color: rgba(255,255,255,0.7);
  1714. }
  1715. .palette-White-Icons.bg {
  1716. background-color: #ffffff;
  1717. }
  1718. .palette-White-Icons.text {
  1719. color: #ffffff;
  1720. }
  1721. .palette-White-Disabled.bg {
  1722. background-color: rgba(255,255,255,0.3);
  1723. }
  1724. .palette-White-Disabled.text {
  1725. color: rgba(255,255,255,0.3);
  1726. }
  1727. .palette-White-Hint-Text.bg {
  1728. background-color: rgba(255,255,255,0.3);
  1729. }
  1730. .palette-White-Hint-Text.text {
  1731. color: rgba(255,255,255,0.3);
  1732. }
  1733. .palette-White-Dividers.bg {
  1734. background-color: rgba(255,255,255,0.12);
  1735. }
  1736. .palette-White-Dividers.text {
  1737. color: rgba(255,255,255,0.12);
  1738. }