colorpicker.html 52 KB

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