Guest User

Untitled

a guest
Nov 15th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.65 KB | None | 0 0
  1. .bg-turquoise {
  2. background-color: #1abc9c;
  3. }
  4.  
  5. .text-turquoise {
  6. color: #1abc9c;
  7. }
  8.  
  9. .border-turquoise {
  10. border: 1px solid #1abc9c;
  11. }
  12.  
  13. .bg-emerland {
  14. background-color: #2ecc71;
  15. }
  16.  
  17. .text-emerland {
  18. color: #2ecc71;
  19. }
  20.  
  21. .border-emerland {
  22. border: 1px solid #2ecc71;
  23. }
  24.  
  25. .bg-sandal {
  26. background-color: #e7ba74;
  27. }
  28.  
  29. .text-sandal {
  30. color: #e7ba74;
  31. }
  32.  
  33. .border-sandal {
  34. border: 1px solid #e7ba74;
  35. }
  36.  
  37. .bg-peterriver {
  38. background-color: #3498db;
  39. }
  40.  
  41. .text-peterriver {
  42. color: #3498db;
  43. }
  44.  
  45. .border-peterriver {
  46. border: 1px solid #3498db;
  47. }
  48.  
  49. .bg-amethyst {
  50. background-color: #9b59b6;
  51. }
  52.  
  53. .text-amethyst {
  54. color: #9b59b6;
  55. }
  56.  
  57. .border-amethyst {
  58. border: 1px solid #9b59b6;
  59. }
  60.  
  61. .bg-wetaspalt {
  62. background-color: #34495e;
  63. }
  64.  
  65. .text-wetaspalt {
  66. color: #34495e;
  67. }
  68.  
  69. .border-wetaspalt {
  70. border: 1px solid #34495e;
  71. }
  72.  
  73. .bg-greensea {
  74. background-color: #16a085;
  75. }
  76.  
  77. .text-greensea {
  78. color: #16a085;
  79. }
  80.  
  81. .border-greensea {
  82. border: 1px solid #16a085;
  83. }
  84.  
  85. .bg-nephritis {
  86. background-color: #27ae60;
  87. }
  88.  
  89. .text-nephritis {
  90. color: #27ae60;
  91. }
  92.  
  93. .border-nephritis {
  94. border: 1px solid #27ae60;
  95. }
  96.  
  97. .bg-belizehole {
  98. background-color: #2980b9;
  99. }
  100.  
  101. .text-belizehole {
  102. color: #2980b9;
  103. }
  104.  
  105. .border-belizehole {
  106. border: 1px solid #2980b9;
  107. }
  108.  
  109. .bg-wisteria {
  110. background-color: #8e44ad;
  111. }
  112.  
  113. .text-wisteria {
  114. color: #8e44ad;
  115. }
  116.  
  117. .border-wisteria {
  118. border: 1px solid #8e44ad;
  119. }
  120.  
  121. .bg-midnightblue {
  122. background-color: #2c3e50;
  123. }
  124.  
  125. .text-midnightblue {
  126. color: #2c3e50;
  127. }
  128.  
  129. .border-midnightblue {
  130. border: 1px solid #2c3e50;
  131. }
  132.  
  133. .bg-sunflower {
  134. background-color: #f1c40f;
  135. }
  136.  
  137. .text-sunflower {
  138. color: #f1c40f;
  139. }
  140.  
  141. .border-sunflower {
  142. border: 1px solid #f1c40f;
  143. }
  144.  
  145. .bg-carrot {
  146. background-color: #e67e22;
  147. }
  148.  
  149. .text-carrot {
  150. color: #e67e22;
  151. }
  152.  
  153. .border-carrot {
  154. border: 1px solid #e67e22;
  155. }
  156.  
  157. .bg-alizarin {
  158. background-color: #e74c3c;
  159. }
  160.  
  161. .text-alizarin {
  162. color: #e74c3c;
  163. }
  164.  
  165. .border-alizarin {
  166. border: 1px solid #e74c3c;
  167. }
  168.  
  169. .bg-clouds {
  170. background-color: #ecf0f1;
  171. }
  172.  
  173. .text-clouds {
  174. color: #ecf0f1;
  175. }
  176.  
  177. .border-clouds {
  178. border: 1px solid #ecf0f1;
  179. }
  180.  
  181. .bg-concrete {
  182. background-color: #95a5a6;
  183. }
  184.  
  185. .text-concrete {
  186. color: #95a5a6;
  187. }
  188.  
  189. .border-concrete {
  190. border: 1px solid #95a5a6;
  191. }
  192.  
  193. .bg-orange {
  194. background-color: #f39c12;
  195. }
  196.  
  197. .text-orange {
  198. color: #f39c12;
  199. }
  200.  
  201. .border-orange {
  202. border: 1px solid #f39c12;
  203. }
  204.  
  205. .bg-pumpkin {
  206. background-color: #d35400;
  207. }
  208.  
  209. .text-pumpkin {
  210. color: #d35400;
  211. }
  212.  
  213. .border-pumpkin {
  214. border: 1px solid #d35400;
  215. }
  216.  
  217. .bg-pomegranate {
  218. background-color: #c0392b;
  219. }
  220.  
  221. .text-pomegranate {
  222. color: #c0392b;
  223. }
  224.  
  225. .border-pomegranate {
  226. border: 1px solid #c0392b;
  227. }
  228.  
  229. .bg-silver {
  230. background-color: #bdc3c7;
  231. }
  232.  
  233. .text-silver {
  234. color: #bdc3c7;
  235. }
  236.  
  237. .border-silver {
  238. border: 1px solid #bdc3c7;
  239. }
  240.  
  241. .bg-asbestos {
  242. background-color: #7f8c8d;
  243. }
  244.  
  245. .text-asbestos {
  246. color: #7f8c8d;
  247. }
  248.  
  249. .border-asbestos {
  250. border: 1px solid #7f8c8d;
  251. }
  252.  
  253. .bg-light-greenish-blue {
  254. background-color: #55efc4;
  255. }
  256.  
  257. .text-light-greenish-blue {
  258. color: #55efc4;
  259. }
  260.  
  261. .border-light-greenish-blue {
  262. border: 1px solid #55efc4;
  263. }
  264.  
  265. .bg-faded-poster {
  266. background-color: #81ecec;
  267. }
  268.  
  269. .text-faded-poster {
  270. color: #81ecec;
  271. }
  272.  
  273. .border-faded-poster {
  274. border: 1px solid #81ecec;
  275. }
  276.  
  277. .bg-green-darner-tail {
  278. background-color: #74b9ff;
  279. }
  280.  
  281. .text-green-darner-tail {
  282. color: #74b9ff;
  283. }
  284.  
  285. .border-green-darner-tail {
  286. border: 1px solid #74b9ff;
  287. }
  288.  
  289. .bg-shy-moment {
  290. background-color: #a29bfe;
  291. }
  292.  
  293. .text-shy-moment {
  294. color: #a29bfe;
  295. }
  296.  
  297. .border-shy-moment {
  298. border: 1px solid #a29bfe;
  299. }
  300.  
  301. .bg-city-lights {
  302. background-color: #dfe6e9;
  303. }
  304.  
  305. .text-city-lights {
  306. color: #dfe6e9;
  307. }
  308.  
  309. .border-city-lights {
  310. border: 1px solid #dfe6e9;
  311. }
  312.  
  313. .bg-mint-leaf {
  314. background-color: #00b894;
  315. }
  316.  
  317. .text-mint-leaf {
  318. color: #00b894;
  319. }
  320.  
  321. .border-mint-leaf {
  322. border: 1px solid #00b894;
  323. }
  324.  
  325. .bg-robins-egg-blue {
  326. background-color: #00cec9;
  327. }
  328.  
  329. .text-robins-egg-blue {
  330. color: #00cec9;
  331. }
  332.  
  333. .border-robins-egg-blue {
  334. border: 1px solid #00cec9;
  335. }
  336.  
  337. .bg-electron-blue {
  338. background-color: #0984e3;
  339. }
  340.  
  341. .text-electron-blue {
  342. color: #0984e3;
  343. }
  344.  
  345. .border-electron-blue {
  346. border: 1px solid #0984e3;
  347. }
  348.  
  349. .bg-exodus-fruit {
  350. background-color: #6c5ce7;
  351. }
  352.  
  353. .text-exodus-fruit {
  354. color: #6c5ce7;
  355. }
  356.  
  357. .border-exodus-fruit {
  358. border: 1px solid #6c5ce7;
  359. }
  360.  
  361. .bg-soothing-breeze {
  362. background-color: #b2bec3;
  363. }
  364.  
  365. .text-soothing-breeze {
  366. color: #b2bec3;
  367. }
  368.  
  369. .border-soothing-breeze {
  370. border: 1px solid #b2bec3;
  371. }
  372.  
  373. .bg-sour-lemon {
  374. background-color: #ffeaa7;
  375. }
  376.  
  377. .text-sour-lemon {
  378. color: #ffeaa7;
  379. }
  380.  
  381. .border-sour-lemon {
  382. border: 1px solid #ffeaa7;
  383. }
  384.  
  385. .bg-first-date {
  386. background-color: #fab1a0;
  387. }
  388.  
  389. .text-first-date {
  390. color: #fab1a0;
  391. }
  392.  
  393. .border-first-date {
  394. border: 1px solid #fab1a0;
  395. }
  396.  
  397. .bg-pink-glamour {
  398. background-color: #ff7675;
  399. }
  400.  
  401. .text-pink-glamour {
  402. color: #ff7675;
  403. }
  404.  
  405. .border-pink-glamour {
  406. border: 1px solid #ff7675;
  407. }
  408.  
  409. .bg-pico-8-pink {
  410. background-color: #fd79a8;
  411. }
  412.  
  413. .text-pico-8-pink {
  414. color: #fd79a8;
  415. }
  416.  
  417. .border-pico-8-pink {
  418. border: 1px solid #fd79a8;
  419. }
  420.  
  421. .bg-american-river {
  422. background-color: #636e72;
  423. }
  424.  
  425. .text-american-river {
  426. color: #636e72;
  427. }
  428.  
  429. .border-american-river {
  430. border: 1px solid #636e72;
  431. }
  432.  
  433. .bg-bright-yarrow {
  434. background-color: #fdcb6e;
  435. }
  436.  
  437. .text-bright-yarrow {
  438. color: #fdcb6e;
  439. }
  440.  
  441. .border-bright-yarrow {
  442. border: 1px solid #fdcb6e;
  443. }
  444.  
  445. .bg-orangeville {
  446. background-color: #e17055;
  447. }
  448.  
  449. .text-orangeville {
  450. color: #e17055;
  451. }
  452.  
  453. .border-orangeville {
  454. border: 1px solid #e17055;
  455. }
  456.  
  457. .bg-chi-gong {
  458. background-color: #d63031;
  459. }
  460.  
  461. .text-chi-gong {
  462. color: #d63031;
  463. }
  464.  
  465. .border-chi-gong {
  466. border: 1px solid #d63031;
  467. }
  468.  
  469. .bg-prunus-avium {
  470. background-color: #e84393;
  471. }
  472.  
  473. .text-prunus-avium {
  474. color: #e84393;
  475. }
  476.  
  477. .border-prunus-avium {
  478. border: 1px solid #e84393;
  479. }
  480.  
  481. .bg-dracula-orchid {
  482. background-color: #2d3436;
  483. }
  484.  
  485. .text-dracula-orchid {
  486. color: #2d3436;
  487. }
  488.  
  489. .border-dracula-orchid {
  490. border: 1px solid #2d3436;
  491. }
  492.  
  493. .bg-orchid-orange {
  494. background-color: #FEA47F;
  495. }
  496.  
  497. .text-orchid-orange {
  498. color: #FEA47F;
  499. }
  500.  
  501. .border-orchid-orange {
  502. border: 1px solid #FEA47F;
  503. }
  504.  
  505. .bg-spiro-disco-ball {
  506. background-color: #25CCF7;
  507. }
  508.  
  509. .text-spiro-disco-ball {
  510. color: #25CCF7;
  511. }
  512.  
  513. .border-spiro-disco-ball {
  514. border: 1px solid #25CCF7;
  515. }
  516.  
  517. .bg-honey-glow {
  518. background-color: #EAB543;
  519. }
  520.  
  521. .text-honey-glow {
  522. color: #EAB543;
  523. }
  524.  
  525. .border-honey-glow {
  526. border: 1px solid #EAB543;
  527. }
  528.  
  529. .bg-sweet-garden {
  530. background-color: #55E6C1;
  531. }
  532.  
  533. .text-sweet-garden {
  534. color: #55E6C1;
  535. }
  536.  
  537. .border-sweet-garden {
  538. border: 1px solid #55E6C1;
  539. }
  540.  
  541. .bg-falling-star {
  542. background-color: #CAD3C8;
  543. }
  544.  
  545. .text-falling-star {
  546. color: #CAD3C8;
  547. }
  548.  
  549. .border-falling-star {
  550. border: 1px solid #CAD3C8;
  551. }
  552.  
  553. .bg-rich-gardenia {
  554. background-color: #F97F51;
  555. }
  556.  
  557. .text-rich-gardenia {
  558. color: #F97F51;
  559. }
  560.  
  561. .border-rich-gardenia {
  562. border: 1px solid #F97F51;
  563. }
  564.  
  565. .bg-clear-chill {
  566. background-color: #1B9CFC;
  567. }
  568.  
  569. .text-clear-chill {
  570. color: #1B9CFC;
  571. }
  572.  
  573. .border-clear-chill {
  574. border: 1px solid #1B9CFC;
  575. }
  576.  
  577. .bg-sarawak-white-pepper {
  578. background-color: #F8EFBA;
  579. }
  580.  
  581. .text-sarawak-white-pepper {
  582. color: #F8EFBA;
  583. }
  584.  
  585. .border-sarawak-white-pepper {
  586. border: 1px solid #F8EFBA;
  587. }
  588.  
  589. .bg-keppel {
  590. background-color: #58B19F;
  591. }
  592.  
  593. .text-keppel {
  594. color: #58B19F;
  595. }
  596.  
  597. .border-keppel {
  598. border: 1px solid #58B19F;
  599. }
  600.  
  601. .bg-ships-officer {
  602. background-color: #2C3A47;
  603. }
  604.  
  605. .text-ships-officer {
  606. color: #2C3A47;
  607. }
  608.  
  609. .border-ships-officer {
  610. border: 1px solid #2C3A47;
  611. }
  612.  
  613. .bg-fiery-fuchsia {
  614. background-color: #B33771;
  615. }
  616.  
  617. .text-fiery-fuchsia {
  618. color: #B33771;
  619. }
  620.  
  621. .border-fiery-fuchsia {
  622. border: 1px solid #B33771;
  623. }
  624.  
  625. .bg-bluebell {
  626. background-color: #3B3B98;
  627. }
  628.  
  629. .text-bluebell {
  630. color: #3B3B98;
  631. }
  632.  
  633. .border-bluebell {
  634. border: 1px solid #3B3B98;
  635. }
  636.  
  637. .bg-georgia-peach {
  638. background-color: #FD7272;
  639. }
  640.  
  641. .text-georgia-peach {
  642. color: #FD7272;
  643. }
  644.  
  645. .border-georgia-peach {
  646. border: 1px solid #FD7272;
  647. }
  648.  
  649. .bg-oasis-stream {
  650. background-color: #9AECDB;
  651. }
  652.  
  653. .text-oasis-stream {
  654. color: #9AECDB;
  655. }
  656.  
  657. .border-oasis-stream {
  658. border: 1px solid #9AECDB;
  659. }
  660.  
  661. .bg-bright-ube {
  662. background-color: #D6A2E8;
  663. }
  664.  
  665. .text-bright-ube {
  666. color: #D6A2E8;
  667. }
  668.  
  669. .border-bright-ube {
  670. border: 1px solid #D6A2E8;
  671. }
  672.  
  673. .bg-magenta-purple {
  674. background-color: #6D214F;
  675. }
  676.  
  677. .text-magenta-purple {
  678. color: #6D214F;
  679. }
  680.  
  681. .border-magenta-purple {
  682. border: 1px solid #6D214F;
  683. }
  684.  
  685. .bg-ending-navy-blue {
  686. background-color: #182C61;
  687. }
  688.  
  689. .text-ending-navy-blue {
  690. color: #182C61;
  691. }
  692.  
  693. .border-ending-navy-blue {
  694. border: 1px solid #182C61;
  695. }
  696.  
  697. .bg-sasquatch-socks {
  698. background-color: #FC427B;
  699. }
  700.  
  701. .text-sasquatch-socks {
  702. color: #FC427B;
  703. }
  704.  
  705. .border-sasquatch-socks {
  706. border: 1px solid #FC427B;
  707. }
  708.  
  709. .bg-pine-glade {
  710. background-color: #BDC581;
  711. }
  712.  
  713. .text-pine-glade {
  714. color: #BDC581;
  715. }
  716.  
  717. .border-pine-glade {
  718. border: 1px solid #BDC581;
  719. }
  720.  
  721. .bg-highlighter-lavender {
  722. background-color: #82589F;
  723. }
  724.  
  725. .text-highlighter-lavender {
  726. color: #82589F;
  727. }
  728.  
  729. .border-highlighter-lavender {
  730. border: 1px solid #82589F;
  731. }
Add Comment
Please, Sign In to add comment