@rio-cloud/uikit-mcp 1.0.1 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +75 -39
- package/dist/doc-metadata.json +1872 -0
- package/dist/docs/components/accentBar.md +582 -0
- package/dist/docs/components/activity.md +330 -0
- package/dist/docs/components/animatedNumber.md +88 -0
- package/dist/docs/components/animatedTextReveal.md +381 -0
- package/dist/docs/components/animations.md +459 -0
- package/dist/docs/components/appHeader.md +737 -0
- package/dist/docs/components/appLayout.md +2033 -0
- package/dist/docs/components/appNavigationBar.md +274 -0
- package/dist/docs/components/areaCharts.md +828 -0
- package/dist/docs/components/aspectRatioPlaceholder.md +106 -0
- package/dist/docs/components/assetTree.md +3132 -0
- package/dist/docs/components/autosuggests.md +1177 -0
- package/dist/docs/components/avatar.md +206 -0
- package/dist/docs/components/banner.md +668 -0
- package/dist/docs/components/barCharts.md +2765 -0
- package/dist/docs/components/barList.md +517 -0
- package/dist/docs/components/basicMap.md +167 -0
- package/dist/docs/components/bottomSheet.md +721 -0
- package/dist/docs/components/button.md +775 -0
- package/dist/docs/components/buttonToolbar.md +134 -0
- package/dist/docs/components/calendarStripe.md +533 -0
- package/dist/docs/components/card.md +86 -0
- package/dist/docs/components/carousel.md +128 -0
- package/dist/docs/components/chartColors.md +716 -0
- package/dist/docs/components/chartsGettingStarted.md +28 -0
- package/dist/docs/components/chat.md +935 -0
- package/dist/docs/components/checkbox.md +996 -0
- package/dist/docs/components/clearableInput.md +806 -0
- package/dist/docs/components/collapse.md +189 -0
- package/dist/docs/components/composedCharts.md +424 -0
- package/dist/docs/components/contentLoader.md +674 -0
- package/dist/docs/components/dataTabs.md +1251 -0
- package/dist/docs/components/datepickers.md +2543 -0
- package/dist/docs/components/dialogs.md +2244 -0
- package/dist/docs/components/divider.md +219 -0
- package/dist/docs/components/dropdowns.md +17538 -0
- package/dist/docs/components/editableContent.md +1127 -0
- package/dist/docs/components/expander.md +970 -0
- package/dist/docs/components/fade.md +836 -0
- package/dist/docs/components/fadeExpander.md +180 -0
- package/dist/docs/components/fadeUp.md +396 -0
- package/dist/docs/components/feedback.md +758 -0
- package/dist/docs/components/filePickers.md +370 -0
- package/dist/docs/components/formLabel.md +251 -0
- package/dist/docs/components/fullscreenMap.md +10 -0
- package/dist/docs/components/groupedItemList.md +1001 -0
- package/dist/docs/components/iconList.md +306 -0
- package/dist/docs/components/imagePreloader.md +167 -0
- package/dist/docs/components/labeledElement.md +115 -0
- package/dist/docs/components/licensePlate.md +412 -0
- package/dist/docs/components/lineCharts.md +2014 -0
- package/dist/docs/components/listMenu.md +392 -0
- package/dist/docs/components/loadMore.md +219 -0
- package/dist/docs/components/mainNavigation.md +129 -0
- package/dist/docs/components/mapCircle.md +93 -0
- package/dist/docs/components/mapCluster.md +337 -0
- package/dist/docs/components/mapContext.md +284 -0
- package/dist/docs/components/mapDraggableMarker.md +150 -0
- package/dist/docs/components/mapGettingStarted.md +39 -0
- package/dist/docs/components/mapInfoBubble.md +135 -0
- package/dist/docs/components/mapLayerGroup.md +94 -0
- package/dist/docs/components/mapMarker.md +1814 -0
- package/dist/docs/components/mapPolygon.md +959 -0
- package/dist/docs/components/mapRoute.md +3816 -0
- package/dist/docs/components/mapRouteGenerator.md +6 -0
- package/dist/docs/components/mapSettings.md +1040 -0
- package/dist/docs/components/mapUtils.md +132 -0
- package/dist/docs/components/multiselects.md +1921 -0
- package/dist/docs/components/noData.md +210 -0
- package/dist/docs/components/notifications.md +314 -0
- package/dist/docs/components/numbercontrol.md +706 -0
- package/dist/docs/components/onboarding.md +297 -0
- package/dist/docs/components/page.md +241 -0
- package/dist/docs/components/pager.md +133 -0
- package/dist/docs/components/pieCharts.md +1284 -0
- package/dist/docs/components/popover.md +222 -0
- package/dist/docs/components/position.md +50 -0
- package/dist/docs/components/radialBarCharts.md +3663 -0
- package/dist/docs/components/radiobutton.md +1271 -0
- package/dist/docs/components/releaseNotes.md +135 -0
- package/dist/docs/components/resizer.md +162 -0
- package/dist/docs/components/responsiveColumnStripe.md +435 -0
- package/dist/docs/components/responsiveVideo.md +71 -0
- package/dist/docs/components/rioglyph.md +331 -0
- package/dist/docs/components/rules.md +965 -0
- package/dist/docs/components/saveableInput.md +1721 -0
- package/dist/docs/components/selects.md +1993 -0
- package/dist/docs/components/sidebar.md +332 -0
- package/dist/docs/components/sliders.md +376 -0
- package/dist/docs/components/smoothScrollbars.md +1180 -0
- package/dist/docs/components/spinners.md +506 -0
- package/dist/docs/components/states.md +1176 -0
- package/dist/docs/components/statsWidgets.md +636 -0
- package/dist/docs/components/statusBar.md +644 -0
- package/dist/docs/components/stepButton.md +61 -0
- package/dist/docs/components/steppedProgressBars.md +1064 -0
- package/dist/docs/components/subNavigation.md +470 -0
- package/dist/docs/components/supportMarker.md +115 -0
- package/dist/docs/components/svgImage.md +248 -0
- package/dist/docs/components/switch.md +554 -0
- package/dist/docs/components/tables.md +8 -0
- package/dist/docs/components/tagManager.md +476 -0
- package/dist/docs/components/tags.md +785 -0
- package/dist/docs/components/teaser.md +925 -0
- package/dist/docs/components/timeline.md +514 -0
- package/dist/docs/components/timepicker.md +262 -0
- package/dist/docs/components/toggleButton.md +178 -0
- package/dist/docs/components/tooltip.md +454 -0
- package/dist/docs/components/virtualList.md +486 -0
- package/dist/docs/foundations.md +20901 -0
- package/dist/docs/start/changelog.md +714 -0
- package/dist/docs/start/goodtoknow.md +14 -0
- package/dist/docs/start/guidelines/color-combinations.md +678 -0
- package/dist/docs/start/guidelines/custom-css.md +42 -0
- package/dist/docs/start/guidelines/custom-rioglyph.md +35 -0
- package/dist/docs/start/guidelines/formatting.md +587 -0
- package/dist/docs/start/guidelines/iframe.md +323 -0
- package/dist/docs/start/guidelines/obfuscate-data.md +30 -0
- package/dist/docs/start/guidelines/print-css.md +36 -0
- package/dist/docs/start/guidelines/spinner.md +710 -0
- package/dist/docs/start/guidelines/supported-browsers.md +10 -0
- package/dist/docs/start/guidelines/writing.md +635 -0
- package/dist/docs/start/howto.md +187 -0
- package/dist/docs/start/intro.md +43 -0
- package/dist/docs/start/responsiveness.md +98 -0
- package/dist/docs/templates/common-table.md +1111 -0
- package/dist/docs/templates/detail-views.md +942 -0
- package/dist/docs/templates/expandable-details.md +228 -0
- package/dist/docs/templates/feature-cards.md +549 -0
- package/dist/docs/templates/form-summary.md +199 -0
- package/dist/docs/templates/form-toggle.md +367 -0
- package/dist/docs/templates/list-blocks.md +1021 -0
- package/dist/docs/templates/loading-progress.md +109 -0
- package/dist/docs/templates/options-panel.md +152 -0
- package/dist/docs/templates/panel-variants.md +164 -0
- package/dist/docs/templates/progress-cards.md +607 -0
- package/dist/docs/templates/progress-success.md +142 -0
- package/dist/docs/templates/settings-form.md +434 -0
- package/dist/docs/templates/stats-blocks.md +1381 -0
- package/dist/docs/templates/table-panel.md +184 -0
- package/dist/docs/templates/table-row-animation.md +317 -0
- package/dist/docs/templates/usage-cards.md +227 -0
- package/dist/docs/utilities/deviceUtils.md +123 -0
- package/dist/docs/utilities/featureToggles.md +90 -0
- package/dist/docs/utilities/fuelTypeUtils.md +186 -0
- package/dist/docs/utilities/routeUtils.md +138 -0
- package/dist/docs/utilities/useAfterMount.md +66 -0
- package/dist/docs/utilities/useAutoAnimate.md +193 -0
- package/dist/docs/utilities/useAverage.md +95 -0
- package/dist/docs/utilities/useClickOutside.md +61 -0
- package/dist/docs/utilities/useClipboard.md +93 -0
- package/dist/docs/utilities/useCount.md +178 -0
- package/dist/docs/utilities/useDarkMode.md +49 -0
- package/dist/docs/utilities/useDebugInfo.md +126 -0
- package/dist/docs/utilities/useEffectOnce.md +58 -0
- package/dist/docs/utilities/useElapsedTime.md +58 -0
- package/dist/docs/utilities/useElementSize.md +71 -0
- package/dist/docs/utilities/useEsc.md +58 -0
- package/dist/docs/utilities/useEvent.md +64 -0
- package/dist/docs/utilities/useFocusTrap.md +85 -0
- package/dist/docs/utilities/useFullscreen.md +198 -0
- package/dist/docs/utilities/useHover.md +55 -0
- package/dist/docs/utilities/useIncomingPostMessages.md +237 -0
- package/dist/docs/utilities/useInterval.md +85 -0
- package/dist/docs/utilities/useIsFocusWithin.md +114 -0
- package/dist/docs/utilities/useKey.md +151 -0
- package/dist/docs/utilities/useLocalStorage.md +91 -0
- package/dist/docs/utilities/useLocationSuggestions.md +114 -0
- package/dist/docs/utilities/useMax.md +62 -0
- package/dist/docs/utilities/useMin.md +78 -0
- package/dist/docs/utilities/useMutationObserver.md +113 -0
- package/dist/docs/utilities/useOnScreen.md +138 -0
- package/dist/docs/utilities/useOnlineStatus.md +49 -0
- package/dist/docs/utilities/usePostMessage.md +117 -0
- package/dist/docs/utilities/usePostMessageSender.md +257 -0
- package/dist/docs/utilities/usePrevious.md +101 -0
- package/dist/docs/utilities/useResizeObserver.md +151 -0
- package/dist/docs/utilities/useScrollPosition.md +252 -0
- package/dist/docs/utilities/useSearch.md +228 -0
- package/dist/docs/utilities/useSorting.md +389 -0
- package/dist/docs/utilities/useStateWithValidation.md +83 -0
- package/dist/docs/utilities/useSum.md +155 -0
- package/dist/docs/utilities/useTableExport.md +404 -0
- package/dist/docs/utilities/useTableSelection.md +1120 -0
- package/dist/docs/utilities/useTimeout.md +55 -0
- package/dist/docs/utilities/useToggle.md +115 -0
- package/dist/docs/utilities/useWindowResize.md +70 -0
- package/dist/index.mjs +271 -0
- package/dist/search-synonyms.json +134 -0
- package/dist/version.json +4 -0
- package/package.json +23 -19
- package/bin/uikit-mcp.mjs +0 -23
- package/data/pages/Components/components/accentbar.json +0 -207
- package/data/pages/Components/components/activity.json +0 -87
- package/data/pages/Components/components/animatednumber.json +0 -99
- package/data/pages/Components/components/animations.json +0 -87
- package/data/pages/Components/components/appheader.json +0 -291
- package/data/pages/Components/components/applayout.json +0 -1198
- package/data/pages/Components/components/appnavigationbar.json +0 -327
- package/data/pages/Components/components/areacharts.json +0 -563
- package/data/pages/Components/components/aspectratioplaceholder.json +0 -75
- package/data/pages/Components/components/assettree.json +0 -3080
- package/data/pages/Components/components/autosuggests.json +0 -710
- package/data/pages/Components/components/avatar.json +0 -157
- package/data/pages/Components/components/banner.json +0 -599
- package/data/pages/Components/components/barcharts.json +0 -1507
- package/data/pages/Components/components/barlist.json +0 -223
- package/data/pages/Components/components/basicmap.json +0 -68
- package/data/pages/Components/components/bottomsheet.json +0 -601
- package/data/pages/Components/components/button.json +0 -583
- package/data/pages/Components/components/buttontoolbar.json +0 -63
- package/data/pages/Components/components/calendarstripe.json +0 -235
- package/data/pages/Components/components/card.json +0 -69
- package/data/pages/Components/components/carousel.json +0 -39
- package/data/pages/Components/components/chartcolors.json +0 -34
- package/data/pages/Components/components/chartsgettingstarted.json +0 -32
- package/data/pages/Components/components/chat.json +0 -39
- package/data/pages/Components/components/checkbox.json +0 -847
- package/data/pages/Components/components/clearableinput.json +0 -789
- package/data/pages/Components/components/collapse.json +0 -175
- package/data/pages/Components/components/composedcharts.json +0 -159
- package/data/pages/Components/components/contentloader.json +0 -233
- package/data/pages/Components/components/datatabs.json +0 -680
- package/data/pages/Components/components/datepickers.json +0 -287
- package/data/pages/Components/components/dialogs.json +0 -1492
- package/data/pages/Components/components/divider.json +0 -93
- package/data/pages/Components/components/dropdowns.json +0 -936
- package/data/pages/Components/components/editablecontent.json +0 -1117
- package/data/pages/Components/components/expander.json +0 -377
- package/data/pages/Components/components/fade.json +0 -403
- package/data/pages/Components/components/fadeexpander.json +0 -75
- package/data/pages/Components/components/fadeup.json +0 -127
- package/data/pages/Components/components/feedback.json +0 -269
- package/data/pages/Components/components/filepickers.json +0 -269
- package/data/pages/Components/components/formlabel.json +0 -115
- package/data/pages/Components/components/fullscreenmap.json +0 -22
- package/data/pages/Components/components/groupeditemlist.json +0 -323
- package/data/pages/Components/components/iconlist.json +0 -45
- package/data/pages/Components/components/imagepreloader.json +0 -81
- package/data/pages/Components/components/labeledelement.json +0 -75
- package/data/pages/Components/components/licenseplate.json +0 -69
- package/data/pages/Components/components/linecharts.json +0 -987
- package/data/pages/Components/components/listmenu.json +0 -313
- package/data/pages/Components/components/loadmore.json +0 -175
- package/data/pages/Components/components/mainnavigation.json +0 -39
- package/data/pages/Components/components/mapcircle.json +0 -34
- package/data/pages/Components/components/mapcluster.json +0 -51
- package/data/pages/Components/components/mapcontext.json +0 -105
- package/data/pages/Components/components/mapdraggablemarker.json +0 -34
- package/data/pages/Components/components/mapgettingstarted.json +0 -27
- package/data/pages/Components/components/mapgroup.json +0 -1198
- package/data/pages/Components/components/mapinfobubble.json +0 -34
- package/data/pages/Components/components/maplayergroup.json +0 -34
- package/data/pages/Components/components/mapmarker.json +0 -700
- package/data/pages/Components/components/mappolygon.json +0 -45
- package/data/pages/Components/components/maproute.json +0 -623
- package/data/pages/Components/components/maproutegenerator.json +0 -16
- package/data/pages/Components/components/mapsettings.json +0 -51
- package/data/pages/Components/components/maputils.json +0 -34
- package/data/pages/Components/components/multiselects.json +0 -1451
- package/data/pages/Components/components/nodata.json +0 -139
- package/data/pages/Components/components/notifications.json +0 -65
- package/data/pages/Components/components/numbercontrol.json +0 -301
- package/data/pages/Components/components/onboarding.json +0 -302
- package/data/pages/Components/components/page.json +0 -197
- package/data/pages/Components/components/pager.json +0 -93
- package/data/pages/Components/components/piecharts.json +0 -731
- package/data/pages/Components/components/popover.json +0 -251
- package/data/pages/Components/components/position.json +0 -69
- package/data/pages/Components/components/radialbarcharts.json +0 -1304
- package/data/pages/Components/components/radiobutton.json +0 -1105
- package/data/pages/Components/components/releasenotes.json +0 -44
- package/data/pages/Components/components/resizer.json +0 -93
- package/data/pages/Components/components/responsivecolumnstripe.json +0 -123
- package/data/pages/Components/components/responsivevideo.json +0 -75
- package/data/pages/Components/components/rioglyph.json +0 -93
- package/data/pages/Components/components/rules.json +0 -410
- package/data/pages/Components/components/saveableinput.json +0 -703
- package/data/pages/Components/components/selects.json +0 -701
- package/data/pages/Components/components/sidebar.json +0 -243
- package/data/pages/Components/components/sliders.json +0 -235
- package/data/pages/Components/components/smoothscrollbars.json +0 -335
- package/data/pages/Components/components/spinners.json +0 -343
- package/data/pages/Components/components/states.json +0 -1705
- package/data/pages/Components/components/statswidgets.json +0 -314
- package/data/pages/Components/components/statusbar.json +0 -177
- package/data/pages/Components/components/stepbutton.json +0 -57
- package/data/pages/Components/components/steppedprogressbars.json +0 -417
- package/data/pages/Components/components/subnavigation.json +0 -107
- package/data/pages/Components/components/supportmarker.json +0 -45
- package/data/pages/Components/components/svgimage.json +0 -81
- package/data/pages/Components/components/switch.json +0 -111
- package/data/pages/Components/components/tables.json +0 -144
- package/data/pages/Components/components/tagmanager.json +0 -86
- package/data/pages/Components/components/tags.json +0 -146
- package/data/pages/Components/components/teaser.json +0 -188
- package/data/pages/Components/components/timeline.json +0 -45
- package/data/pages/Components/components/timepicker.json +0 -163
- package/data/pages/Components/components/togglebutton.json +0 -247
- package/data/pages/Components/components/tooltip.json +0 -270
- package/data/pages/Components/components/virtuallist.json +0 -175
- package/data/pages/Foundations/foundations.json +0 -2475
- package/data/pages/Getting-started/start/changelog.json +0 -22
- package/data/pages/Getting-started/start/goodtoknow.json +0 -32
- package/data/pages/Getting-started/start/guidelines/color-combinations.json +0 -58
- package/data/pages/Getting-started/start/guidelines/custom-css.json +0 -27
- package/data/pages/Getting-started/start/guidelines/custom-rioglyph.json +0 -22
- package/data/pages/Getting-started/start/guidelines/formatting.json +0 -97
- package/data/pages/Getting-started/start/guidelines/iframe.json +0 -93
- package/data/pages/Getting-started/start/guidelines/obfuscate-data.json +0 -22
- package/data/pages/Getting-started/start/guidelines/print-css.json +0 -37
- package/data/pages/Getting-started/start/guidelines/spinner.json +0 -144
- package/data/pages/Getting-started/start/guidelines/supported-browsers.json +0 -22
- package/data/pages/Getting-started/start/guidelines/writing.json +0 -242
- package/data/pages/Getting-started/start/howto.json +0 -72
- package/data/pages/Getting-started/start/intro.json +0 -37
- package/data/pages/Getting-started/start/responsiveness.json +0 -52
- package/data/pages/Templates/templates/common-table.json +0 -39
- package/data/pages/Templates/templates/detail-views.json +0 -71
- package/data/pages/Templates/templates/expandable-details.json +0 -39
- package/data/pages/Templates/templates/feature-cards.json +0 -103
- package/data/pages/Templates/templates/form-summary.json +0 -39
- package/data/pages/Templates/templates/form-toggle.json +0 -39
- package/data/pages/Templates/templates/list-blocks.json +0 -119
- package/data/pages/Templates/templates/loading-progress.json +0 -39
- package/data/pages/Templates/templates/options-panel.json +0 -39
- package/data/pages/Templates/templates/panel-variants.json +0 -39
- package/data/pages/Templates/templates/progress-cards.json +0 -71
- package/data/pages/Templates/templates/progress-success.json +0 -39
- package/data/pages/Templates/templates/settings-form.json +0 -39
- package/data/pages/Templates/templates/stats-blocks.json +0 -135
- package/data/pages/Templates/templates/table-panel.json +0 -39
- package/data/pages/Templates/templates/table-row-animation.json +0 -39
- package/data/pages/Templates/templates/usage-cards.json +0 -39
- package/data/pages/Utilities/utilities/deviceutils.json +0 -39
- package/data/pages/Utilities/utilities/featuretoggles.json +0 -42
- package/data/pages/Utilities/utilities/fueltypeutils.json +0 -118
- package/data/pages/Utilities/utilities/routeutils.json +0 -34
- package/data/pages/Utilities/utilities/useaftermount.json +0 -63
- package/data/pages/Utilities/utilities/useaverage.json +0 -86
- package/data/pages/Utilities/utilities/useclickoutside.json +0 -69
- package/data/pages/Utilities/utilities/useclipboard.json +0 -57
- package/data/pages/Utilities/utilities/usecount.json +0 -92
- package/data/pages/Utilities/utilities/usedarkmode.json +0 -50
- package/data/pages/Utilities/utilities/usedebuginfo.json +0 -63
- package/data/pages/Utilities/utilities/useeffectonce.json +0 -57
- package/data/pages/Utilities/utilities/useelapsedtime.json +0 -57
- package/data/pages/Utilities/utilities/useelementsize.json +0 -63
- package/data/pages/Utilities/utilities/useesc.json +0 -57
- package/data/pages/Utilities/utilities/useevent.json +0 -75
- package/data/pages/Utilities/utilities/usefocustrap.json +0 -57
- package/data/pages/Utilities/utilities/usefullscreen.json +0 -197
- package/data/pages/Utilities/utilities/usehover.json +0 -57
- package/data/pages/Utilities/utilities/useinterval.json +0 -63
- package/data/pages/Utilities/utilities/useisfocuswithin.json +0 -75
- package/data/pages/Utilities/utilities/usekey.json +0 -75
- package/data/pages/Utilities/utilities/uselocalstorage.json +0 -69
- package/data/pages/Utilities/utilities/uselocationsuggestions.json +0 -110
- package/data/pages/Utilities/utilities/usemax.json +0 -86
- package/data/pages/Utilities/utilities/usemin.json +0 -86
- package/data/pages/Utilities/utilities/usemutationobserver.json +0 -69
- package/data/pages/Utilities/utilities/useonlinestatus.json +0 -39
- package/data/pages/Utilities/utilities/useonscreen.json +0 -63
- package/data/pages/Utilities/utilities/usepostmessage.json +0 -80
- package/data/pages/Utilities/utilities/useprevious.json +0 -63
- package/data/pages/Utilities/utilities/useresizeobserver.json +0 -65
- package/data/pages/Utilities/utilities/usescrollposition.json +0 -103
- package/data/pages/Utilities/utilities/usesearch.json +0 -197
- package/data/pages/Utilities/utilities/usesorting.json +0 -139
- package/data/pages/Utilities/utilities/usestatewithvalidation.json +0 -69
- package/data/pages/Utilities/utilities/usesum.json +0 -86
- package/data/pages/Utilities/utilities/usetableexport.json +0 -87
- package/data/pages/Utilities/utilities/usetableselection.json +0 -311
- package/data/pages/Utilities/utilities/usetimeout.json +0 -63
- package/data/pages/Utilities/utilities/usetoggle.json +0 -75
- package/data/pages/Utilities/utilities/usewindowresize.json +0 -63
- package/data/version.json +0 -4
- package/docs/content-schema.md +0 -147
- package/docs/navigation-inventory.json +0 -1310
- package/docs/search-synonyms.json +0 -43
- package/server/index.mjs +0 -268
- package/server/lib/load-docs.mjs +0 -48
- package/server/lib/normalise-doc.mjs +0 -220
- package/server/lib/render-markdown.mjs +0 -82
- package/server/lib/search-index.mjs +0 -49
- package/server/lib/types.js +0 -99
|
@@ -0,0 +1,716 @@
|
|
|
1
|
+
# Chart Colors
|
|
2
|
+
|
|
3
|
+
*Category:* Components
|
|
4
|
+
*Section:* Charts
|
|
5
|
+
*Source:* https://uikit.developers.rio.cloud/#components/chartColors
|
|
6
|
+
*Captured:* 2025-12-12T14:21:22.290Z
|
|
7
|
+
|
|
8
|
+
The colors listed below are exposed via the colors.json file and can also be used with other charting libraries to achieve a common look and feel.
|
|
9
|
+
|
|
10
|
+
## Chart Colors
|
|
11
|
+
|
|
12
|
+
> Note: The warmup and coldplay colors are to be preferred. Other colors may be used as fallback.
|
|
13
|
+
|
|
14
|
+
### Example: Example 1
|
|
15
|
+
|
|
16
|
+
Warmup colors
|
|
17
|
+
color-warmup-crimson
|
|
18
|
+
|
|
19
|
+
color-warmup-victoria
|
|
20
|
+
|
|
21
|
+
color-warmup-cadillac
|
|
22
|
+
|
|
23
|
+
color-warmup-raspberry
|
|
24
|
+
|
|
25
|
+
color-warmup-cerise
|
|
26
|
+
|
|
27
|
+
color-warmup-charm
|
|
28
|
+
|
|
29
|
+
color-warmup-salmon
|
|
30
|
+
|
|
31
|
+
color-warmup-cherokee
|
|
32
|
+
|
|
33
|
+
color-warmup-corn
|
|
34
|
+
|
|
35
|
+
Coldplay colors
|
|
36
|
+
color-coldplay-wine
|
|
37
|
+
|
|
38
|
+
color-coldplay-aubergine
|
|
39
|
+
|
|
40
|
+
color-coldplay-kashmir
|
|
41
|
+
|
|
42
|
+
color-coldplay-fountain
|
|
43
|
+
|
|
44
|
+
color-coldplay-turquoise
|
|
45
|
+
|
|
46
|
+
color-coldplay-bermuda
|
|
47
|
+
|
|
48
|
+
color-coldplay-moos
|
|
49
|
+
|
|
50
|
+
color-coldplay-primrose
|
|
51
|
+
|
|
52
|
+
color-coldplay-khaki
|
|
53
|
+
|
|
54
|
+
Spectrum colors
|
|
55
|
+
color-spectrum-indigo
|
|
56
|
+
|
|
57
|
+
color-spectrum-violet
|
|
58
|
+
|
|
59
|
+
color-spectrum-purple
|
|
60
|
+
|
|
61
|
+
color-spectrum-fuchsia
|
|
62
|
+
|
|
63
|
+
color-spectrum-pink
|
|
64
|
+
|
|
65
|
+
color-spectrum-rose
|
|
66
|
+
|
|
67
|
+
Brand colors
|
|
68
|
+
brand-primary
|
|
69
|
+
|
|
70
|
+
brand-secondary
|
|
71
|
+
|
|
72
|
+
brand-primary-decent
|
|
73
|
+
|
|
74
|
+
brand-secondary-decent
|
|
75
|
+
|
|
76
|
+
brand-info
|
|
77
|
+
|
|
78
|
+
brand-success
|
|
79
|
+
|
|
80
|
+
brand-warning
|
|
81
|
+
|
|
82
|
+
brand-danger
|
|
83
|
+
|
|
84
|
+
brand-info-decent
|
|
85
|
+
|
|
86
|
+
brand-success-decent
|
|
87
|
+
|
|
88
|
+
brand-warning-decent
|
|
89
|
+
|
|
90
|
+
brand-danger-decent
|
|
91
|
+
|
|
92
|
+
Highlight colors
|
|
93
|
+
color-highlight-darkest
|
|
94
|
+
|
|
95
|
+
color-highlight-darker
|
|
96
|
+
|
|
97
|
+
color-highlight-dark
|
|
98
|
+
|
|
99
|
+
color-highlight
|
|
100
|
+
|
|
101
|
+
color-highlight-light
|
|
102
|
+
|
|
103
|
+
color-highlight-lighter
|
|
104
|
+
|
|
105
|
+
color-highlight-lightest
|
|
106
|
+
|
|
107
|
+
color-highlight-decent
|
|
108
|
+
|
|
109
|
+
Base colors
|
|
110
|
+
gray-darkest
|
|
111
|
+
|
|
112
|
+
gray-darker
|
|
113
|
+
|
|
114
|
+
gray-dark
|
|
115
|
+
|
|
116
|
+
gray
|
|
117
|
+
|
|
118
|
+
gray-light
|
|
119
|
+
|
|
120
|
+
gray-lighter
|
|
121
|
+
|
|
122
|
+
gray-lightest
|
|
123
|
+
|
|
124
|
+
gray-decent
|
|
125
|
+
|
|
126
|
+
Map marker colors
|
|
127
|
+
color-map-marker-text
|
|
128
|
+
|
|
129
|
+
color-map-marker-active
|
|
130
|
+
|
|
131
|
+
color-map-marker-asset
|
|
132
|
+
|
|
133
|
+
color-map-marker-poi
|
|
134
|
+
|
|
135
|
+
color-map-marker-geofence
|
|
136
|
+
|
|
137
|
+
color-map-marker-route
|
|
138
|
+
|
|
139
|
+
color-map-marker-info
|
|
140
|
+
|
|
141
|
+
color-map-marker-success
|
|
142
|
+
|
|
143
|
+
color-map-marker-warning
|
|
144
|
+
|
|
145
|
+
color-map-marker-danger
|
|
146
|
+
|
|
147
|
+
color-map-marker-restrictions
|
|
148
|
+
|
|
149
|
+
Driving status colors
|
|
150
|
+
color-status-available
|
|
151
|
+
|
|
152
|
+
color-status-driving
|
|
153
|
+
|
|
154
|
+
color-status-resting
|
|
155
|
+
|
|
156
|
+
color-status-working
|
|
157
|
+
|
|
158
|
+
Rating colors
|
|
159
|
+
color-rating-1
|
|
160
|
+
|
|
161
|
+
color-rating-2
|
|
162
|
+
|
|
163
|
+
color-rating-3
|
|
164
|
+
|
|
165
|
+
color-rating-4
|
|
166
|
+
|
|
167
|
+
color-rating-5
|
|
168
|
+
|
|
169
|
+
#### Summary
|
|
170
|
+
|
|
171
|
+
Warmup colors
|
|
172
|
+
color-warmup-crimson
|
|
173
|
+
|
|
174
|
+
color-warmup-victoria
|
|
175
|
+
|
|
176
|
+
color-warmup-cadillac
|
|
177
|
+
|
|
178
|
+
color-warmup-raspberry
|
|
179
|
+
|
|
180
|
+
color-warmup-cerise
|
|
181
|
+
|
|
182
|
+
color-warmup-charm
|
|
183
|
+
|
|
184
|
+
color-warmup-salmon
|
|
185
|
+
|
|
186
|
+
color-warmup-cherokee
|
|
187
|
+
|
|
188
|
+
color-warmup-corn
|
|
189
|
+
|
|
190
|
+
Coldplay colors
|
|
191
|
+
color-coldplay-wine
|
|
192
|
+
|
|
193
|
+
color-coldplay-aubergine
|
|
194
|
+
|
|
195
|
+
color-coldplay-kashmir
|
|
196
|
+
|
|
197
|
+
color-coldplay-fountain
|
|
198
|
+
|
|
199
|
+
color-coldplay-turquoise
|
|
200
|
+
|
|
201
|
+
color-coldplay-bermuda
|
|
202
|
+
|
|
203
|
+
color-coldplay-moos
|
|
204
|
+
|
|
205
|
+
color-coldplay-primrose
|
|
206
|
+
|
|
207
|
+
color-coldplay-khaki
|
|
208
|
+
|
|
209
|
+
Spectrum colors
|
|
210
|
+
color-spectrum-indigo
|
|
211
|
+
|
|
212
|
+
color-spectrum-violet
|
|
213
|
+
|
|
214
|
+
color-spectrum-purple
|
|
215
|
+
|
|
216
|
+
color-spectrum-fuchsia
|
|
217
|
+
|
|
218
|
+
color-spectrum-pink
|
|
219
|
+
|
|
220
|
+
color-spectrum-rose
|
|
221
|
+
|
|
222
|
+
Brand colors
|
|
223
|
+
brand-primary
|
|
224
|
+
|
|
225
|
+
brand-secondary
|
|
226
|
+
|
|
227
|
+
brand-primary-decent
|
|
228
|
+
|
|
229
|
+
brand-secondary-decent
|
|
230
|
+
|
|
231
|
+
brand-info
|
|
232
|
+
|
|
233
|
+
brand-success
|
|
234
|
+
|
|
235
|
+
brand-warning
|
|
236
|
+
|
|
237
|
+
brand-danger
|
|
238
|
+
|
|
239
|
+
brand-info-decent
|
|
240
|
+
|
|
241
|
+
brand-success-decent
|
|
242
|
+
|
|
243
|
+
brand-warning-decent
|
|
244
|
+
|
|
245
|
+
brand-danger-decent
|
|
246
|
+
|
|
247
|
+
Highlight colors
|
|
248
|
+
color-highlight-darkest
|
|
249
|
+
|
|
250
|
+
color-highlight-darker
|
|
251
|
+
|
|
252
|
+
color-highlight-dark
|
|
253
|
+
|
|
254
|
+
color-highlight
|
|
255
|
+
|
|
256
|
+
color-highlight-light
|
|
257
|
+
|
|
258
|
+
color-highlight-lighter
|
|
259
|
+
|
|
260
|
+
color-highlight-lightest
|
|
261
|
+
|
|
262
|
+
color-highlight-decent
|
|
263
|
+
|
|
264
|
+
Base colors
|
|
265
|
+
gray-darkest
|
|
266
|
+
|
|
267
|
+
gray-darker
|
|
268
|
+
|
|
269
|
+
gray-dark
|
|
270
|
+
|
|
271
|
+
gray
|
|
272
|
+
|
|
273
|
+
gray-light
|
|
274
|
+
|
|
275
|
+
gray-lighter
|
|
276
|
+
|
|
277
|
+
gray-lightest
|
|
278
|
+
|
|
279
|
+
gray-decent
|
|
280
|
+
|
|
281
|
+
Map marker colors
|
|
282
|
+
color-map-marker-text
|
|
283
|
+
|
|
284
|
+
color-map-marker-active
|
|
285
|
+
|
|
286
|
+
color-map-marker-asset
|
|
287
|
+
|
|
288
|
+
color-map-marker-poi
|
|
289
|
+
|
|
290
|
+
color-map-marker-geofence
|
|
291
|
+
|
|
292
|
+
color-map-marker-route
|
|
293
|
+
|
|
294
|
+
color-map-marker-info
|
|
295
|
+
|
|
296
|
+
color-map-marker-success
|
|
297
|
+
|
|
298
|
+
color-map-marker-warning
|
|
299
|
+
|
|
300
|
+
color-map-marker-danger
|
|
301
|
+
|
|
302
|
+
color-map-marker-restrictions
|
|
303
|
+
|
|
304
|
+
Driving status colors
|
|
305
|
+
color-status-available
|
|
306
|
+
|
|
307
|
+
color-status-driving
|
|
308
|
+
|
|
309
|
+
color-status-resting
|
|
310
|
+
|
|
311
|
+
color-status-working
|
|
312
|
+
|
|
313
|
+
Rating colors
|
|
314
|
+
color-rating-1
|
|
315
|
+
|
|
316
|
+
color-rating-2
|
|
317
|
+
|
|
318
|
+
color-rating-3
|
|
319
|
+
|
|
320
|
+
color-rating-4
|
|
321
|
+
|
|
322
|
+
color-rating-5
|
|
323
|
+
|
|
324
|
+
#### HTML (html)
|
|
325
|
+
|
|
326
|
+
```html
|
|
327
|
+
<div class="display-grid grid-cols-1 grid-cols-2-sm grid-cols-3-md gap-20">
|
|
328
|
+
<div>
|
|
329
|
+
<legend class="margin-top-25">Warmup colors</legend>
|
|
330
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
331
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(49, 20, 79);">
|
|
332
|
+
</div>
|
|
333
|
+
<div class="margin-left-15">color-warmup-crimson</div>
|
|
334
|
+
</div>
|
|
335
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
336
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(73, 61, 109);">
|
|
337
|
+
</div>
|
|
338
|
+
<div class="margin-left-15">color-warmup-victoria</div>
|
|
339
|
+
</div>
|
|
340
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
341
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(126, 62, 114);">
|
|
342
|
+
</div>
|
|
343
|
+
<div class="margin-left-15">color-warmup-cadillac</div>
|
|
344
|
+
</div>
|
|
345
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
346
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(178, 54, 114);">
|
|
347
|
+
</div>
|
|
348
|
+
<div class="margin-left-15">color-warmup-raspberry</div>
|
|
349
|
+
</div>
|
|
350
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
351
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(231, 36, 114);">
|
|
352
|
+
</div>
|
|
353
|
+
<div class="margin-left-15">color-warmup-cerise</div>
|
|
354
|
+
</div>
|
|
355
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
356
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(201, 119, 141);">
|
|
357
|
+
</div>
|
|
358
|
+
<div class="margin-left-15">color-warmup-charm</div>
|
|
359
|
+
</div>
|
|
360
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
361
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(241, 149, 136);">
|
|
362
|
+
</div>
|
|
363
|
+
<div class="margin-left-15">color-warmup-salmon</div>
|
|
364
|
+
</div>
|
|
365
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
366
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(245, 187, 137);">
|
|
367
|
+
</div>
|
|
368
|
+
<div class="margin-left-15">color-warmup-cherokee</div>
|
|
369
|
+
</div>
|
|
370
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
371
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(253, 224, 130);">
|
|
372
|
+
</div>
|
|
373
|
+
<div class="margin-left-15">color-warmup-corn</div>
|
|
374
|
+
</div>
|
|
375
|
+
</div>
|
|
376
|
+
<div>
|
|
377
|
+
<legend class="margin-top-25">Coldplay colors</legend>
|
|
378
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
379
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(82, 13, 78);">
|
|
380
|
+
</div>
|
|
381
|
+
<div class="margin-left-15">color-coldplay-wine</div>
|
|
382
|
+
</div>
|
|
383
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
384
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(90, 72, 118);">
|
|
385
|
+
</div>
|
|
386
|
+
<div class="margin-left-15">color-coldplay-aubergine</div>
|
|
387
|
+
</div>
|
|
388
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
389
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(83, 110, 139);">
|
|
390
|
+
</div>
|
|
391
|
+
<div class="margin-left-15">color-coldplay-kashmir</div>
|
|
392
|
+
</div>
|
|
393
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
394
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(103, 171, 197);">
|
|
395
|
+
</div>
|
|
396
|
+
<div class="margin-left-15">color-coldplay-fountain</div>
|
|
397
|
+
</div>
|
|
398
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
399
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(78, 204, 193);">
|
|
400
|
+
</div>
|
|
401
|
+
<div class="margin-left-15">color-coldplay-turquoise</div>
|
|
402
|
+
</div>
|
|
403
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
404
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(121, 212, 179);">
|
|
405
|
+
</div>
|
|
406
|
+
<div class="margin-left-15">color-coldplay-bermuda</div>
|
|
407
|
+
</div>
|
|
408
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
409
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(161, 218, 163);">
|
|
410
|
+
</div>
|
|
411
|
+
<div class="margin-left-15">color-coldplay-moos</div>
|
|
412
|
+
</div>
|
|
413
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
414
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(199, 226, 145);">
|
|
415
|
+
</div>
|
|
416
|
+
<div class="margin-left-15">color-coldplay-primrose</div>
|
|
417
|
+
</div>
|
|
418
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
419
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(240, 235, 131);">
|
|
420
|
+
</div>
|
|
421
|
+
<div class="margin-left-15">color-coldplay-khaki</div>
|
|
422
|
+
</div>
|
|
423
|
+
</div>
|
|
424
|
+
<div>
|
|
425
|
+
<legend class="margin-top-25">Spectrum colors</legend>
|
|
426
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
427
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(142, 150, 235);">
|
|
428
|
+
</div>
|
|
429
|
+
<div class="margin-left-15">color-spectrum-indigo</div>
|
|
430
|
+
</div>
|
|
431
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
432
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(173, 145, 243);">
|
|
433
|
+
</div>
|
|
434
|
+
<div class="margin-left-15">color-spectrum-violet</div>
|
|
435
|
+
</div>
|
|
436
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
437
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(192, 142, 235);">
|
|
438
|
+
</div>
|
|
439
|
+
<div class="margin-left-15">color-spectrum-purple</div>
|
|
440
|
+
</div>
|
|
441
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
442
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(220, 130, 233);">
|
|
443
|
+
</div>
|
|
444
|
+
<div class="margin-left-15">color-spectrum-fuchsia</div>
|
|
445
|
+
</div>
|
|
446
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
447
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(232, 120, 182);">
|
|
448
|
+
</div>
|
|
449
|
+
<div class="margin-left-15">color-spectrum-pink</div>
|
|
450
|
+
</div>
|
|
451
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
452
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(239, 113, 134);">
|
|
453
|
+
</div>
|
|
454
|
+
<div class="margin-left-15">color-spectrum-rose</div>
|
|
455
|
+
</div>
|
|
456
|
+
</div>
|
|
457
|
+
<div>
|
|
458
|
+
<legend class="margin-top-25">Brand colors</legend>
|
|
459
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
460
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(48, 180, 192);">
|
|
461
|
+
</div>
|
|
462
|
+
<div class="margin-left-15">brand-primary</div>
|
|
463
|
+
</div>
|
|
464
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
465
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(178, 54, 114);">
|
|
466
|
+
</div>
|
|
467
|
+
<div class="margin-left-15">brand-secondary</div>
|
|
468
|
+
</div>
|
|
469
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
470
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(244, 251, 252);">
|
|
471
|
+
</div>
|
|
472
|
+
<div class="margin-left-15">brand-primary-decent</div>
|
|
473
|
+
</div>
|
|
474
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
475
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(251, 245, 248);">
|
|
476
|
+
</div>
|
|
477
|
+
<div class="margin-left-15">brand-secondary-decent</div>
|
|
478
|
+
</div>
|
|
479
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
480
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(75, 128, 166);">
|
|
481
|
+
</div>
|
|
482
|
+
<div class="margin-left-15">brand-info</div>
|
|
483
|
+
</div>
|
|
484
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
485
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(92, 184, 92);">
|
|
486
|
+
</div>
|
|
487
|
+
<div class="margin-left-15">brand-success</div>
|
|
488
|
+
</div>
|
|
489
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
490
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(255, 142, 60);">
|
|
491
|
+
</div>
|
|
492
|
+
<div class="margin-left-15">brand-warning</div>
|
|
493
|
+
</div>
|
|
494
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
495
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(226, 40, 55);">
|
|
496
|
+
</div>
|
|
497
|
+
<div class="margin-left-15">brand-danger</div>
|
|
498
|
+
</div>
|
|
499
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
500
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(245, 248, 251);">
|
|
501
|
+
</div>
|
|
502
|
+
<div class="margin-left-15">brand-info-decent</div>
|
|
503
|
+
</div>
|
|
504
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
505
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(246, 251, 245);">
|
|
506
|
+
</div>
|
|
507
|
+
<div class="margin-left-15">brand-success-decent</div>
|
|
508
|
+
</div>
|
|
509
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
510
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(253, 245, 240);">
|
|
511
|
+
</div>
|
|
512
|
+
<div class="margin-left-15">brand-warning-decent</div>
|
|
513
|
+
</div>
|
|
514
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
515
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(253, 243, 243);">
|
|
516
|
+
</div>
|
|
517
|
+
<div class="margin-left-15">brand-danger-decent</div>
|
|
518
|
+
</div>
|
|
519
|
+
</div>
|
|
520
|
+
<div>
|
|
521
|
+
<legend class="margin-top-25">Highlight colors</legend>
|
|
522
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
523
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(21, 75, 86);">
|
|
524
|
+
</div>
|
|
525
|
+
<div class="margin-left-15">color-highlight-darkest</div>
|
|
526
|
+
</div>
|
|
527
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
528
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(32, 110, 126);">
|
|
529
|
+
</div>
|
|
530
|
+
<div class="margin-left-15">color-highlight-darker</div>
|
|
531
|
+
</div>
|
|
532
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
533
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(38, 136, 151);">
|
|
534
|
+
</div>
|
|
535
|
+
<div class="margin-left-15">color-highlight-dark</div>
|
|
536
|
+
</div>
|
|
537
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
538
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(48, 180, 192);">
|
|
539
|
+
</div>
|
|
540
|
+
<div class="margin-left-15">color-highlight</div>
|
|
541
|
+
</div>
|
|
542
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
543
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(141, 219, 227);">
|
|
544
|
+
</div>
|
|
545
|
+
<div class="margin-left-15">color-highlight-light</div>
|
|
546
|
+
</div>
|
|
547
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
548
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(206, 240, 243);">
|
|
549
|
+
</div>
|
|
550
|
+
<div class="margin-left-15">color-highlight-lighter</div>
|
|
551
|
+
</div>
|
|
552
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
553
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(235, 249, 250);">
|
|
554
|
+
</div>
|
|
555
|
+
<div class="margin-left-15">color-highlight-lightest</div>
|
|
556
|
+
</div>
|
|
557
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
558
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(243, 251, 252);">
|
|
559
|
+
</div>
|
|
560
|
+
<div class="margin-left-15">color-highlight-decent</div>
|
|
561
|
+
</div>
|
|
562
|
+
</div>
|
|
563
|
+
<div>
|
|
564
|
+
<legend class="margin-top-25">Base colors</legend>
|
|
565
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
566
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(42, 55, 64);">
|
|
567
|
+
</div>
|
|
568
|
+
<div class="margin-left-15">gray-darkest</div>
|
|
569
|
+
</div>
|
|
570
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
571
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(76, 86, 103);">
|
|
572
|
+
</div>
|
|
573
|
+
<div class="margin-left-15">gray-darker</div>
|
|
574
|
+
</div>
|
|
575
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
576
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(105, 122, 139);">
|
|
577
|
+
</div>
|
|
578
|
+
<div class="margin-left-15">gray-dark</div>
|
|
579
|
+
</div>
|
|
580
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
581
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(167, 175, 187);">
|
|
582
|
+
</div>
|
|
583
|
+
<div class="margin-left-15">gray</div>
|
|
584
|
+
</div>
|
|
585
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
586
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(208, 216, 222);">
|
|
587
|
+
</div>
|
|
588
|
+
<div class="margin-left-15">gray-light</div>
|
|
589
|
+
</div>
|
|
590
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
591
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(229, 235, 240);">
|
|
592
|
+
</div>
|
|
593
|
+
<div class="margin-left-15">gray-lighter</div>
|
|
594
|
+
</div>
|
|
595
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
596
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(246, 248, 249);">
|
|
597
|
+
</div>
|
|
598
|
+
<div class="margin-left-15">gray-lightest</div>
|
|
599
|
+
</div>
|
|
600
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
601
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(252, 252, 253);">
|
|
602
|
+
</div>
|
|
603
|
+
<div class="margin-left-15">gray-decent</div>
|
|
604
|
+
</div>
|
|
605
|
+
</div>
|
|
606
|
+
<div>
|
|
607
|
+
<legend class="margin-top-25">Map marker colors</legend>
|
|
608
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
609
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(255, 255, 255);">
|
|
610
|
+
</div>
|
|
611
|
+
<div class="margin-left-15">color-map-marker-text</div>
|
|
612
|
+
</div>
|
|
613
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
614
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(255, 255, 255);">
|
|
615
|
+
</div>
|
|
616
|
+
<div class="margin-left-15">color-map-marker-active</div>
|
|
617
|
+
</div>
|
|
618
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
619
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(42, 55, 64);">
|
|
620
|
+
</div>
|
|
621
|
+
<div class="margin-left-15">color-map-marker-asset</div>
|
|
622
|
+
</div>
|
|
623
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
624
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(214, 63, 127);">
|
|
625
|
+
</div>
|
|
626
|
+
<div class="margin-left-15">color-map-marker-poi</div>
|
|
627
|
+
</div>
|
|
628
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
629
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(249, 99, 110);">
|
|
630
|
+
</div>
|
|
631
|
+
<div class="margin-left-15">color-map-marker-geofence</div>
|
|
632
|
+
</div>
|
|
633
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
634
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(54, 175, 215);">
|
|
635
|
+
</div>
|
|
636
|
+
<div class="margin-left-15">color-map-marker-route</div>
|
|
637
|
+
</div>
|
|
638
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
639
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(63, 117, 155);">
|
|
640
|
+
</div>
|
|
641
|
+
<div class="margin-left-15">color-map-marker-info</div>
|
|
642
|
+
</div>
|
|
643
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
644
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(92, 184, 92);">
|
|
645
|
+
</div>
|
|
646
|
+
<div class="margin-left-15">color-map-marker-success</div>
|
|
647
|
+
</div>
|
|
648
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
649
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(255, 142, 60);">
|
|
650
|
+
</div>
|
|
651
|
+
<div class="margin-left-15">color-map-marker-warning</div>
|
|
652
|
+
</div>
|
|
653
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
654
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(226, 40, 55);">
|
|
655
|
+
</div>
|
|
656
|
+
<div class="margin-left-15">color-map-marker-danger</div>
|
|
657
|
+
</div>
|
|
658
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
659
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(143, 104, 237);">
|
|
660
|
+
</div>
|
|
661
|
+
<div class="margin-left-15">color-map-marker-restrictions</div>
|
|
662
|
+
</div>
|
|
663
|
+
</div>
|
|
664
|
+
<div>
|
|
665
|
+
<legend class="margin-top-25">Driving status colors</legend>
|
|
666
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
667
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(35, 155, 125);">
|
|
668
|
+
</div>
|
|
669
|
+
<div class="margin-left-15">color-status-available</div>
|
|
670
|
+
</div>
|
|
671
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
672
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(54, 144, 174);">
|
|
673
|
+
</div>
|
|
674
|
+
<div class="margin-left-15">color-status-driving</div>
|
|
675
|
+
</div>
|
|
676
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
677
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(98, 107, 114);">
|
|
678
|
+
</div>
|
|
679
|
+
<div class="margin-left-15">color-status-resting</div>
|
|
680
|
+
</div>
|
|
681
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
682
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(148, 72, 139);">
|
|
683
|
+
</div>
|
|
684
|
+
<div class="margin-left-15">color-status-working</div>
|
|
685
|
+
</div>
|
|
686
|
+
</div>
|
|
687
|
+
<div>
|
|
688
|
+
<legend class="margin-top-25">Rating colors</legend>
|
|
689
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
690
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(226, 40, 55);">
|
|
691
|
+
</div>
|
|
692
|
+
<div class="margin-left-15">color-rating-1</div>
|
|
693
|
+
</div>
|
|
694
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
695
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(255, 142, 60);">
|
|
696
|
+
</div>
|
|
697
|
+
<div class="margin-left-15">color-rating-2</div>
|
|
698
|
+
</div>
|
|
699
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
700
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(248, 197, 117);">
|
|
701
|
+
</div>
|
|
702
|
+
<div class="margin-left-15">color-rating-3</div>
|
|
703
|
+
</div>
|
|
704
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
705
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(92, 184, 92);">
|
|
706
|
+
</div>
|
|
707
|
+
<div class="margin-left-15">color-rating-4</div>
|
|
708
|
+
</div>
|
|
709
|
+
<div class="display-flex align-items-center margin-bottom-1">
|
|
710
|
+
<div class="height-50 width-50 rounded-small" style="background-color: rgb(75, 146, 76);">
|
|
711
|
+
</div>
|
|
712
|
+
<div class="margin-left-15">color-rating-5</div>
|
|
713
|
+
</div>
|
|
714
|
+
</div>
|
|
715
|
+
</div>
|
|
716
|
+
```
|