colorpicker.html 52 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069
  1. <!doctype html>
  2. <!--
  3. * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
  4. * @version 1.0.0-beta19
  5. * @link https://tabler.io
  6. * Copyright 2018-2023 The Tabler Authors
  7. * Copyright 2018-2023 codecalm.net Paweł Kuna
  8. * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
  9. -->
  10. <html lang="en">
  11. <head>
  12. <meta charset="utf-8"/>
  13. <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
  14. <meta http-equiv="X-UA-Compatible" content="ie=edge"/>
  15. <title>Color picker - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.</title>
  16. <script defer data-api="/stats/api/event" data-domain="preview.tabler.io" src="/stats/js/script.js"></script>
  17. <meta name="msapplication-TileColor" content=""/>
  18. <meta name="theme-color" content=""/>
  19. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
  20. <meta name="apple-mobile-web-app-capable" content="yes"/>
  21. <meta name="mobile-web-app-capable" content="yes"/>
  22. <meta name="HandheldFriendly" content="True"/>
  23. <meta name="MobileOptimized" content="320"/>
  24. <link rel="icon" href="./favicon.ico" type="image/x-icon"/>
  25. <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon"/>
  26. <meta name="description" content="Tabler comes with tons of well-designed components and features. Start your adventure with Tabler and make your dashboard great again. For free!"/>
  27. <meta name="canonical" content="https://preview.tabler.io/colorpicker.html">
  28. <meta name="twitter:image:src" content="https://preview.tabler.io/static/og.png">
  29. <meta name="twitter:site" content="@tabler_ui">
  30. <meta name="twitter:card" content="summary">
  31. <meta name="twitter:title" content="Tabler: Premium and Open Source dashboard template with responsive and high quality UI.">
  32. <meta name="twitter:description" content="Tabler comes with tons of well-designed components and features. Start your adventure with Tabler and make your dashboard great again. For free!">
  33. <meta property="og:image" content="https://preview.tabler.io/static/og.png">
  34. <meta property="og:image:width" content="1280">
  35. <meta property="og:image:height" content="640">
  36. <meta property="og:site_name" content="Tabler">
  37. <meta property="og:type" content="object">
  38. <meta property="og:title" content="Tabler: Premium and Open Source dashboard template with responsive and high quality UI.">
  39. <meta property="og:url" content="https://preview.tabler.io/static/og.png">
  40. <meta property="og:description" content="Tabler comes with tons of well-designed components and features. Start your adventure with Tabler and make your dashboard great again. For free!">
  41. <!-- CSS files -->
  42. <link href="./dist/libs/melloware/coloris/dist/coloris.min.css?1685973381" rel="stylesheet"/>
  43. <link href="./dist/css/tabler.min.css?1685973381" rel="stylesheet"/>
  44. <link href="./dist/css/tabler-flags.min.css?1685973381" rel="stylesheet"/>
  45. <link href="./dist/css/tabler-payments.min.css?1685973381" rel="stylesheet"/>
  46. <link href="./dist/css/tabler-vendors.min.css?1685973381" rel="stylesheet"/>
  47. <link href="./dist/css/demo.min.css?1685973381" rel="stylesheet"/>
  48. <style>
  49. @import url('https://rsms.me/inter/inter.css');
  50. :root {
  51. --tblr-font-sans-serif: 'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  52. }
  53. body {
  54. font-feature-settings: "cv03", "cv04", "cv11";
  55. }
  56. </style>
  57. </head>
  58. <body >
  59. <script src="./dist/js/demo-theme.min.js?1685973381"></script>
  60. <div class="page">
  61. <!-- Navbar -->
  62. <header class="navbar navbar-expand-md d-print-none" >
  63. <div class="container-xl">
  64. <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar-menu" aria-controls="navbar-menu" aria-expanded="false" aria-label="Toggle navigation">
  65. <span class="navbar-toggler-icon"></span>
  66. </button>
  67. <h1 class="navbar-brand navbar-brand-autodark d-none-navbar-horizontal pe-0 pe-md-3">
  68. <a href=".">
  69. <img src="./static/logo.svg" width="110" height="32" alt="Tabler" class="navbar-brand-image">
  70. </a>
  71. </h1>
  72. <div class="navbar-nav flex-row order-md-last">
  73. <div class="nav-item d-none d-md-flex me-3">
  74. <div class="btn-list">
  75. <a href="https://github.com/tabler/tabler" class="btn" target="_blank" rel="noreferrer">
  76. <!-- Download SVG icon from http://tabler-icons.io/i/brand-github -->
  77. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5" /></svg>
  78. Source code
  79. </a>
  80. <a href="https://github.com/sponsors/codecalm" class="btn" target="_blank" rel="noreferrer">
  81. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  82. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-pink" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  83. Sponsor
  84. </a>
  85. </div>
  86. </div>
  87. <div class="d-none d-md-flex">
  88. <a href="?theme=dark" class="nav-link px-0 hide-theme-dark" title="Enable dark mode" data-bs-toggle="tooltip"
  89. data-bs-placement="bottom">
  90. <!-- Download SVG icon from http://tabler-icons.io/i/moon -->
  91. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" /></svg>
  92. </a>
  93. <a href="?theme=light" class="nav-link px-0 hide-theme-light" title="Enable light mode" data-bs-toggle="tooltip"
  94. data-bs-placement="bottom">
  95. <!-- Download SVG icon from http://tabler-icons.io/i/sun -->
  96. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" /><path d="M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7" /></svg>
  97. </a>
  98. <div class="nav-item dropdown d-none d-md-flex me-3">
  99. <a href="#" class="nav-link px-0" data-bs-toggle="dropdown" tabindex="-1" aria-label="Show notifications">
  100. <!-- Download SVG icon from http://tabler-icons.io/i/bell -->
  101. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" /><path d="M9 17v1a3 3 0 0 0 6 0v-1" /></svg>
  102. <span class="badge bg-red"></span>
  103. </a>
  104. <div class="dropdown-menu dropdown-menu-arrow dropdown-menu-end dropdown-menu-card">
  105. <div class="card">
  106. <div class="card-header">
  107. <h3 class="card-title">Last updates</h3>
  108. </div>
  109. <div class="list-group list-group-flush list-group-hoverable">
  110. <div class="list-group-item">
  111. <div class="row align-items-center">
  112. <div class="col-auto"><span class="status-dot status-dot-animated bg-red d-block"></span></div>
  113. <div class="col text-truncate">
  114. <a href="#" class="text-body d-block">Example 1</a>
  115. <div class="d-block text-secondary text-truncate mt-n1">
  116. Change deprecated html tags to text decoration classes (#29604)
  117. </div>
  118. </div>
  119. <div class="col-auto">
  120. <a href="#" class="list-group-item-actions">
  121. <!-- Download SVG icon from http://tabler-icons.io/i/star -->
  122. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-muted" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  123. </a>
  124. </div>
  125. </div>
  126. </div>
  127. <div class="list-group-item">
  128. <div class="row align-items-center">
  129. <div class="col-auto"><span class="status-dot d-block"></span></div>
  130. <div class="col text-truncate">
  131. <a href="#" class="text-body d-block">Example 2</a>
  132. <div class="d-block text-secondary text-truncate mt-n1">
  133. justify-content:between ⇒ justify-content:space-between (#29734)
  134. </div>
  135. </div>
  136. <div class="col-auto">
  137. <a href="#" class="list-group-item-actions show">
  138. <!-- Download SVG icon from http://tabler-icons.io/i/star -->
  139. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-yellow" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  140. </a>
  141. </div>
  142. </div>
  143. </div>
  144. <div class="list-group-item">
  145. <div class="row align-items-center">
  146. <div class="col-auto"><span class="status-dot d-block"></span></div>
  147. <div class="col text-truncate">
  148. <a href="#" class="text-body d-block">Example 3</a>
  149. <div class="d-block text-secondary text-truncate mt-n1">
  150. Update change-version.js (#29736)
  151. </div>
  152. </div>
  153. <div class="col-auto">
  154. <a href="#" class="list-group-item-actions">
  155. <!-- Download SVG icon from http://tabler-icons.io/i/star -->
  156. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-muted" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  157. </a>
  158. </div>
  159. </div>
  160. </div>
  161. <div class="list-group-item">
  162. <div class="row align-items-center">
  163. <div class="col-auto"><span class="status-dot status-dot-animated bg-green d-block"></span></div>
  164. <div class="col text-truncate">
  165. <a href="#" class="text-body d-block">Example 4</a>
  166. <div class="d-block text-secondary text-truncate mt-n1">
  167. Regenerate package-lock.json (#29730)
  168. </div>
  169. </div>
  170. <div class="col-auto">
  171. <a href="#" class="list-group-item-actions">
  172. <!-- Download SVG icon from http://tabler-icons.io/i/star -->
  173. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-muted" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  174. </a>
  175. </div>
  176. </div>
  177. </div>
  178. </div>
  179. </div>
  180. </div>
  181. </div>
  182. </div>
  183. <div class="nav-item dropdown">
  184. <a href="#" class="nav-link d-flex lh-1 text-reset p-0" data-bs-toggle="dropdown" aria-label="Open user menu">
  185. <span class="avatar avatar-sm" style="background-image: url(./static/avatars/000m.jpg)"></span>
  186. <div class="d-none d-xl-block ps-2">
  187. <div>Paweł Kuna</div>
  188. <div class="mt-1 small text-secondary">UI Designer</div>
  189. </div>
  190. </a>
  191. <div class="dropdown-menu dropdown-menu-end dropdown-menu-arrow">
  192. <a href="#" class="dropdown-item">Status</a>
  193. <a href="./profile.html" class="dropdown-item">Profile</a>
  194. <a href="#" class="dropdown-item">Feedback</a>
  195. <div class="dropdown-divider"></div>
  196. <a href="./settings.html" class="dropdown-item">Settings</a>
  197. <a href="./sign-in.html" class="dropdown-item">Logout</a>
  198. </div>
  199. </div>
  200. </div>
  201. </div>
  202. </header>
  203. <header class="navbar-expand-md">
  204. <div class="collapse navbar-collapse" id="navbar-menu">
  205. <div class="navbar">
  206. <div class="container-xl">
  207. <ul class="navbar-nav">
  208. <li class="nav-item">
  209. <a class="nav-link" href="./" >
  210. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/home -->
  211. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 12l-2 0l9 -9l9 9l-2 0" /><path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7" /><path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6" /></svg>
  212. </span>
  213. <span class="nav-link-title">
  214. Home
  215. </span>
  216. </a>
  217. </li>
  218. <li class="nav-item active dropdown">
  219. <a class="nav-link dropdown-toggle" href="#navbar-base" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  220. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/package -->
  221. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 3l8 4.5l0 9l-8 4.5l-8 -4.5l0 -9l8 -4.5" /><path d="M12 12l8 -4.5" /><path d="M12 12l0 9" /><path d="M12 12l-8 -4.5" /><path d="M16 5.25l-8 4.5" /></svg>
  222. </span>
  223. <span class="nav-link-title">
  224. Interface
  225. </span>
  226. </a>
  227. <div class="dropdown-menu">
  228. <div class="dropdown-menu-columns">
  229. <div class="dropdown-menu-column">
  230. <a class="dropdown-item" href="./alerts.html">
  231. Alerts
  232. </a>
  233. <a class="dropdown-item" href="./accordion.html">
  234. Accordion
  235. </a>
  236. <div class="dropend">
  237. <a class="dropdown-item dropdown-toggle" href="#sidebar-authentication" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  238. Authentication
  239. </a>
  240. <div class="dropdown-menu">
  241. <a href="./sign-in.html" class="dropdown-item">
  242. Sign in
  243. </a>
  244. <a href="./sign-in-link.html" class="dropdown-item">
  245. Sign in link
  246. </a>
  247. <a href="./sign-in-illustration.html" class="dropdown-item">
  248. Sign in with illustration
  249. </a>
  250. <a href="./sign-in-cover.html" class="dropdown-item">
  251. Sign in with cover
  252. </a>
  253. <a href="./sign-up.html" class="dropdown-item">
  254. Sign up
  255. </a>
  256. <a href="./forgot-password.html" class="dropdown-item">
  257. Forgot password
  258. </a>
  259. <a href="./terms-of-service.html" class="dropdown-item">
  260. Terms of service
  261. </a>
  262. <a href="./auth-lock.html" class="dropdown-item">
  263. Lock screen
  264. </a>
  265. <a href="./2-step-verification.html" class="dropdown-item">
  266. 2 step verification
  267. </a>
  268. <a href="./2-step-verification-code.html" class="dropdown-item">
  269. 2 step verification code
  270. </a>
  271. </div>
  272. </div>
  273. <a class="dropdown-item" href="./blank.html">
  274. Blank page
  275. </a>
  276. <a class="dropdown-item" href="./badges.html">
  277. Badges
  278. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  279. </a>
  280. <a class="dropdown-item" href="./buttons.html">
  281. Buttons
  282. </a>
  283. <div class="dropend">
  284. <a class="dropdown-item dropdown-toggle" href="#sidebar-cards" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  285. Cards
  286. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  287. </a>
  288. <div class="dropdown-menu">
  289. <a href="./cards.html" class="dropdown-item">
  290. Sample cards
  291. </a>
  292. <a href="./card-actions.html" class="dropdown-item">
  293. Card actions
  294. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  295. </a>
  296. <a href="./cards-masonry.html" class="dropdown-item">
  297. Cards Masonry
  298. </a>
  299. </div>
  300. </div>
  301. <a class="dropdown-item" href="./carousel.html">
  302. Carousel
  303. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  304. </a>
  305. <a class="dropdown-item" href="./charts.html">
  306. Charts
  307. </a>
  308. <a class="dropdown-item" href="./colors.html">
  309. Colors
  310. </a>
  311. <a class="dropdown-item active" href="./colorpicker.html">
  312. Color picker
  313. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  314. </a>
  315. <a class="dropdown-item" href="./datagrid.html">
  316. Data grid
  317. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  318. </a>
  319. <a class="dropdown-item" href="./datatables.html">
  320. Datatables
  321. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  322. </a>
  323. <a class="dropdown-item" href="./dropdowns.html">
  324. Dropdowns
  325. </a>
  326. <a class="dropdown-item" href="./dropzone.html">
  327. Dropzone
  328. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  329. </a>
  330. <div class="dropend">
  331. <a class="dropdown-item dropdown-toggle" href="#sidebar-error" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  332. Error pages
  333. </a>
  334. <div class="dropdown-menu">
  335. <a href="./error-404.html" class="dropdown-item">
  336. 404 page
  337. </a>
  338. <a href="./error-500.html" class="dropdown-item">
  339. 500 page
  340. </a>
  341. <a href="./error-maintenance.html" class="dropdown-item">
  342. Maintenance page
  343. </a>
  344. </div>
  345. </div>
  346. <a class="dropdown-item" href="./flags.html">
  347. Flags
  348. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  349. </a>
  350. <a class="dropdown-item" href="./inline-player.html">
  351. Inline player
  352. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  353. </a>
  354. </div>
  355. <div class="dropdown-menu-column">
  356. <a class="dropdown-item" href="./lightbox.html">
  357. Lightbox
  358. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  359. </a>
  360. <a class="dropdown-item" href="./lists.html">
  361. Lists
  362. </a>
  363. <a class="dropdown-item" href="./modals.html">
  364. Modal
  365. </a>
  366. <a class="dropdown-item" href="./maps.html">
  367. Map
  368. </a>
  369. <a class="dropdown-item" href="./map-fullsize.html">
  370. Map fullsize
  371. </a>
  372. <a class="dropdown-item" href="./maps-vector.html">
  373. Map vector
  374. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  375. </a>
  376. <a class="dropdown-item" href="./markdown.html">
  377. Markdown
  378. </a>
  379. <a class="dropdown-item" href="./navigation.html">
  380. Navigation
  381. </a>
  382. <a class="dropdown-item" href="./offcanvas.html">
  383. Offcanvas
  384. </a>
  385. <a class="dropdown-item" href="./pagination.html">
  386. <!-- Download SVG icon from http://tabler-icons.io/i/pie-chart -->
  387. Pagination
  388. </a>
  389. <a class="dropdown-item" href="./placeholder.html">
  390. Placeholder
  391. </a>
  392. <a class="dropdown-item" href="./steps.html">
  393. Steps
  394. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  395. </a>
  396. <a class="dropdown-item" href="./stars-rating.html">
  397. Stars rating
  398. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  399. </a>
  400. <a class="dropdown-item" href="./tabs.html">
  401. Tabs
  402. </a>
  403. <a class="dropdown-item" href="./tables.html">
  404. Tables
  405. </a>
  406. <a class="dropdown-item" href="./typography.html">
  407. Typography
  408. </a>
  409. <a class="dropdown-item" href="./tinymce.html">
  410. TinyMCE
  411. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  412. </a>
  413. </div>
  414. </div>
  415. </div>
  416. </li>
  417. <li class="nav-item">
  418. <a class="nav-link" href="./form-elements.html" >
  419. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/checkbox -->
  420. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 11l3 3l8 -8" /><path d="M20 12v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h9" /></svg>
  421. </span>
  422. <span class="nav-link-title">
  423. Form elements
  424. </span>
  425. </a>
  426. </li>
  427. <li class="nav-item dropdown">
  428. <a class="nav-link dropdown-toggle" href="#navbar-extra" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  429. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/star -->
  430. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  431. </span>
  432. <span class="nav-link-title">
  433. Extra
  434. </span>
  435. </a>
  436. <div class="dropdown-menu">
  437. <div class="dropdown-menu-columns">
  438. <div class="dropdown-menu-column">
  439. <a class="dropdown-item" href="./empty.html">
  440. Empty page
  441. </a>
  442. <a class="dropdown-item" href="./cookie-banner.html">
  443. Cookie banner
  444. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  445. </a>
  446. <a class="dropdown-item" href="./activity.html">
  447. Activity
  448. </a>
  449. <a class="dropdown-item" href="./gallery.html">
  450. Gallery
  451. </a>
  452. <a class="dropdown-item" href="./invoice.html">
  453. Invoice
  454. </a>
  455. <a class="dropdown-item" href="./search-results.html">
  456. Search results
  457. </a>
  458. <a class="dropdown-item" href="./pricing.html">
  459. Pricing cards
  460. </a>
  461. <a class="dropdown-item" href="./pricing-table.html">
  462. Pricing table
  463. </a>
  464. <a class="dropdown-item" href="./faq.html">
  465. FAQ
  466. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  467. </a>
  468. <a class="dropdown-item" href="./users.html">
  469. Users
  470. </a>
  471. <a class="dropdown-item" href="./license.html">
  472. License
  473. </a>
  474. </div>
  475. <div class="dropdown-menu-column">
  476. <a class="dropdown-item" href="./logs.html">
  477. Logs
  478. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  479. </a>
  480. <a class="dropdown-item" href="./music.html">
  481. Music
  482. </a>
  483. <a class="dropdown-item" href="./photogrid.html">
  484. Photogrid
  485. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  486. </a>
  487. <a class="dropdown-item" href="./tasks.html">
  488. Tasks
  489. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  490. </a>
  491. <a class="dropdown-item" href="./uptime.html">
  492. Uptime monitor
  493. </a>
  494. <a class="dropdown-item" href="./widgets.html">
  495. Widgets
  496. </a>
  497. <a class="dropdown-item" href="./wizard.html">
  498. Wizard
  499. </a>
  500. <a class="dropdown-item" href="./settings.html">
  501. Settings
  502. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  503. </a>
  504. <a class="dropdown-item" href="./trial-ended.html">
  505. Trial ended
  506. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  507. </a>
  508. <a class="dropdown-item" href="./job-listing.html">
  509. Job listing
  510. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  511. </a>
  512. <a class="dropdown-item" href="./page-loader.html">
  513. Page loader
  514. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  515. </a>
  516. </div>
  517. </div>
  518. </div>
  519. </li>
  520. <li class="nav-item dropdown">
  521. <a class="nav-link dropdown-toggle" href="#navbar-layout" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  522. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/layout-2 -->
  523. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M4 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" /><path d="M4 13m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" /><path d="M14 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" /><path d="M14 15m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" /></svg>
  524. </span>
  525. <span class="nav-link-title">
  526. Layout
  527. </span>
  528. </a>
  529. <div class="dropdown-menu">
  530. <div class="dropdown-menu-columns">
  531. <div class="dropdown-menu-column">
  532. <a class="dropdown-item" href="./layout-horizontal.html">
  533. Horizontal
  534. </a>
  535. <a class="dropdown-item" href="./layout-boxed.html">
  536. Boxed
  537. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  538. </a>
  539. <a class="dropdown-item" href="./layout-vertical.html">
  540. Vertical
  541. </a>
  542. <a class="dropdown-item" href="./layout-vertical-transparent.html">
  543. Vertical transparent
  544. </a>
  545. <a class="dropdown-item" href="./layout-vertical-right.html">
  546. Right vertical
  547. </a>
  548. <a class="dropdown-item" href="./layout-condensed.html">
  549. Condensed
  550. </a>
  551. <a class="dropdown-item" href="./layout-combo.html">
  552. Combined
  553. </a>
  554. </div>
  555. <div class="dropdown-menu-column">
  556. <a class="dropdown-item" href="./layout-navbar-dark.html">
  557. Navbar dark
  558. </a>
  559. <a class="dropdown-item" href="./layout-navbar-sticky.html">
  560. Navbar sticky
  561. </a>
  562. <a class="dropdown-item" href="./layout-navbar-overlap.html">
  563. Navbar overlap
  564. </a>
  565. <a class="dropdown-item" href="./layout-rtl.html">
  566. RTL mode
  567. </a>
  568. <a class="dropdown-item" href="./layout-fluid.html">
  569. Fluid
  570. </a>
  571. <a class="dropdown-item" href="./layout-fluid-vertical.html">
  572. Fluid vertical
  573. </a>
  574. </div>
  575. </div>
  576. </div>
  577. </li>
  578. <li class="nav-item">
  579. <a class="nav-link" href="./icons.html" >
  580. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/ghost -->
  581. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 11a7 7 0 0 1 14 0v7a1.78 1.78 0 0 1 -3.1 1.4a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7" /><path d="M10 10l.01 0" /><path d="M14 10l.01 0" /><path d="M10 14a3.5 3.5 0 0 0 4 0" /></svg>
  582. </span>
  583. <span class="nav-link-title">
  584. 4231 icons
  585. </span>
  586. </a>
  587. </li>
  588. <li class="nav-item dropdown">
  589. <a class="nav-link dropdown-toggle" href="#navbar-help" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  590. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/lifebuoy -->
  591. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" /><path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" /><path d="M15 15l3.35 3.35" /><path d="M9 15l-3.35 3.35" /><path d="M5.65 5.65l3.35 3.35" /><path d="M18.35 5.65l-3.35 3.35" /></svg>
  592. </span>
  593. <span class="nav-link-title">
  594. Help
  595. </span>
  596. </a>
  597. <div class="dropdown-menu">
  598. <a class="dropdown-item" href="https://tabler.io/docs" target="_blank" rel="noopener">
  599. Documentation
  600. </a>
  601. <a class="dropdown-item" href="./changelog.html">
  602. Changelog
  603. </a>
  604. <a class="dropdown-item" href="https://github.com/tabler/tabler" target="_blank" rel="noopener">
  605. Source code
  606. </a>
  607. <a class="dropdown-item text-pink" href="https://github.com/sponsors/codecalm" target="_blank" rel="noopener">
  608. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  609. <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-inline me-1" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  610. Sponsor project!
  611. </a>
  612. </div>
  613. </li>
  614. </ul>
  615. <div class="my-2 my-md-0 flex-grow-1 flex-md-grow-0 order-first order-md-last">
  616. <form action="./" method="get" autocomplete="off" novalidate>
  617. <div class="input-icon">
  618. <span class="input-icon-addon">
  619. <!-- Download SVG icon from http://tabler-icons.io/i/search -->
  620. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" /><path d="M21 21l-6 -6" /></svg>
  621. </span>
  622. <input type="text" value="" class="form-control" placeholder="Search…" aria-label="Search in website">
  623. </div>
  624. </form>
  625. </div>
  626. </div>
  627. </div>
  628. </div>
  629. </header>
  630. <div class="page-wrapper">
  631. <!-- Page header -->
  632. <div class="page-header d-print-none">
  633. <div class="container-xl">
  634. <div class="row g-2 align-items-center">
  635. <div class="col">
  636. <h2 class="page-title">
  637. Color picker
  638. </h2>
  639. </div>
  640. </div>
  641. </div>
  642. </div>
  643. <!-- Page body -->
  644. <div class="page-body">
  645. <div class="container-xl">
  646. <div class="card">
  647. <div class="card-body">
  648. <h3 class="card-title">Basic</h3>
  649. <div class="row g-3">
  650. <div class="col-2">
  651. <div>
  652. <input type="text" class="form-control d-block" id="colorpicker-1" value="#0054a6" />
  653. </div>
  654. </div>
  655. <div class="col-2">
  656. <div>
  657. <input type="text" class="form-control d-block" id="colorpicker-2" value="#45aaf2" />
  658. </div>
  659. </div>
  660. <div class="col-2">
  661. <div>
  662. <input type="text" class="form-control d-block" id="colorpicker-3" value="#6574cd" />
  663. </div>
  664. </div>
  665. <div class="col-2">
  666. <div>
  667. <input type="text" class="form-control d-block" id="colorpicker-4" value="#a55eea" />
  668. </div>
  669. </div>
  670. <div class="col-2">
  671. <div>
  672. <input type="text" class="form-control d-block" id="colorpicker-5" value="#f66d9b" />
  673. </div>
  674. </div>
  675. <div class="col-2">
  676. <div>
  677. <input type="text" class="form-control d-block" id="colorpicker-6" value="#fa4654" />
  678. </div>
  679. </div>
  680. <div class="col-2">
  681. <div>
  682. <input type="text" class="form-control d-block" id="colorpicker-7" value="#fd9644" />
  683. </div>
  684. </div>
  685. <div class="col-2">
  686. <div>
  687. <input type="text" class="form-control d-block" id="colorpicker-8" value="#f1c40f" />
  688. </div>
  689. </div>
  690. <div class="col-2">
  691. <div>
  692. <input type="text" class="form-control d-block" id="colorpicker-9" value="#7bd235" />
  693. </div>
  694. </div>
  695. <div class="col-2">
  696. <div>
  697. <input type="text" class="form-control d-block" id="colorpicker-10" value="#5eba00" />
  698. </div>
  699. </div>
  700. <div class="col-2">
  701. <div>
  702. <input type="text" class="form-control d-block" id="colorpicker-11" value="#2bcbba" />
  703. </div>
  704. </div>
  705. <div class="col-2">
  706. <div>
  707. <input type="text" class="form-control d-block" id="colorpicker-12" value="#17a2b8" />
  708. </div>
  709. </div>
  710. </div>
  711. </div>
  712. </div>
  713. </div>
  714. </div>
  715. <footer class="footer footer-transparent d-print-none">
  716. <div class="container-xl">
  717. <div class="row text-center align-items-center flex-row-reverse">
  718. <div class="col-lg-auto ms-lg-auto">
  719. <ul class="list-inline list-inline-dots mb-0">
  720. <li class="list-inline-item"><a href="https://tabler.io/docs" target="_blank" class="link-secondary" rel="noopener">Documentation</a></li>
  721. <li class="list-inline-item"><a href="./license.html" class="link-secondary">License</a></li>
  722. <li class="list-inline-item"><a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary" rel="noopener">Source code</a></li>
  723. <li class="list-inline-item">
  724. <a href="https://github.com/sponsors/codecalm" target="_blank" class="link-secondary" rel="noopener">
  725. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  726. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-pink icon-filled icon-inline" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  727. Sponsor
  728. </a>
  729. </li>
  730. </ul>
  731. </div>
  732. <div class="col-12 col-lg-auto mt-3 mt-lg-0">
  733. <ul class="list-inline list-inline-dots mb-0">
  734. <li class="list-inline-item">
  735. Copyright &copy; 2023
  736. <a href="." class="link-secondary">Tabler</a>.
  737. All rights reserved.
  738. </li>
  739. <li class="list-inline-item">
  740. <a href="./changelog.html" class="link-secondary" rel="noopener">
  741. v1.0.0-beta19
  742. </a>
  743. </li>
  744. </ul>
  745. </div>
  746. </div>
  747. </div>
  748. </footer>
  749. </div>
  750. </div>
  751. <!-- Libs JS -->
  752. <script src="./dist/libs/melloware/coloris/dist/umd/coloris.min.js?1685973381" defer></script>
  753. <!-- Tabler Core -->
  754. <script src="./dist/js/tabler.min.js?1685973381" defer></script>
  755. <script src="./dist/js/demo.min.js?1685973381" defer></script>
  756. <script>
  757. // @formatter:off
  758. document.addEventListener("DOMContentLoaded", function () {
  759. window.Coloris && (Coloris({
  760. el: "#colorpicker-1",
  761. selectInput: false,
  762. alpha: false,
  763. format: "hex",
  764. swatches: [
  765. "#0054a6",
  766. "#45aaf2",
  767. "#6574cd",
  768. "#a55eea",
  769. "#f66d9b",
  770. "#fa4654",
  771. "#fd9644",
  772. "#f1c40f",
  773. "#7bd235",
  774. "#5eba00",
  775. "#2bcbba",
  776. "#17a2b8",
  777. ],
  778. }))
  779. })
  780. // @formatter:on
  781. </script>
  782. <script>
  783. // @formatter:off
  784. document.addEventListener("DOMContentLoaded", function () {
  785. window.Coloris && (Coloris({
  786. el: "#colorpicker-2",
  787. selectInput: false,
  788. alpha: false,
  789. format: "hex",
  790. swatches: [
  791. "#0054a6",
  792. "#45aaf2",
  793. "#6574cd",
  794. "#a55eea",
  795. "#f66d9b",
  796. "#fa4654",
  797. "#fd9644",
  798. "#f1c40f",
  799. "#7bd235",
  800. "#5eba00",
  801. "#2bcbba",
  802. "#17a2b8",
  803. ],
  804. }))
  805. })
  806. // @formatter:on
  807. </script>
  808. <script>
  809. // @formatter:off
  810. document.addEventListener("DOMContentLoaded", function () {
  811. window.Coloris && (Coloris({
  812. el: "#colorpicker-3",
  813. selectInput: false,
  814. alpha: false,
  815. format: "hex",
  816. swatches: [
  817. "#0054a6",
  818. "#45aaf2",
  819. "#6574cd",
  820. "#a55eea",
  821. "#f66d9b",
  822. "#fa4654",
  823. "#fd9644",
  824. "#f1c40f",
  825. "#7bd235",
  826. "#5eba00",
  827. "#2bcbba",
  828. "#17a2b8",
  829. ],
  830. }))
  831. })
  832. // @formatter:on
  833. </script>
  834. <script>
  835. // @formatter:off
  836. document.addEventListener("DOMContentLoaded", function () {
  837. window.Coloris && (Coloris({
  838. el: "#colorpicker-4",
  839. selectInput: false,
  840. alpha: false,
  841. format: "hex",
  842. swatches: [
  843. "#0054a6",
  844. "#45aaf2",
  845. "#6574cd",
  846. "#a55eea",
  847. "#f66d9b",
  848. "#fa4654",
  849. "#fd9644",
  850. "#f1c40f",
  851. "#7bd235",
  852. "#5eba00",
  853. "#2bcbba",
  854. "#17a2b8",
  855. ],
  856. }))
  857. })
  858. // @formatter:on
  859. </script>
  860. <script>
  861. // @formatter:off
  862. document.addEventListener("DOMContentLoaded", function () {
  863. window.Coloris && (Coloris({
  864. el: "#colorpicker-5",
  865. selectInput: false,
  866. alpha: false,
  867. format: "hex",
  868. swatches: [
  869. "#0054a6",
  870. "#45aaf2",
  871. "#6574cd",
  872. "#a55eea",
  873. "#f66d9b",
  874. "#fa4654",
  875. "#fd9644",
  876. "#f1c40f",
  877. "#7bd235",
  878. "#5eba00",
  879. "#2bcbba",
  880. "#17a2b8",
  881. ],
  882. }))
  883. })
  884. // @formatter:on
  885. </script>
  886. <script>
  887. // @formatter:off
  888. document.addEventListener("DOMContentLoaded", function () {
  889. window.Coloris && (Coloris({
  890. el: "#colorpicker-6",
  891. selectInput: false,
  892. alpha: false,
  893. format: "hex",
  894. swatches: [
  895. "#0054a6",
  896. "#45aaf2",
  897. "#6574cd",
  898. "#a55eea",
  899. "#f66d9b",
  900. "#fa4654",
  901. "#fd9644",
  902. "#f1c40f",
  903. "#7bd235",
  904. "#5eba00",
  905. "#2bcbba",
  906. "#17a2b8",
  907. ],
  908. }))
  909. })
  910. // @formatter:on
  911. </script>
  912. <script>
  913. // @formatter:off
  914. document.addEventListener("DOMContentLoaded", function () {
  915. window.Coloris && (Coloris({
  916. el: "#colorpicker-7",
  917. selectInput: false,
  918. alpha: false,
  919. format: "hex",
  920. swatches: [
  921. "#0054a6",
  922. "#45aaf2",
  923. "#6574cd",
  924. "#a55eea",
  925. "#f66d9b",
  926. "#fa4654",
  927. "#fd9644",
  928. "#f1c40f",
  929. "#7bd235",
  930. "#5eba00",
  931. "#2bcbba",
  932. "#17a2b8",
  933. ],
  934. }))
  935. })
  936. // @formatter:on
  937. </script>
  938. <script>
  939. // @formatter:off
  940. document.addEventListener("DOMContentLoaded", function () {
  941. window.Coloris && (Coloris({
  942. el: "#colorpicker-8",
  943. selectInput: false,
  944. alpha: false,
  945. format: "hex",
  946. swatches: [
  947. "#0054a6",
  948. "#45aaf2",
  949. "#6574cd",
  950. "#a55eea",
  951. "#f66d9b",
  952. "#fa4654",
  953. "#fd9644",
  954. "#f1c40f",
  955. "#7bd235",
  956. "#5eba00",
  957. "#2bcbba",
  958. "#17a2b8",
  959. ],
  960. }))
  961. })
  962. // @formatter:on
  963. </script>
  964. <script>
  965. // @formatter:off
  966. document.addEventListener("DOMContentLoaded", function () {
  967. window.Coloris && (Coloris({
  968. el: "#colorpicker-9",
  969. selectInput: false,
  970. alpha: false,
  971. format: "hex",
  972. swatches: [
  973. "#0054a6",
  974. "#45aaf2",
  975. "#6574cd",
  976. "#a55eea",
  977. "#f66d9b",
  978. "#fa4654",
  979. "#fd9644",
  980. "#f1c40f",
  981. "#7bd235",
  982. "#5eba00",
  983. "#2bcbba",
  984. "#17a2b8",
  985. ],
  986. }))
  987. })
  988. // @formatter:on
  989. </script>
  990. <script>
  991. // @formatter:off
  992. document.addEventListener("DOMContentLoaded", function () {
  993. window.Coloris && (Coloris({
  994. el: "#colorpicker-10",
  995. selectInput: false,
  996. alpha: false,
  997. format: "hex",
  998. swatches: [
  999. "#0054a6",
  1000. "#45aaf2",
  1001. "#6574cd",
  1002. "#a55eea",
  1003. "#f66d9b",
  1004. "#fa4654",
  1005. "#fd9644",
  1006. "#f1c40f",
  1007. "#7bd235",
  1008. "#5eba00",
  1009. "#2bcbba",
  1010. "#17a2b8",
  1011. ],
  1012. }))
  1013. })
  1014. // @formatter:on
  1015. </script>
  1016. <script>
  1017. // @formatter:off
  1018. document.addEventListener("DOMContentLoaded", function () {
  1019. window.Coloris && (Coloris({
  1020. el: "#colorpicker-11",
  1021. selectInput: false,
  1022. alpha: false,
  1023. format: "hex",
  1024. swatches: [
  1025. "#0054a6",
  1026. "#45aaf2",
  1027. "#6574cd",
  1028. "#a55eea",
  1029. "#f66d9b",
  1030. "#fa4654",
  1031. "#fd9644",
  1032. "#f1c40f",
  1033. "#7bd235",
  1034. "#5eba00",
  1035. "#2bcbba",
  1036. "#17a2b8",
  1037. ],
  1038. }))
  1039. })
  1040. // @formatter:on
  1041. </script>
  1042. <script>
  1043. // @formatter:off
  1044. document.addEventListener("DOMContentLoaded", function () {
  1045. window.Coloris && (Coloris({
  1046. el: "#colorpicker-12",
  1047. selectInput: false,
  1048. alpha: false,
  1049. format: "hex",
  1050. swatches: [
  1051. "#0054a6",
  1052. "#45aaf2",
  1053. "#6574cd",
  1054. "#a55eea",
  1055. "#f66d9b",
  1056. "#fa4654",
  1057. "#fd9644",
  1058. "#f1c40f",
  1059. "#7bd235",
  1060. "#5eba00",
  1061. "#2bcbba",
  1062. "#17a2b8",
  1063. ],
  1064. }))
  1065. })
  1066. // @formatter:on
  1067. </script>
  1068. </body>
  1069. </html>