Colors
Demo | Token name | Code | Figma usage | Description | Value | Reference |
---|---|---|---|---|---|---|
elevation.surface.default.[default] | React: themeGet('colors.elevation.surface.default.default') CSS: --fk-surface | elevation/surface/default/default | Use as the primary background for the UI. | #ffffff | ds-surface | |
elevation.surface.default.hovered | React: themeGet('colors.elevation.surface.default.hovered') CSS: --fk-surface-hovered | elevation/surface/default/hovered | Hovered state of elevation.surface | #f1f2f4 | ds-surface-hovered | |
elevation.surface.default.pressed | React: themeGet('colors.elevation.surface.default.pressed') CSS: --fk-surface-pressed | elevation/surface/default/pressed | Pressed state of elevation.surface | #dcdfe4 | ds-surface-pressed | |
elevation.surface.sunken | React: themeGet('colors.elevation.surface.sunken') CSS: --fk-surface-sunken | elevation/surface/sunken | A secondary background for the UI commonly used for grouping items, such as Jira cards in columns. | #f7f8f9 | ds-surface-sunken | |
elevation.surface.raised.default | React: themeGet('colors.elevation.surface.raised.default') CSS: --fk-surface-raised | elevation/surface/raised/default | Use for the background of raised cards, such as cards on a Kanban board. Combine with elevation.shadow.raised | #ffffff | ds-surface-raised | |
elevation.surface.raised.hovered | React: themeGet('colors.elevation.surface.raised.hovered') CSS: --fk-surface-raised-hovered | elevation/surface/raised/hovered | Hovered state of elevation.surface.raised | #f7f8f9 | - | |
elevation.surface.raised.pressed | React: themeGet('colors.elevation.surface.raised.pressed') CSS: --fk-surface-raised-pressed | elevation/surface/raised/pressed | Pressed state of elevation.surface.raised | #f1f2f4 | - | |
elevation.surface.overlay.default | React: themeGet('colors.elevation.surface.overlay.default') CSS: --fk-surface-overlay | elevation/surface/overlay/default | Use for the background of elements that sit on top of the UI, such as modals, dialogs, dropdown menus, floating toolbars, and floating single-action buttons. Also use for the background of raised cards in a dragged state. Combine with elevation.shadow.overlay. | #ffffff | - | |
elevation.surface.overlay.hovered | React: themeGet('colors.elevation.surface.overlay.hovered') CSS: --fk-surface-overlay-hovered | elevation/surface/overlay/hovered | Hovered state of elevation.surface.overlay | #f1f2f4 | - | |
elevation.surface.overlay.pressed | React: themeGet('colors.elevation.surface.overlay.pressed') CSS: --fk-surface-overlay-pressed | elevation/surface/overlay/pressed | Pressed state of elevation.surface.overlay | #dcdfe4 | - | |
elevation.shadow.raised | React: themeGet('colors.elevation.shadow.raised') CSS: --fk-shadow-raised | elevation/shadow/raised | Use for the box shadow of raised card elements, such as Jira cards on a Kanban board. Combine with elevation.surface.raised | 0px 1px 1px 0px #091e4240, 0px 0px 1px 0px #091e424f | ds-shadow-raised | |
elevation.shadow.overflow.default | React: themeGet('colors.elevation.shadow.overflow.default') CSS: --fk-shadow-overflow | elevation/shadow/overflow/default | Use to create a shadow when content scolls under other content. | 0px 0px 12px 0px #0304048f, 0px 0px 1px 0px #03040480 | ds-shadow-overflow | |
elevation.shadow.overflow.spread | React: themeGet('colors.elevation.shadow.overflow.spread') CSS: --fk-shadow-overflow-spread | elevation/shadow/overflow/spread | Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow. | #091e4229 | - | |
elevation.shadow.overflow.perimeter | React: themeGet('colors.elevation.shadow.overflow.perimeter') CSS: --fk-shadow-overflow-perimeter | elevation/shadow/overflow/perimeter | Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow. | #091e421f | - | |
elevation.shadow.overlay | React: themeGet('colors.elevation.shadow.overlay') CSS: --fk-shadow-overlay | elevation/shadow/overlay | Use for the box shadow of elements that sit on top of the UI, such as modals, dropdown menus, flags, and inline dialogs. Combine with elevation.surface.overlay. Also use for the box shadow of raised cards in a dragged state. | 0px 8px 12px 0px #091e4226, 0px 0px 1px 0px #091e424f | ds-shadow-overlay | |
border.default | React: themeGet('colors.border.default') CSS: --fk-border | border/default | Use to visually group or separate UI elements, such as flat cards or side panel dividers. | #091e4224 | ds-border | |
border.bold | React: themeGet('colors.border.bold') CSS: --fk-border-bold | border/bold | A neutral border option that passes min 3:1 contrast ratios. | #758195 | ds-border-bold | |
border.selected | React: themeGet('colors.border.selected') CSS: --fk-border-selected | border/selected | Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items. | #1d7afc | ds-border-selected | |
border.focused | React: themeGet('colors.border.focused') CSS: --fk-border-focused | border/focused | Use for focus rings of elements in a focus state. | #388bff | ds-border-focused | |
border.subtle | React: themeGet('colors.border.subtle') CSS: --fk-border-subtle | border/subtle | Use for secondary borders to visually group or separate UI elements, such as flat cards or side panel dividers. | #091e420f | - | |
border.input | React: themeGet('colors.border.input') CSS: --fk-border-input | border/input | Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons. | #8590a2 | ds-border-input | |
border.inverse | React: themeGet('colors.border.inverse') CSS: --fk-border-inverse | border/inverse | Use for borders on bold backgrounds. | #ffffff | - | |
border.disabled | React: themeGet('colors.border.disabled') CSS: --fk-border-disabled | border/disabled | Use for borders of elements in a disabled state. | #091e420f | - | |
border.brand | React: themeGet('colors.border.brand') CSS: --fk-border-brand | border/brand | Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons. | #0c66e4 | - | |
border.danger | React: themeGet('colors.border.danger') CSS: --fk-border-danger | border/danger | Use for borders communicating critical information, such as the borders on invalid text fields. | #e2483d | - | |
border.warning | React: themeGet('colors.border.warning') CSS: --fk-border-warning | border/warning | Use for borders communicating caution. | #e56910 | - | |
border.success | React: themeGet('colors.border.success') CSS: --fk-border-success | border/success | Use for borders communicating a favourable outcome, such as the borders on validated text fields. | #22a06b | - | |
border.discovery | React: themeGet('colors.border.discovery') CSS: --fk-border-discovery | border/discovery | Use for borders communicating change or something new, such as the borders in onboarding spotlights. | #8270db | - | |
border.information | React: themeGet('colors.border.information') CSS: --fk-border-information | border/information | Use for borders communicating information or something in-progress. | #1d7afc | - | |
border.accent.blue | React: themeGet('colors.border.accent.blue') CSS: --fk-border-accent-blue | border/accent/blue | Use for blue borders on non-bold backgrounds when there is no meaning tied to the color. | #1d7afc | - | |
border.accent.red | React: themeGet('colors.border.accent.red') CSS: --fk-border-accent-red | border/accent/red | Use for red borders on non-bold backgrounds when there is no meaning tied to the color. | #e2483d | - | |
border.accent.orange | React: themeGet('colors.border.accent.orange') CSS: --fk-border-accent-orange | border/accent/orange | Use for orange borders on non-bold backgrounds when there is no meaning tied to the color. | #e56910 | - | |
border.accent.yellow | React: themeGet('colors.border.accent.yellow') CSS: --fk-border-accent-yellow | border/accent/yellow | Use for yellow borders on non-bold backgrounds when there is no meaning tied to the color. | #b38600 | - | |
border.accent.green | React: themeGet('colors.border.accent.green') CSS: --fk-border-accent-green | border/accent/green | Use for green borders on non-bold backgrounds when there is no meaning tied to the color. | #22a06b | - | |
border.accent.magenta | React: themeGet('colors.border.accent.magenta') CSS: --fk-border-accent-magenta | border/accent/magenta | Use for magenta borders on non-bold backgrounds when there is no meaning tied to the color. | #cd519d | - | |
border.accent.purple | React: themeGet('colors.border.accent.purple') CSS: --fk-border-accent-purple | border/accent/purple | Use for purple borders on non-bold backgrounds when there is no meaning tied to the color. | #8270db | - | |
border.accent.teal | React: themeGet('colors.border.accent.teal') CSS: --fk-border-accent-teal | border/accent/teal | Use for teal borders on non-bold backgrounds when there is no meaning tied to the color. | #2898bd | - | |
border.accent.gray | React: themeGet('colors.border.accent.gray') CSS: --fk-border-accent-gray | border/accent/gray | Use for borders on non-bold gray accent backgrounds. | #8590a2 | - | |
border.table.default | React: themeGet('colors.border.table.default') CSS: --fk-border-table | border/table/default | Use for the default borders in table elements, such as the visual divider between table headers or footers and table content. | #091e4224 | ds-border | |
border.table.container | React: themeGet('colors.border.table.container') CSS: --fk-border-table-container | border/table/container | Use for the containing borders in table elements when the UI requires that different implementation values have different resolved values, such as the visual divider around table content. | #ffffff00 | rgba(0,0,0,0) | |
background.accent.blue.subtlest | React: themeGet('colors.background.accent.blue.subtlest') CSS: --fk-background-accent-blue-subtlest | background/accent/blue/subtlest | Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color. | #e9f2ff | - | |
background.accent.blue.subtler | React: themeGet('colors.background.accent.blue.subtler') CSS: --fk-background-accent-blue-subtler | background/accent/blue/subtler | Use for blue backgrounds when there is no meaning tied to the color, such as colored tags. | #cce0ff | - | |
background.accent.blue.subtle | React: themeGet('colors.background.accent.blue.subtle') CSS: --fk-background-accent-blue-subtle | background/accent/blue/subtle | Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags. | #579dff | - | |
background.accent.blue.bolder | React: themeGet('colors.background.accent.blue.bolder') CSS: --fk-background-accent-blue-bolder | background/accent/blue/bolder | Use for blue backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements. | #0c66e4 | - | |
background.accent.red.subtlest | React: themeGet('colors.background.accent.red.subtlest') CSS: --fk-background-accent-red-subtlest | background/accent/red/subtlest | Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color. | #ffeceb | - | |
background.accent.red.subtler | React: themeGet('colors.background.accent.red.subtler') CSS: --fk-background-accent-red-subtler | background/accent/red/subtler | Use for red backgrounds when there is no meaning tied to the color, such as colored tags. | #ffd5d2 | - | |
background.accent.red.subtle | React: themeGet('colors.background.accent.red.subtle') CSS: --fk-background-accent-red-subtle | background/accent/red/subtle | Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags. | #f87168 | - | |
background.accent.red.bolder | React: themeGet('colors.background.accent.red.bolder') CSS: --fk-background-accent-red-bolder | background/accent/red/bolder | Use for red backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements. | #c9372c | ds-background-accent-red-bolder | |
background.accent.orange.subtlest | React: themeGet('colors.background.accent.orange.subtlest') CSS: --fk-background-accent-orange-subtlest | background/accent/orange/subtlest | Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color. | #fff3eb | - | |
background.accent.orange.subtler | React: themeGet('colors.background.accent.orange.subtler') CSS: --fk-background-accent-orange-subtler | background/accent/orange/subtler | Use for orange backgrounds when there is no meaning tied to the color, such as colored tags. | #fedec8 | - | |
background.accent.orange.subtle | React: themeGet('colors.background.accent.orange.subtle') CSS: --fk-background-accent-orange-subtle | background/accent/orange/subtle | Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags. | #fea362 | - | |
background.accent.orange.bolder | React: themeGet('colors.background.accent.orange.bolder') CSS: --fk-background-accent-orange-bolder | background/accent/orange/bolder | Use for orange backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements. | #c25100 | - | |
background.accent.yellow.subtlest | React: themeGet('colors.background.accent.yellow.subtlest') CSS: --fk-background-accent-yellow-subtlest | background/accent/yellow/subtlest | Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color. | #fff7d6 | - | |
background.accent.yellow.subtler | React: themeGet('colors.background.accent.yellow.subtler') CSS: --fk-background-accent-yellow-subtler | background/accent/yellow/subtler | Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags. | #f8e6a0 | - | |
background.accent.yellow.subtle | React: themeGet('colors.background.accent.yellow.subtle') CSS: --fk-background-accent-yellow-subtle | background/accent/yellow/subtle | Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags. | #f5cd47 | - | |
background.accent.yellow.bolder | React: themeGet('colors.background.accent.yellow.bolder') CSS: --fk-background-accent-yellow-bolder | background/accent/yellow/bolder | Use for yellow backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements. | #946f00 | - | |
background.accent.green.subtlest | React: themeGet('colors.background.accent.green.subtlest') CSS: --fk-background-accent-green-subtlest | background/accent/green/subtlest | Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color. | #dcfff1 | - | |
background.accent.green.subtler | React: themeGet('colors.background.accent.green.subtler') CSS: --fk-background-accent-green-subtler | background/accent/green/subtler | Use for green backgrounds when there is no meaning tied to the color, such as colored tags. | #baf3db | - | |
background.accent.green.subtle | React: themeGet('colors.background.accent.green.subtle') CSS: --fk-background-accent-green-subtle | background/accent/green/subtle | Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags. | #4bce97 | - | |
background.accent.green.bolder | React: themeGet('colors.background.accent.green.bolder') CSS: --fk-background-accent-green-bolder | background/accent/green/bolder | Use for green backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements. | #1f845a | ds-background-accent-green-bolder | |
background.accent.purple.subtlest | React: themeGet('colors.background.accent.purple.subtlest') CSS: --fk-background-accent-purple-subtlest | background/accent/purple/subtlest | Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color. | #f3f0ff | - | |
background.accent.purple.subtler | React: themeGet('colors.background.accent.purple.subtler') CSS: --fk-background-accent-purple-subtler | background/accent/purple/subtler | Use for purple backgrounds when there is no meaning tied to the color, such as colored tags. | #dfd8fd | - | |
background.accent.purple.subtle | React: themeGet('colors.background.accent.purple.subtle') CSS: --fk-background-accent-purple-subtle | background/accent/purple/subtle | Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags. | #9f8fef | - | |
background.accent.purple.bolder | React: themeGet('colors.background.accent.purple.bolder') CSS: --fk-background-accent-purple-bolder | background/accent/purple/bolder | Use for purple backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements. | #6e5dc6 | - | |
background.accent.teal.subtlest | React: themeGet('colors.background.accent.teal.subtlest') CSS: --fk-background-accent-teal-subtlest | background/accent/teal/subtlest | Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color. | #e7f9ff | - | |
background.accent.teal.subtler | React: themeGet('colors.background.accent.teal.subtler') CSS: --fk-background-accent-teal-subtler | background/accent/teal/subtler | Use for teal backgrounds when there is no meaning tied to the color, such as colored tags. | #c6edfb | - | |
background.accent.teal.subtle | React: themeGet('colors.background.accent.teal.subtle') CSS: --fk-background-accent-teal-subtle | background/accent/teal/subtle | Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags. | #6cc3e0 | - | |
background.accent.teal.bolder | React: themeGet('colors.background.accent.teal.bolder') CSS: --fk-background-accent-teal-bolder | background/accent/teal/bolder | Use for teal backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements. | #227d9b | - | |
background.accent.magenta.subtlest | React: themeGet('colors.background.accent.magenta.subtlest') CSS: --fk-background-accent-magenta-subtlest | background/accent/magenta/subtlest | Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color. | #ffecf8 | - | |
background.accent.magenta.subtler | React: themeGet('colors.background.accent.magenta.subtler') CSS: --fk-background-accent-magenta-subtler | background/accent/magenta/subtler | Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags. | #fdd0ec | - | |
background.accent.magenta.subtle | React: themeGet('colors.background.accent.magenta.subtle') CSS: --fk-background-accent-magenta-subtle | background/accent/magenta/subtle | Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags. | #e774bb | - | |
background.accent.magenta.bolder | React: themeGet('colors.background.accent.magenta.bolder') CSS: --fk-background-accent-magenta-bolder | background/accent/magenta/bolder | Use for magenta backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements. | #ae4787 | - | |
background.accent.lime.subtlest | React: themeGet('colors.background.accent.lime.subtlest') CSS: --fk-background-accent-lime-subtlest | background/accent/lime/subtlest | Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color. | #efffd6 | - | |
background.accent.lime.subtler | React: themeGet('colors.background.accent.lime.subtler') CSS: --fk-background-accent-lime-subtler | background/accent/lime/subtler | Use for for backgrounds when there is no meaning tied to the color, such as colored tags. | #d3f1a7 | - | |
background.accent.lime.subtle | React: themeGet('colors.background.accent.lime.subtle') CSS: --fk-background-accent-lime-subtle | background/accent/lime/subtle | Use for vibrant for backgrounds when there is no meaning tied to the color, such as colored tags. | #94c748 | - | |
background.accent.lime.bolder | React: themeGet('colors.background.accent.lime.bolder') CSS: --fk-background-accent-lime-bolder | background/accent/lime/bolder | Use for for backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements. | #5b7f24 | - | |
background.accent.gray.subtlest.default | React: themeGet('colors.background.accent.gray.subtlest.default') CSS: --fk-background-accent-gray-subtlest | background/accent/gray/subtlest/default | Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color. | #f1f2f4 | ds-background-accent-gray-subtlest | |
background.accent.gray.subtlest.hovered | React: themeGet('colors.background.accent.gray.subtlest.hovered') CSS: --fk-background-accent-gray-subtlest-hovered | background/accent/gray/subtlest/hovered | Hovered state of color.background.accent.gray.subtlest. | #dcdfe4 | ds-background-accent-gray-subtlest-hovered | |
background.accent.gray.subtlest.pressed | React: themeGet('colors.background.accent.gray.subtlest.pressed') CSS: --fk-background-accent-gray-subtlest-pressed | background/accent/gray/subtlest/pressed | Pressed state of color.background.accent.gray.subtlest. | #8590a2 | ds-background-accent-gray-subtlest-pressed | |
background.accent.gray.subtler.default | React: themeGet('colors.background.accent.gray.subtler.default') CSS: --fk-background-accent-gray-subtler | background/accent/gray/subtler/default | Use for gray backgrounds when there is no meaning tied to the color, such as colored tags. | #dcdfe4 | - | |
background.accent.gray.subtler.hovered | React: themeGet('colors.background.accent.gray.subtler.hovered') CSS: --fk-background-accent-gray-subtler-hovered | background/accent/gray/subtler/hovered | Hovered state of color.background.accent.gray.subtler. | #b3b9c4 | - | |
background.accent.gray.subtler.pressed | React: themeGet('colors.background.accent.gray.subtler.pressed') CSS: --fk-background-accent-gray-subtler-pressed | background/accent/gray/subtler/pressed | Pressed state of color.background.accent.gray.subtler. | #8590a2 | - | |
background.accent.gray.subtle.default | React: themeGet('colors.background.accent.gray.subtle.default') CSS: --fk-background-accent-gray-subtle | background/accent/gray/subtle/default | Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags. | #8590a2 | - | |
background.accent.gray.subtle.hovered | React: themeGet('colors.background.accent.gray.subtle.hovered') CSS: --fk-background-accent-gray-subtle-hovered | background/accent/gray/subtle/hovered | Hovered state of color.background.accent.gray.subtle. | #b3b9c4 | - | |
background.accent.gray.subtle.pressed | React: themeGet('colors.background.accent.gray.subtle.pressed') CSS: --fk-background-accent-gray-subtle-pressed | background/accent/gray/subtle/pressed | Pressed state of color.background.accent.gray.subtle. | #dcdfe4 | - | |
background.accent.gray.bolder.default | React: themeGet('colors.background.accent.gray.bolder.default') CSS: --fk-background-accent-gray-bolder | background/accent/gray/bolder/default | Use for gray backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements. | #626f86 | - | |
background.accent.gray.bolder.hovered | React: themeGet('colors.background.accent.gray.bolder.hovered') CSS: --fk-background-accent-gray-bolder-hovered | background/accent/gray/bolder/hovered | Hovered state of color.background.accent.gray.bolder. | #44546f | ds-background-accent-gray-bolder-hovered | |
background.accent.gray.bolder.pressed | React: themeGet('colors.background.accent.gray.bolder.pressed') CSS: --fk-background-accent-gray-bolder-pressed | background/accent/gray/bolder/pressed | Hovered state of color.background.accent.gray.bolder. | #2c3e5d | ds-background-accent-gray-bolder-pressed | |
background.input.default | React: themeGet('colors.background.input.default') CSS: --fk-background-input | background/input/default | Use for background of form UI elements, such as text fields, checkboxes, and radio buttons. | #ffffff | - | |
background.input.hovered | React: themeGet('colors.background.input.hovered') CSS: --fk-background-input-hovered | background/input/hovered | Hovered state for color.background.input | #f7f8f9 | - | |
background.input.pressed | React: themeGet('colors.background.input.pressed') CSS: --fk-background-input-pressed | background/input/pressed | Pressed state for color.background.input | #ffffff | - | |
background.inverse.subtle.default | React: themeGet('colors.background.inverse.subtle.default') CSS: --fk-background-inverse-subtle | background/inverse/subtle/default | Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards. | #00000029 | - | |
background.inverse.subtle.hovered | React: themeGet('colors.background.inverse.subtle.hovered') CSS: --fk-background-inverse-subtle-hovered | background/inverse/subtle/hovered | Use for the hovered state of color.background.inverse.subtle | #0000003d | - | |
background.inverse.subtle.pressed | React: themeGet('colors.background.inverse.subtle.pressed') CSS: --fk-background-inverse-subtle-pressed | background/inverse/subtle/pressed | Use for the pressed state of color.background.inverse.subtle | #00000052 | - | |
background.neutral.default.[default] | React: themeGet('colors.background.neutral.default.default') CSS: --fk-background-neutral | background/neutral/default/default | The default background for neutral elements, such as default buttons. | #091e420f | ds-background-neutral | |
background.neutral.default.hovered | React: themeGet('colors.background.neutral.default.hovered') CSS: --fk-background-neutral-hovered | background/neutral/default/hovered | Hovered state for color.background.neutral | #091e4224 | ds-background-neutral-hovered | |
background.neutral.default.pressed | React: themeGet('colors.background.neutral.default.pressed') CSS: --fk-background-neutral-pressed | background/neutral/default/pressed | Pressed state for color.background.neutral | #091e4224 | - | |
background.neutral.subtle.default | React: themeGet('colors.background.neutral.subtle.default') CSS: --fk-background-neutral-subtle | background/neutral/subtle/default | Use for the background of elements that appear to have no background in a resting state, such as subtle buttons and menu items. | #00000000 | - | |
background.neutral.subtle.hovered | React: themeGet('colors.background.neutral.subtle.hovered') CSS: --fk-background-neutral-subtle-hovered | background/neutral/subtle/hovered | Hovered state for color.background.neutral.subtle | #091e420f | ds-background-neutral-subtle-hovered | |
background.neutral.subtle.pressed | React: themeGet('colors.background.neutral.subtle.pressed') CSS: --fk-background-neutral-subtle-pressed | background/neutral/subtle/pressed | Pressed state for color.background.neutral.subtle | #091e4224 | - | |
background.neutral.bold.default | React: themeGet('colors.background.neutral.bold.default') CSS: --fk-background-neutral-bold | background/neutral/bold/default | A vibrant background option for neutral UI elements, such as announcement banners. | #44546f | ds-background-neutral-bold | |
background.neutral.bold.hovered | React: themeGet('colors.background.neutral.bold.hovered') CSS: --fk-background-neutral-bold-hovered | background/neutral/bold/hovered | Hovered state of color.background.neutral.bold | #2c3e5d | ds-background-neutral-bold-hovered | |
background.neutral.bold.pressed | React: themeGet('colors.background.neutral.bold.pressed') CSS: --fk-background-neutral-bold-pressed | background/neutral/bold/pressed | Pressed state of color.background.neutral.bold | #172b4d | ds-background-neutral-bold-pressed | |
background.brand.subtlest.default | React: themeGet('colors.background.brand.subtlest.default') CSS: --fk-background-brand-subtlest | background/brand/subtlest/default | Use for the background of elements used to reinforce our brand, but with less emphasis. | #e9f2ff | - | |
background.brand.subtlest.hovered | React: themeGet('colors.background.brand.subtlest.hovered') CSS: --fk-background-brand-subtlest-hovered | background/brand/subtlest/hovered | Hovered state of color.background.brand.subtlest | #cce0ff | - | |
background.brand.subtlest.pressed | React: themeGet('colors.background.brand.subtlest.pressed') CSS: --fk-background-brand-subtlest-pressed | background/brand/subtlest/pressed | Pressed state of color.background.brand.subtlest | #85b8ff | - | |
background.brand.bold.default | React: themeGet('colors.background.brand.bold.default') CSS: --fk-background-brand-bold | background/brand/bold/default | Use for the background of elements used to reinforce our brand, but with more emphasis. | #0c66e4 | ds-background-brand-bold | |
background.brand.bold.hovered | React: themeGet('colors.background.brand.bold.hovered') CSS: --fk-background-brand-bold-hovered | background/brand/bold/hovered | Hovered state of color.background.brand.bold | #0055cc | ds-background-brand-bold-hovered | |
background.brand.bold.pressed | React: themeGet('colors.background.brand.bold.pressed') CSS: --fk-background-brand-bold-pressed | background/brand/bold/pressed | Pressed state of color.background.brand.bold | #09326c | ds-background-brand-bold-pressed | |
background.brand.boldest.default | React: themeGet('colors.background.brand.boldest.default') CSS: --fk-background-brand-boldest | background/brand/boldest/default | Use for the background of elements used to reinforce our brand, that need to stand out a lot. | #1c2b41 | - | |
background.brand.boldest.hovered | React: themeGet('colors.background.brand.boldest.hovered') CSS: --fk-background-brand-boldest-hovered | background/brand/boldest/hovered | Hovered state of color.background.brand.boldest | #09326c | - | |
background.brand.boldest.pressed | React: themeGet('colors.background.brand.boldest.pressed') CSS: --fk-background-brand-boldest-pressed | background/brand/boldest/pressed | Pressed state of color.background.brand.boldest | #0055cc | - | |
background.selected.default.[default] | React: themeGet('colors.background.selected.default.default') CSS: --fk-background-selected | background/selected/default/default | Use for the background of elements in a selected state, such as in opened dropdown buttons. | #e9f2ff | ds-background-selected | |
background.selected.default.hovered | React: themeGet('colors.background.selected.default.hovered') CSS: --fk-background-selected-hovered | background/selected/default/hovered | Hovered state for color.background.selected | #cce0ff | ds-background-selected-hovered | |
background.selected.default.pressed | React: themeGet('colors.background.selected.default.pressed') CSS: --fk-background-selected-pressed | background/selected/default/pressed | Pressed state for color.background.selected | #85b8ff | - | |
background.selected.bold.default | React: themeGet('colors.background.selected.bold.default') CSS: --fk-background-selected-bold | background/selected/bold/default | Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons. | #0c66e4 | - | |
background.selected.bold.hovered | React: themeGet('colors.background.selected.bold.hovered') CSS: --fk-background-selected-bold-hovered | background/selected/bold/hovered | Hovered state of color.background.selected.bold | #0055cc | - | |
background.selected.bold.pressed | React: themeGet('colors.background.selected.bold.pressed') CSS: --fk-background-selected-bold-pressed | background/selected/bold/pressed | Pressed state of color.background.selected.bold | #09326c | - | |
background.disabled | React: themeGet('colors.background.disabled') CSS: --fk-background-disabled | background/disabled | Use for backgrounds of elements in a disabled state. | #f7f8f9 | ds-background-disabled | |
background.information.default.[default] | React: themeGet('colors.background.information.default.default') CSS: --fk-background-information | background/information/default/default | Use for backgrounds communicating information or something in-progress, such as in information section messages. | #e9f2ff | - | |
background.information.default.hovered | React: themeGet('colors.background.information.default.hovered') CSS: --fk-background-information-hovered | background/information/default/hovered | Hovered state of color.background.information | #cce0ff | ds-background-information-hovered | |
background.information.default.pressed | React: themeGet('colors.background.information.default.pressed') CSS: --fk-background-information-pressed | background/information/default/pressed | Pressed state of color.background.information | #85b8ff | ds-background-information-pressed | |
background.information.bold.default | React: themeGet('colors.background.information.bold.default') CSS: --fk-background-information-bold | background/information/bold/default | A vibrant background option for communicating information or something in-progress. | #0c66e4 | ds-background-information-bold | |
background.information.bold.hovered | React: themeGet('colors.background.information.bold.hovered') CSS: --fk-background-information-bold-hovered | background/information/bold/hovered | Hovered state of color.background.information.bold | #0055cc | - | |
background.information.bold.pressed | React: themeGet('colors.background.information.bold.pressed') CSS: --fk-background-information-bold-pressed | background/information/bold/pressed | Pressed state of color.background.information.bold | #09326c | - | |
background.danger.default.[default] | React: themeGet('colors.background.danger.default.default') CSS: --fk-background-danger | background/danger/default/default | Use for backgrounds communicating critical information, such in error section messages. | #ffeceb | ds-background-danger | |
background.danger.default.hovered | React: themeGet('colors.background.danger.default.hovered') CSS: --fk-background-danger-hovered | background/danger/default/hovered | Hovered state for color.background.danger | #ffd5d2 | - | |
background.danger.default.pressed | React: themeGet('colors.background.danger.default.pressed') CSS: --fk-background-danger-pressed | background/danger/default/pressed | Pressed state for color.background.danger | #fd9891 | - | |
background.danger.bold.default | React: themeGet('colors.background.danger.bold.default') CSS: --fk-background-danger-bold | background/danger/bold/default | A vibrant background option for communicating critical information, such as in danger buttons and error banners. | #c9372c | ds-background-danger-bold | |
background.danger.bold.hovered | React: themeGet('colors.background.danger.bold.hovered') CSS: --fk-background-danger-bold-hovered | background/danger/bold/hovered | Hovered state of color.background.danger.bold | #ae2e24 | ds-background-danger-bold-hovered | |
background.danger.bold.pressed | React: themeGet('colors.background.danger.bold.pressed') CSS: --fk-background-danger-bold-pressed | background/danger/bold/pressed | Pressed state of color.background.danger.bold | #5d1f1a | - | |
background.success.default.[default] | React: themeGet('colors.background.success.default.default') CSS: --fk-background-success | background/success/default/default | Use for backgrounds communicating a favourable outcome, such as in success section messages. | #dcfff1 | ds-background-success | |
background.success.default.hovered | React: themeGet('colors.background.success.default.hovered') CSS: --fk-background-success-hovered | background/success/default/hovered | Hovered state for color.background.success | #baf3db | - | |
background.success.default.pressed | React: themeGet('colors.background.success.default.pressed') CSS: --fk-background-success-pressed | background/success/default/pressed | Pressed state for color.background.success | #7ee2b8 | - | |
background.success.bold.default | React: themeGet('colors.background.success.bold.default') CSS: --fk-background-success-bold | background/success/bold/default | A vibrant background option for communicating a favourable outcome, such as in checked toggles. | #1f845a | ds-background-success-bold | |
background.success.bold.hovered | React: themeGet('colors.background.success.bold.hovered') CSS: --fk-background-success-bold-hovered | background/success/bold/hovered | Hovered state of color.background.success.bold | #216e4e | ds-background-success-bold-hovered | |
background.success.bold.pressed | React: themeGet('colors.background.success.bold.pressed') CSS: --fk-background-success-bold-pressed | background/success/bold/pressed | Pressed state of color.background.success.bold | #164b35 | - | |
background.discovery.default.[default] | React: themeGet('colors.background.discovery.default.default') CSS: --fk-background-discovery | background/discovery/default/default | Use for backgrounds communicating change or something new, such as in discovery section messages. | #f3f0ff | - | |
background.discovery.default.hovered | React: themeGet('colors.background.discovery.default.hovered') CSS: --fk-background-discovery-hovered | background/discovery/default/hovered | Hover state for color.background.discovery | #dfd8fd | - | |
background.discovery.default.pressed | React: themeGet('colors.background.discovery.default.pressed') CSS: --fk-background-discovery-pressed | background/discovery/default/pressed | Pressed state for color.background.discovery | #b8acf6 | - | |
background.discovery.bold.default | React: themeGet('colors.background.discovery.bold.default') CSS: --fk-background-discovery-bold | background/discovery/bold/default | A vibrant background option communicating change or something new, such as in onboarding spotlights. | #6e5dc6 | - | |
background.discovery.bold.hovered | React: themeGet('colors.background.discovery.bold.hovered') CSS: --fk-background-discovery-bold-hovered | background/discovery/bold/hovered | Hovered state of color.background.discovery.bold | #5e4db2 | - | |
background.discovery.bold.pressed | React: themeGet('colors.background.discovery.bold.pressed') CSS: --fk-background-discovery-bold-pressed | background/discovery/bold/pressed | Pressed state of color.background.discovery.bold | #352c63 | - | |
background.warning.default.[default] | React: themeGet('colors.background.warning.default.default') CSS: --fk-background-warning | background/warning/default/default | Use for backgrounds communicating caution, such as in warning section messages. | #fff7d6 | ds-background-warning | |
background.warning.default.hovered | React: themeGet('colors.background.warning.default.hovered') CSS: --fk-background-warning-hovered | background/warning/default/hovered | Hovered state for color.background.warning | #f8e6a0 | ds-background-warning-hovered | |
background.warning.default.pressed | React: themeGet('colors.background.warning.default.pressed') CSS: --fk-background-warning-pressed | background/warning/default/pressed | Pressed state for color.background.warning | #f8e6a0 | - | |
background.warning.bold.default | React: themeGet('colors.background.warning.bold.default') CSS: --fk-background-warning-bold | background/warning/bold/default | A vibrant background option for communicating caution, such as in warning buttons and warning banners. | #f5cd47 | ds-background-warning-bold | |
background.warning.bold.hovered | React: themeGet('colors.background.warning.bold.hovered') CSS: --fk-background-warning-bold-hovered | background/warning/bold/hovered | Hovered state of color.background.warning.bold | #e2b203 | ds-background-warning-bold-hovered | |
background.warning.bold.pressed | React: themeGet('colors.background.warning.bold.pressed') CSS: --fk-background-warning-bold-pressed | background/warning/bold/pressed | Pressed state of color.background.warning.bold | #cf9f02 | - | |
blanket.default | React: themeGet('colors.blanket.default') CSS: --fk-blanket | blanket/default | Use for the screen overlay that appears with modal dialogs | #091e427d | - | |
blanket.selected | React: themeGet('colors.blanket.selected') CSS: --fk-blanket-selected | blanket/selected | Use as an overlay to communicate selected states when a simple background color change isn't possible, such as in Editor block elements | #388bff14 | - | |
blanket.danger | React: themeGet('colors.blanket.danger') CSS: --fk-blanket-danger | blanket/danger | Use as an overlay to communicate danger states when a simple background color change isn't possible, such as deletion of Editor block elements | #ef5c4814 | - | |
text.default | React: themeGet('colors.text.default') CSS: --fk-text | text/default | Use for primary text, such as body copy, sentence case headers, and buttons. | #172b4d | ds-text | |
text.subtle | React: themeGet('colors.text.subtle') CSS: --fk-text-subtle | text/subtle | Use for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings. | #44546f | ds-text-subtle | |
text.subtlest | React: themeGet('colors.text.subtlest') CSS: --fk-text-subtlest | text/subtlest | Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text. | #626f86 | ds-text-subtlest | |
text.disabled | React: themeGet('colors.text.disabled') CSS: --fk-text-disabled | text/disabled | Use for text in a disabled state. | #8590a2 | ds-text-disabled | |
text.selected | React: themeGet('colors.text.selected') CSS: --fk-text-selected | text/selected | Use for text in selected or opened states, such as tabs and dropdown buttons. | #0c66e4 | - | |
text.inverse | React: themeGet('colors.text.inverse') CSS: --fk-text-inverse | text/inverse | Use for text on bold backgrounds. | #ffffff | ds-text-inverse | |
text.success | React: themeGet('colors.text.success') CSS: --fk-text-success | text/success | Use for text to communicate a favourable outcome, such as input field success messaging. | #216e4e | ds-text-success | |
text.danger | React: themeGet('colors.text.danger') CSS: --fk-text-danger | text/danger | Use for critical text, such as input field error messaging. | #ae2e24 | ds-text-danger | |
text.information | React: themeGet('colors.text.information') CSS: --fk-text-information | text/information | Use for informative text or to communicate something is in progress, such as in-progress lozenges. | #0055cc | ds-text-information | |
text.warning.default | React: themeGet('colors.text.warning.default') CSS: --fk-text-warning | text/warning/default | Use for text to emphasize caution, such as in moved lozenges. | #a54800 | ds-text-warning | |
text.warning.inverse | React: themeGet('colors.text.warning.inverse') CSS: --fk-text-warning-inverse | text/warning/inverse | Use for text when on bold warning backgrounds. | #172b4d | - | |
text.discovery | React: themeGet('colors.text.discovery') CSS: --fk-text-discovery | text/discovery | Use for text to emphasize change or something new, such as in new lozenges. | #5e4db2 | - | |
text.brand | React: themeGet('colors.text.brand') CSS: --fk-text-brand | text/brand | Use for text that reinforces our brand. | #0c66e4 | - | |
text.accent.blue.default | React: themeGet('colors.text.accent.blue.default') CSS: --fk-text-accent-blue | text/accent/blue/default | Use for blue text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags. | #0055cc | - | |
text.accent.blue.bolder | React: themeGet('colors.text.accent.blue.bolder') CSS: --fk-text-accent-blue-bolder | text/accent/blue/bolder | Use on bold blue accent backgrounds. | #09326c | - | |
text.accent.red.default | React: themeGet('colors.text.accent.red.default') CSS: --fk-text-accent-red | text/accent/red/default | Use for red text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags. | #ae2e24 | - | |
text.accent.red.bolder | React: themeGet('colors.text.accent.red.bolder') CSS: --fk-text-accent-red-bolder | text/accent/red/bolder | Use on bold red accent backgrounds. | #5d1f1a | - | |
text.accent.orange.default | React: themeGet('colors.text.accent.orange.default') CSS: --fk-text-accent-orange | text/accent/orange/default | Use for orange text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags. | #a54800 | - | |
text.accent.orange.bolder | React: themeGet('colors.text.accent.orange.bolder') CSS: --fk-text-accent-orange-bolder | text/accent/orange/bolder | Use on bold orange accent backgrounds. | #702e00 | - | |
text.accent.yellow.default | React: themeGet('colors.text.accent.yellow.default') CSS: --fk-text-accent-yellow | text/accent/yellow/default | Use for yellow text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags. | #7f5f01 | - | |
text.accent.yellow.bolder | React: themeGet('colors.text.accent.yellow.bolder') CSS: --fk-text-accent-yellow-bolder | text/accent/yellow/bolder | Use on bold yellow accent backgrounds. | #533f04 | - | |
text.accent.green.default | React: themeGet('colors.text.accent.green.default') CSS: --fk-text-accent-green | text/accent/green/default | Use for green text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags. | #216e4e | - | |
text.accent.green.bolder | React: themeGet('colors.text.accent.green.bolder') CSS: --fk-text-accent-green-bolder | text/accent/green/bolder | Use on bold green accent backgrounds. | #164b35 | - | |
text.accent.purple.default | React: themeGet('colors.text.accent.purple.default') CSS: --fk-text-accent-purple | text/accent/purple/default | Use for purple text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags. | #5e4db2 | - | |
text.accent.purple.bolder | React: themeGet('colors.text.accent.purple.bolder') CSS: --fk-text-accent-purple-bolder | text/accent/purple/bolder | Use on bold purple accent backgrounds. | #352c63 | - | |
text.accent.teal.default | React: themeGet('colors.text.accent.teal.default') CSS: --fk-text-accent-teal | text/accent/teal/default | Use for teal text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags. | #206a83 | - | |
text.accent.teal.bolder | React: themeGet('colors.text.accent.teal.bolder') CSS: --fk-text-accent-teal-bolder | text/accent/teal/bolder | Use on bold teal accent backgrounds. | #164555 | - | |
text.accent.magenta.default | React: themeGet('colors.text.accent.magenta.default') CSS: --fk-text-accent-magenta | text/accent/magenta/default | Use for magenta text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags. | #943d73 | - | |
text.accent.magenta.bolder | React: themeGet('colors.text.accent.magenta.bolder') CSS: --fk-text-accent-magenta-bolder | text/accent/magenta/bolder | Use on bold magenta accent backgrounds. | #50253f | - | |
text.accent.gray.default | React: themeGet('colors.text.accent.gray.default') CSS: --fk-text-accent-gray | text/accent/gray/default | Use for text on non-bold gray accent backgrounds, such as colored tags. | #44546f | - | |
text.accent.gray.bolder | React: themeGet('colors.text.accent.gray.bolder') CSS: --fk-text-accent-gray-bolder | text/accent/gray/bolder | Use for text and icons on gray subtle accent backgrounds. | #091e42 | - | |
text.accent.lime.default | React: themeGet('colors.text.accent.lime.default') CSS: --fk-text-accent-lime | text/accent/lime/default | Use for lime text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags. | #4c6b1f | - | |
text.accent.lime.bolder | React: themeGet('colors.text.accent.lime.bolder') CSS: --fk-text-accent-lime-bolder | text/accent/lime/bolder | Use on bold lime accent backgrounds. | #37471f | - | |
link.default | React: themeGet('colors.link.default') CSS: --fk-link | link/default | Use for links in a default state. | #0c66e4 | ds-link | |
link.hovered | React: themeGet('colors.link.hovered') CSS: --fk-link-hovered | link/hovered | Use for links in a hovered state. | #0c66e4 | - | |
link.pressed | React: themeGet('colors.link.pressed') CSS: --fk-link-pressed | link/pressed | Use for links in a pressed state. | #0055cc | - | |
link.visited | React: themeGet('colors.link.visited') CSS: --fk-link-visited | link/visited | Use for links in a visited state. | #5e4db2 | - | |
icon.accent.blue | React: themeGet('colors.icon.accent.blue') CSS: --fk-icon-accent-blue | icon/accent/blue | Use for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons. | #1d7afc | - | |
icon.accent.red | React: themeGet('colors.icon.accent.red') CSS: --fk-icon-accent-red | icon/accent/red | Use for red icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons. | #c9372c | - | |
icon.accent.orange | React: themeGet('colors.icon.accent.orange') CSS: --fk-icon-accent-orange | icon/accent/orange | Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons. | #e56910 | - | |
icon.accent.yellow | React: themeGet('colors.icon.accent.yellow') CSS: --fk-icon-accent-yellow | icon/accent/yellow | Use for yellow icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons. | #b38600 | - | |
icon.accent.green | React: themeGet('colors.icon.accent.green') CSS: --fk-icon-accent-green | icon/accent/green | Use for green icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons. | #22a06b | - | |
icon.accent.purple | React: themeGet('colors.icon.accent.purple') CSS: --fk-icon-accent-purple | icon/accent/purple | Use for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons. | #8270db | - | |
icon.accent.teal | React: themeGet('colors.icon.accent.teal') CSS: --fk-icon-accent-teal | icon/accent/teal | Use for teal icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons. | #2898bd | - | |
icon.accent.magenta | React: themeGet('colors.icon.accent.magenta') CSS: --fk-icon-accent-magenta | icon/accent/magenta | Use for magenta icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons. | #cd519d | - | |
icon.accent.gray | React: themeGet('colors.icon.accent.gray') CSS: --fk-icon-accent-gray | icon/accent/gray | Use for icons on non-bold gray accent backgrounds, such as file type icons. | #758195 | - | |
icon.accent.lime | React: themeGet('colors.icon.accent.lime') CSS: --fk-icon-accent-lime | icon/accent/lime | Use for icons on non-bold lime accent backgrounds, such as file type icons. | #6a9a23 | - | |
icon.default | React: themeGet('colors.icon.default') CSS: --fk-icon | icon/default | Use for icon-only buttons, or icons paired with color.text | #44546f | ds-icon | |
icon.subtle | React: themeGet('colors.icon.subtle') CSS: --fk-icon-subtle | icon/subtle | Use for icons paired with color.text.subtle | #626f86 | ds-icon-subtle | |
icon.inverse | React: themeGet('colors.icon.inverse') CSS: --fk-icon-inverse | icon/inverse | Use for icons on bold backgrounds. | #ffffff | ds-icon-inverse | |
icon.disabled | React: themeGet('colors.icon.disabled') CSS: --fk-icon-disabled | icon/disabled | Use for icons in a disabled state. | #8590a2 | ds-icon-disabled | |
icon.brand | React: themeGet('colors.icon.brand') CSS: --fk-icon-brand | icon/brand | Use for icons that reinforce our brand. | #0c66e4 | - | |
icon.selected | React: themeGet('colors.icon.selected') CSS: --fk-icon-selected | icon/selected | Use for icons in selected or opened states, such as those used in dropdown buttons. | #0c66e4 | - | |
icon.danger | React: themeGet('colors.icon.danger') CSS: --fk-icon-danger | icon/danger | Use for icons communicating critical information, such as those used in error handing. | #c9372c | - | |
icon.success | React: themeGet('colors.icon.success') CSS: --fk-icon-success | icon/success | Use for icons communicating a favourable outcome, such as those used in success section messaged. | #22a06b | - | |
icon.discovery | React: themeGet('colors.icon.discovery') CSS: --fk-icon-discovery | icon/discovery | Use for icons communicating change or something new, such as discovery section messages. | #8270db | - | |
icon.information | React: themeGet('colors.icon.information') CSS: --fk-icon-information | icon/information | Use for icons communicating information or something in-progress, such as information section messages. | #1d7afc | - | |
icon.warning.default | React: themeGet('colors.icon.warning.default') CSS: --fk-icon-warning | icon/warning/default | Use for icons communicating caution, such as those used in warning section messages. | #e56910 | - | |
icon.warning.inverse | React: themeGet('colors.icon.warning.inverse') CSS: --fk-icon-warning-inverse | icon/warning/inverse | Use for icons when on bold warning backgrounds. | #172b4d | - | |
interaction.hovered | React: themeGet('colors.interaction.hovered') CSS: --fk-interaction-hovered | interaction/hovered | Use as a background overlay for elements in a hovered state when their background color cannot change, such as avatars. | #00000029 | - | |
interaction.pressed | React: themeGet('colors.interaction.pressed') CSS: --fk-interaction-pressed | interaction/pressed | Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars. | #00000052 | - | |
skeleton.default | React: themeGet('colors.skeleton.default') CSS: --fk-skeleton | skeleton/default | Use for skeleton loading states | #091e420f | - | |
skeleton.subtle | React: themeGet('colors.skeleton.subtle') CSS: --fk-skeleton-subtle | skeleton/subtle | Use for the pulse or shimmer effect in skeleton loading states | #091e4208 | - | |
opacity.disabled | React: themeGet('colors.opacity.disabled') CSS: --fk-opacity-disabled | opacity/disabled | Apply to images when in a disabled state. |
| ds-opacity-disabled | |
opacity.loading | React: themeGet('colors.opacity.loading') CSS: --fk-opacity-loading | opacity/loading | Apply to content that sits under a loading spinner. |
| ds-opacity-loading | |
chart.brand.default | React: themeGet('colors.chart.brand.default') CSS: --fk-chart-brand | chart/brand/default | Our primary color for data visualisation. Use when only one color is required. | #1d7afc | - | |
chart.brand.hovered | React: themeGet('colors.chart.brand.hovered') CSS: --fk-chart-brand-hovered | chart/brand/hovered | Hovered state of color.chart.brand. | #0c66e4 | - | |
chart.neutral.default | React: themeGet('colors.chart.neutral.default') CSS: --fk-chart-neutral | chart/neutral/default | A secondary color for data visualisation or to communicate 'to-do' statues. | #8590a2 | - | |
chart.neutral.hovered | React: themeGet('colors.chart.neutral.hovered') CSS: --fk-chart-neutral-hovered | chart/neutral/hovered | Hovered state of color.chart.neutral. | #758195 | - | |
chart.success.default.[default] | React: themeGet('colors.chart.success.default.default') CSS: --fk-chart-success | chart/success/default/default | For data visualisation communicating positive information, such as 'on track'. | #22a06b | - | |
chart.success.default.hovered | React: themeGet('colors.chart.success.default.hovered') CSS: --fk-chart-success-hovered | chart/success/default/hovered | Hovered state of color.chart.success. | #1f845a | - | |
chart.success.bold.default | React: themeGet('colors.chart.success.bold.default') CSS: --fk-chart-success-bold | chart/success/bold/default | A stronger emphasis option of color.chart.success. | #216e4e | - | |
chart.success.bold.hovered | React: themeGet('colors.chart.success.bold.hovered') CSS: --fk-chart-success-bold-hovered | chart/success/bold/hovered | Hovered state of color.chart.success.bold. | #164b35 | - | |
chart.danger.default.[default] | React: themeGet('colors.chart.danger.default.default') CSS: --fk-chart-danger | chart/danger/default/default | For data visualisation communicating negative information, such as 'off track'. | #f15b50 | - | |
chart.danger.default.hovered | React: themeGet('colors.chart.danger.default.hovered') CSS: --fk-chart-danger-hovered | chart/danger/default/hovered | Hovered state of color.chart.danger. | #e2483d | - | |
chart.danger.bold.default | React: themeGet('colors.chart.danger.bold.default') CSS: --fk-chart-danger-bold | chart/danger/bold/default | A stronger emphasis option of color.chart.danger. | #ae2e24 | - | |
chart.danger.bold.hovered | React: themeGet('colors.chart.danger.bold.hovered') CSS: --fk-chart-danger-bold-hovered | chart/danger/bold/hovered | Hovered state of color.chart.danger.bold. | #5d1f1a | - | |
chart.warning.default.[default] | React: themeGet('colors.chart.warning.default.default') CSS: --fk-chart-warning | chart/warning/default/default | For data visualisation communicating caution, such as 'at risk' statuses. | #b38600 | - | |
chart.warning.default.hovered | React: themeGet('colors.chart.warning.default.hovered') CSS: --fk-chart-warning-hovered | chart/warning/default/hovered | Hovered state of color.chart.warning. | #946f00 | - | |
chart.warning.bold.default | React: themeGet('colors.chart.warning.bold.default') CSS: --fk-chart-warning-bold | chart/warning/bold/default | A stronger emphasis option of color.chart.warning. | #7f5f01 | - | |
chart.warning.bold.hovered | React: themeGet('colors.chart.warning.bold.hovered') CSS: --fk-chart-warning-bold-hovered | chart/warning/bold/hovered | Hovered state of color.chart.warning.bold. | #533f04 | - | |
chart.information.default.[default] | React: themeGet('colors.chart.information.default.default') CSS: --fk-chart-information | chart/information/default/default | For data visualisation communicating low priority or in-progress statuses. | #1d7afc | - | |
chart.information.default.hovered | React: themeGet('colors.chart.information.default.hovered') CSS: --fk-chart-information-hovered | chart/information/default/hovered | Hovered state of color.chart.information. | #0c66e4 | - | |
chart.information.bold.default | React: themeGet('colors.chart.information.bold.default') CSS: --fk-chart-information-bold | chart/information/bold/default | A stronger emphasis option of color.chart.information. | #0055cc | - | |
chart.information.bold.hovered | React: themeGet('colors.chart.information.bold.hovered') CSS: --fk-chart-information-bold-hovered | chart/information/bold/hovered | Hovered state of color.chart.information.bold. | #09326c | - | |
chart.discovery.default.[default] | React: themeGet('colors.chart.discovery.default.default') CSS: --fk-chart-discovery | chart/discovery/default/default | For data visualisation communicating 'new' statuses. | #8f7ee7 | - | |
chart.discovery.default.hovered | React: themeGet('colors.chart.discovery.default.hovered') CSS: --fk-chart-discovery-hovered | chart/discovery/default/hovered | Hovered state of color.chart.discovery. | #8270db | - | |
chart.discovery.bold.default | React: themeGet('colors.chart.discovery.bold.default') CSS: --fk-chart-discovery-bold | chart/discovery/bold/default | A stronger emphasis option of color.chart.discovery. | #5e4db2 | - | |
chart.discovery.bold.hovered | React: themeGet('colors.chart.discovery.bold.hovered') CSS: --fk-chart-discovery-bold-hovered | chart/discovery/bold/hovered | Hovered state of color.chart.discovery.bold. | #352c63 | - | |
chart.categorical.1.default | React: themeGet('colors.chart.categorical.1.default') CSS: --fk-chart-categorical-1 | chart/categorical/1/default | For data visualisation only. Follow numbered sequence. | #2898bd | - | |
chart.categorical.1.hovered | React: themeGet('colors.chart.categorical.1.hovered') CSS: --fk-chart-categorical-1-hovered | chart/categorical/1/hovered | Hovered state of color.chart.categorical.1. | #227d9b | - | |
chart.categorical.2.default | React: themeGet('colors.chart.categorical.2.default') CSS: --fk-chart-categorical-2 | chart/categorical/2/default | For data visualisation only. Follow numbered sequence. | #5e4db2 | - | |
chart.categorical.2.hovered | React: themeGet('colors.chart.categorical.2.hovered') CSS: --fk-chart-categorical-2-hovered | chart/categorical/2/hovered | Hovered state of color.chart.categorical.2. | #352c63 | - | |
chart.categorical.3.default | React: themeGet('colors.chart.categorical.3.default') CSS: --fk-chart-categorical-3 | chart/categorical/3/default | For data visualisation only. Follow numbered sequence. | #e56910 | - | |
chart.categorical.3.hovered | React: themeGet('colors.chart.categorical.3.hovered') CSS: --fk-chart-categorical-3-hovered | chart/categorical/3/hovered | Hovered state of color.chart.categorical.3. | #c25100 | - | |
chart.categorical.4.default | React: themeGet('colors.chart.categorical.4.default') CSS: --fk-chart-categorical-4 | chart/categorical/4/default | For data visualisation only. Follow numbered sequence. | #943d73 | - | |
chart.categorical.4.hovered | React: themeGet('colors.chart.categorical.4.hovered') CSS: --fk-chart-categorical-4-hovered | chart/categorical/4/hovered | Hovered state of color.chart.categorical.4. | #50253f | - | |
chart.categorical.5.default | React: themeGet('colors.chart.categorical.5.default') CSS: --fk-chart-categorical-5 | chart/categorical/5/default | For data visualisation only. Follow numbered sequence. | #09326c | - | |
chart.categorical.5.hovered | React: themeGet('colors.chart.categorical.5.hovered') CSS: --fk-chart-categorical-5-hovered | chart/categorical/5/hovered | Hovered state of color.chart.categorical.5. | #1c2b41 | - | |
chart.categorical.6.default | React: themeGet('colors.chart.categorical.6.default') CSS: --fk-chart-categorical-6 | chart/categorical/6/default | For data visualisation only. Follow numbered sequence. | #8f7ee7 | - | |
chart.categorical.6.hovered | React: themeGet('colors.chart.categorical.6.hovered') CSS: --fk-chart-categorical-6-hovered | chart/categorical/6/hovered | Hovered state of color.chart.categorical.6. | #8270db | - | |
chart.categorical.7.default | React: themeGet('colors.chart.categorical.7.default') CSS: --fk-chart-categorical-7 | chart/categorical/7/default | For data visualisation only. Follow numbered sequence. | #50253f | - | |
chart.categorical.7.hovered | React: themeGet('colors.chart.categorical.7.hovered') CSS: --fk-chart-categorical-7-hovered | chart/categorical/7/hovered | Hovered state of color.chart.categorical.7. | #3d2232 | - | |
chart.categorical.8.default | React: themeGet('colors.chart.categorical.8.default') CSS: --fk-chart-categorical-8 | chart/categorical/8/default | For data visualisation only. Follow numbered sequence. | #a54800 | - | |
chart.categorical.8.hovered | React: themeGet('colors.chart.categorical.8.hovered') CSS: --fk-chart-categorical-8-hovered | chart/categorical/8/hovered | Hovered state of color.chart.categorical.8. | #702e00 | - | |
chart.blue.bold.default | React: themeGet('colors.chart.blue.bold.default') CSS: --fk-chart-blue-bold | chart/blue/bold/default | For data visualisation only. | #388bff | - | |
chart.blue.bold.hovered | React: themeGet('colors.chart.blue.bold.hovered') CSS: --fk-chart-blue-bold-hovered | chart/blue/bold/hovered | Hovered state of color.chart.blue.bold. | #388bff | - | |
chart.blue.bolder.default | React: themeGet('colors.chart.blue.bolder.default') CSS: --fk-chart-blue-bolder | chart/blue/bolder/default | For data visualisation only. | #1d7afc | - | |
chart.blue.bolder.hovered | React: themeGet('colors.chart.blue.bolder.hovered') CSS: --fk-chart-blue-bolder-hovered | chart/blue/bolder/hovered | Hovered state of color.chart.blue.bolder. | #0c66e4 | - | |
chart.blue.boldest.default | React: themeGet('colors.chart.blue.boldest.default') CSS: --fk-chart-blue-boldest | chart/blue/boldest/default | For data visualisation only. | #0055cc | - | |
chart.blue.boldest.hovered | React: themeGet('colors.chart.blue.boldest.hovered') CSS: --fk-chart-blue-boldest-hovered | chart/blue/boldest/hovered | Hovered state of color.chart.blue.boldest. | #09326c | - | |
chart.red.bold.default | React: themeGet('colors.chart.red.bold.default') CSS: --fk-chart-red-bold | chart/red/bold/default | For data visualisation only. | #f15b50 | - | |
chart.red.bold.hovered | React: themeGet('colors.chart.red.bold.hovered') CSS: --fk-chart-red-bold-hovered | chart/red/bold/hovered | Hovered state of color.chart.red.bold. | #e2483d | - | |
chart.red.bolder.default | React: themeGet('colors.chart.red.bolder.default') CSS: --fk-chart-red-bolder | chart/red/bolder/default | For data visualisation only. | #e2483d | - | |
chart.red.bolder.hovered | React: themeGet('colors.chart.red.bolder.hovered') CSS: --fk-chart-red-bolder-hovered | chart/red/bolder/hovered | Hovered state of color.chart.red.bolder. | #c9372c | - | |
chart.red.boldest.default | React: themeGet('colors.chart.red.boldest.default') CSS: --fk-chart-red-boldest | chart/red/boldest/default | For data visualisation only. | #ae2e24 | - | |
chart.red.boldest.hovered | React: themeGet('colors.chart.red.boldest.hovered') CSS: --fk-chart-red-boldest-hovered | chart/red/boldest/hovered | Hovered state of color.chart.red.boldest. | #5d1f1a | - | |
chart.orange.bold.default | React: themeGet('colors.chart.orange.bold.default') CSS: --fk-chart-orange-bold | chart/orange/bold/default | For data visualisation only. | #e56910 | - | |
chart.orange.bold.hovered | React: themeGet('colors.chart.orange.bold.hovered') CSS: --fk-chart-orange-bold-hovered | chart/orange/bold/hovered | Hovered state of color.chart.orange.bold. | #c25100 | - | |
chart.orange.bolder.default | React: themeGet('colors.chart.orange.bolder.default') CSS: --fk-chart-orange-bolder | chart/orange/bolder/default | For data visualisation only. | #c25100 | - | |
chart.orange.bolder.hovered | React: themeGet('colors.chart.orange.bolder.hovered') CSS: --fk-chart-orange-bolder-hovered | chart/orange/bolder/hovered | Hovered state of color.chart.orange.bolder. | #a54800 | - | |
chart.orange.boldest.default | React: themeGet('colors.chart.orange.boldest.default') CSS: --fk-chart-orange-boldest | chart/orange/boldest/default | For data visualisation only. | #a54800 | - | |
chart.orange.boldest.hovered | React: themeGet('colors.chart.orange.boldest.hovered') CSS: --fk-chart-orange-boldest-hovered | chart/orange/boldest/hovered | Hovered state of color.chart.orange.boldest. | #702e00 | - | |
chart.yellow.bold.default | React: themeGet('colors.chart.yellow.bold.default') CSS: --fk-chart-yellow-bold | chart/yellow/bold/default | For data visualisation only. | #b38600 | - | |
chart.yellow.bold.hovered | React: themeGet('colors.chart.yellow.bold.hovered') CSS: --fk-chart-yellow-bold-hovered | chart/yellow/bold/hovered | Hovered state of color.chart.yellow.bold. | #946f00 | - | |
chart.yellow.bolder.default | React: themeGet('colors.chart.yellow.bolder.default') CSS: --fk-chart-yellow-bolder | chart/yellow/bolder/default | For data visualisation only. | #946f00 | - | |
chart.yellow.bolder.hovered | React: themeGet('colors.chart.yellow.bolder.hovered') CSS: --fk-chart-yellow-bolder-hovered | chart/yellow/bolder/hovered | Hovered state of color.chart.yellow.bolder. | #7f5f01 | - | |
chart.yellow.boldest.default | React: themeGet('colors.chart.yellow.boldest.default') CSS: --fk-chart-yellow-boldest | chart/yellow/boldest/default | For data visualisation only. | #7f5f01 | - | |
chart.yellow.boldest.hovered | React: themeGet('colors.chart.yellow.boldest.hovered') CSS: --fk-chart-yellow-boldest-hovered | chart/yellow/boldest/hovered | Hovered state of color.chart.yellow.boldest. | #533f04 | - | |
chart.green.bold.default | React: themeGet('colors.chart.green.bold.default') CSS: --fk-chart-green-bold | chart/green/bold/default | For data visualisation only. | #22a06b | - | |
chart.green.bold.hovered | React: themeGet('colors.chart.green.bold.hovered') CSS: --fk-chart-green-bold-hovered | chart/green/bold/hovered | Hovered state of color.chart.green.bold. | #1f845a | - | |
chart.green.bolder.default | React: themeGet('colors.chart.green.bolder.default') CSS: --fk-chart-green-bolder | chart/green/bolder/default | For data visualisation only. | #1f845a | - | |
chart.green.bolder.hovered | React: themeGet('colors.chart.green.bolder.hovered') CSS: --fk-chart-green-bolder-hovered | chart/green/bolder/hovered | Hovered state of color.chart.green.bolder. | #216e4e | - | |
chart.green.boldest.default | React: themeGet('colors.chart.green.boldest.default') CSS: --fk-chart-green-boldest | chart/green/boldest/default | For data visualisation only. | #216e4e | - | |
chart.green.boldest.hovered | React: themeGet('colors.chart.green.boldest.hovered') CSS: --fk-chart-green-boldest-hovered | chart/green/boldest/hovered | Hovered state of color.chart.green.boldest. | #164b35 | - | |
chart.teal.bold.default | React: themeGet('colors.chart.teal.bold.default') CSS: --fk-chart-teal-bold | chart/teal/bold/default | For data visualisation only. | #2898bd | - | |
chart.teal.bold.hovered | React: themeGet('colors.chart.teal.bold.hovered') CSS: --fk-chart-teal-bold-hovered | chart/teal/bold/hovered | Hovered state of color.chart.teal.bold. | #227d9b | - | |
chart.teal.bolder.default | React: themeGet('colors.chart.teal.bolder.default') CSS: --fk-chart-teal-bolder | chart/teal/bolder/default | For data visualisation only. | #227d9b | - | |
chart.teal.bolder.hovered | React: themeGet('colors.chart.teal.bolder.hovered') CSS: --fk-chart-teal-bolder-hovered | chart/teal/bolder/hovered | Hovered state of color.chart.teal.bolder. | #206a83 | - | |
chart.teal.boldest.default | React: themeGet('colors.chart.teal.boldest.default') CSS: --fk-chart-teal-boldest | chart/teal/boldest/default | For data visualisation only. | #206a83 | - | |
chart.teal.boldest.hovered | React: themeGet('colors.chart.teal.boldest.hovered') CSS: --fk-chart-teal-boldest-hovered | chart/teal/boldest/hovered | Hovered state of color.chart.teal.boldest. | #164555 | - | |
chart.purple.bold.default | React: themeGet('colors.chart.purple.bold.default') CSS: --fk-chart-purple-bold | chart/purple/bold/default | For data visualisation only. | #8f7ee7 | - | |
chart.purple.bold.hovered | React: themeGet('colors.chart.purple.bold.hovered') CSS: --fk-chart-purple-bold-hovered | chart/purple/bold/hovered | Hovered state of color.chart.purple.bold. | #8270db | - | |
chart.purple.bolder.default | React: themeGet('colors.chart.purple.bolder.default') CSS: --fk-chart-purple-bolder | chart/purple/bolder/default | For data visualisation only. | #8270db | - | |
chart.purple.bolder.hovered | React: themeGet('colors.chart.purple.bolder.hovered') CSS: --fk-chart-purple-bolder-hovered | chart/purple/bolder/hovered | Hovered state of color.chart.purple.bolder. | #6e5dc6 | - | |
chart.purple.boldest.default | React: themeGet('colors.chart.purple.boldest.default') CSS: --fk-chart-purple-boldest | chart/purple/boldest/default | For data visualisation only. | #5e4db2 | - | |
chart.purple.boldest.hovered | React: themeGet('colors.chart.purple.boldest.hovered') CSS: --fk-chart-purple-boldest-hovered | chart/purple/boldest/hovered | Hovered state of color.chart.purple.boldest. | #352c63 | - | |
chart.magenta.bold.default | React: themeGet('colors.chart.magenta.bold.default') CSS: --fk-chart-magenta-bold | chart/magenta/bold/default | For data visualisation only. | #da62ac | - | |
chart.magenta.bold.hovered | React: themeGet('colors.chart.magenta.bold.hovered') CSS: --fk-chart-magenta-bold-hovered | chart/magenta/bold/hovered | Hovered state of color.chart.magenta.bold. | #cd519d | - | |
chart.magenta.bolder.default | React: themeGet('colors.chart.magenta.bolder.default') CSS: --fk-chart-magenta-bolder | chart/magenta/bolder/default | For data visualisation only. | #cd519d | - | |
chart.magenta.bolder.hovered | React: themeGet('colors.chart.magenta.bolder.hovered') CSS: --fk-chart-magenta-bolder-hovered | chart/magenta/bolder/hovered | Hovered state of color.chart.magenta.bolder. | #ae4787 | - | |
chart.magenta.boldest.default | React: themeGet('colors.chart.magenta.boldest.default') CSS: --fk-chart-magenta-boldest | chart/magenta/boldest/default | For data visualisation only. | #943d73 | - | |
chart.magenta.boldest.hovered | React: themeGet('colors.chart.magenta.boldest.hovered') CSS: --fk-chart-magenta-boldest-hovered | chart/magenta/boldest/hovered | Hovered state of color.chart.magenta.boldest. | #50253f | - | |
chart.gray.bold.default | React: themeGet('colors.chart.gray.bold.default') CSS: --fk-chart-gray-bold | chart/gray/bold/default | For data visualisation only. | #8590a2 | - | |
chart.gray.bold.hovered | React: themeGet('colors.chart.gray.bold.hovered') CSS: --fk-chart-gray-bold-hovered | chart/gray/bold/hovered | Hovered state of color.chart.gray.bold. | #758195 | - | |
chart.gray.bolder.default | React: themeGet('colors.chart.gray.bolder.default') CSS: --fk-chart-gray-bolder | chart/gray/bolder/default | For data visualisation only. | #758195 | - | |
chart.gray.bolder.hovered | React: themeGet('colors.chart.gray.bolder.hovered') CSS: --fk-chart-gray-bolder-hovered | chart/gray/bolder/hovered | Hovered state of color.chart.gray.bolder. | #626f86 | - | |
chart.gray.boldest.default | React: themeGet('colors.chart.gray.boldest.default') CSS: --fk-chart-gray-boldest | chart/gray/boldest/default | For data visualisation only. | #44546f | - | |
chart.gray.boldest.hovered | React: themeGet('colors.chart.gray.boldest.hovered') CSS: --fk-chart-gray-boldest-hovered | chart/gray/boldest/hovered | Hovered state of color.chart.gray.boldest. | #2c3e5d | - | |
chart.lime.bold.default | React: themeGet('colors.chart.lime.bold.default') CSS: --fk-chart-lime-bold | chart/lime/bold/default | For data visualisation only. | #6a9a23 | - | |
chart.lime.bold.hovered | React: themeGet('colors.chart.lime.bold.hovered') CSS: --fk-chart-lime-bold-hovered | chart/lime/bold/hovered | Hovered state of color.chart.lime.bold. | #5b7f24 | - | |
chart.lime.bolder.default | React: themeGet('colors.chart.lime.bolder.default') CSS: --fk-chart-lime-bolder | chart/lime/bolder/default | For data visualisation only. | #5b7f24 | - | |
chart.lime.bolder.hovered | React: themeGet('colors.chart.lime.bolder.hovered') CSS: --fk-chart-lime-bolder-hovered | chart/lime/bolder/hovered | Hovered state of color.chart.lime.bolder. | #4c6b1f | - | |
chart.lime.boldest.default | React: themeGet('colors.chart.lime.boldest.default') CSS: --fk-chart-lime-boldest | chart/lime/boldest/default | For data visualisation only. | #4c6b1f | - | |
chart.lime.boldest.hovered | React: themeGet('colors.chart.lime.boldest.hovered') CSS: --fk-chart-lime-boldest-hovered | chart/lime/boldest/hovered | Hovered state of color.chart.lime.boldest. | #37471f | - |
Size
Demo | Token name | Code | Figma usage | Description | Value | Reference |
---|---|---|---|---|---|---|
space.0 | React: themeGet('space.0') CSS: --fk-space-0 | 0px | - | |||
space.1 | React: themeGet('space.1') CSS: --fk-space-1 | 4px | - | |||
space.2 | React: themeGet('space.2') CSS: --fk-space-2 | 8px | - | |||
space.3 | React: themeGet('space.3') CSS: --fk-space-3 | 16px | - | |||
space.4 | React: themeGet('space.4') CSS: --fk-space-4 | 24px | - | |||
space.5 | React: themeGet('space.5') CSS: --fk-space-5 | 32px | - | |||
space.6 | React: themeGet('space.6') CSS: --fk-space-6 | 40px | - | |||
space.7 | React: themeGet('space.7') CSS: --fk-space-7 | 48px | - | |||
space.8 | React: themeGet('space.8') CSS: --fk-space-8 | 64px | - | |||
space.9 | React: themeGet('space.9') CSS: --fk-space-9 | 80px | - | |||
space.10 | React: themeGet('space.10') CSS: --fk-space-10 | 96px | - | |||
space.11 | React: themeGet('space.11') CSS: --fk-space-11 | 112px | - | |||
space.12 | React: themeGet('space.12') CSS: --fk-space-12 | 128px | - |
Border radius
Demo | Token name | Code | Figma usage | Description | Value | Reference |
---|---|---|---|---|---|---|
radii.0 | React: themeGet('radii.0') CSS: --fk-radii-0 | 0px | - | |||
radii.1 | React: themeGet('radii.1') CSS: --fk-radii-1 | 3px | ds-border-radius-050 | |||
radii.2 | React: themeGet('radii.2') CSS: --fk-radii-2 | 4px | ds-border-radius-100 | |||
radii.3 | React: themeGet('radii.3') CSS: --fk-radii-3 | 6px | ds-border-radius-200 | |||
radii.4 | React: themeGet('radii.4') CSS: --fk-radii-4 | 8px | ds-border-radius-300 | |||
radii.5 | React: themeGet('radii.5') CSS: --fk-radii-5 | 9999999px | ds-border-radius-circle | |||
radii.none | React: themeGet('radii.none') CSS: --fk-radii-none | 0px | - | |||
radii.xsmall | React: themeGet('radii.xsmall') CSS: --fk-radii-xsmall | 3px | ds-border-radius-050 | |||
radii.small | React: themeGet('radii.small') CSS: --fk-radii-small | 4px | ds-border-radius-050 | |||
radii.medium | React: themeGet('radii.medium') CSS: --fk-radii-medium | 6px | ds-border-radius-100 | |||
radii.large | React: themeGet('radii.large') CSS: --fk-radii-large | 8px | ds-border-radius-300 | |||
radii.xlarge | React: themeGet('radii.xlarge') CSS: --fk-radii-xlarge | 16px | ds-border-radius-400 | |||
radii.round | React: themeGet('radii.round') CSS: --fk-radii-round | 9999999px | ds-border-radius-circle |
Typography
Demo | Token name | Code | Figma usage | Description | Value | Reference |
---|---|---|---|---|---|---|
Light the way | font.heading.xxsmall | React: themeGet('font.heading.xxsmall') CSS: --fk-font-heading-xxsmall | 700 12px/16px "SF Pro", ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif | - | ||
Light the way | font.heading.xsmall | React: themeGet('font.heading.xsmall') CSS: --fk-font-heading-xsmall | 700 14px/16px "SF Pro", ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif | - | ||
Light the way | font.heading.small | React: themeGet('font.heading.small') CSS: --fk-font-heading-small | 700 16px/20px "SF Pro", ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif | ds-font-heading-small | ||
Light the way | font.heading.medium | React: themeGet('font.heading.medium') CSS: --fk-font-heading-medium | 700 20px/24px "SF Pro", ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif | ds-font-heading-medium | ||
Light the way | font.heading.large | React: themeGet('font.heading.large') CSS: --fk-font-heading-large | 700 24px/28px "SF Pro", ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif | ds-font-heading-large | ||
Light the way | font.heading.xlarge | React: themeGet('font.heading.xlarge') CSS: --fk-font-heading-xlarge | 700 28px/32px "SF Pro", ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif | - | ||
Light the way | font.heading.xxlarge | React: themeGet('font.heading.xxlarge') CSS: --fk-font-heading-xxlarge | 700 29px/36px "SF Pro", ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif | - | ||
Light the way | font.body.default | React: themeGet('font.body.default') CSS: --fk-font-body | 400 14px/20px "SF Pro", ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif | - | ||
Light the way | font.body.small | React: themeGet('font.body.small') CSS: --fk-font-body-small | 400 12px/20px "SF Pro", ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif | - | ||
Light the way | font.body.medium | React: themeGet('font.body.medium') CSS: --fk-font-body-medium | 400 14px/20px "SF Pro", ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif | ds-font-body-medium | ||
Light the way | font.body.large | React: themeGet('font.body.large') CSS: --fk-font-body-large | 400 16px/24px "SF Pro", ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif | ds-font-body-large | ||
Light the way | font.body.xlarge | React: themeGet('font.body.xlarge') CSS: --fk-font-body-xlarge | 400 20px/28px "SF Pro", ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif | - | ||
Light the way | font.ui.default | React: themeGet('font.ui.default') CSS: --fk-font-ui | 500 14px "SF Pro", ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif | ds-font-ui | ||
Light the way | font.ui.small | React: themeGet('font.ui.small') CSS: --fk-font-ui-small | 500 11px "SF Pro", ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif | - | ||
Light the way | font.caption.default | React: themeGet('font.caption.default') CSS: --fk-font-caption | 400 12px/16px "SF Pro", ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif | - | ||
Light the way | font.code.default | React: themeGet('font.code.default') CSS: --fk-font-code | 400 14px "SF Mono", ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace | - | ||
Light the way | font.code.xsmall | React: themeGet('font.code.xsmall') CSS: --fk-font-code-xsmall | 400 12px "SF Mono", ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace | - | ||
Light the way | font.code.small | React: themeGet('font.code.small') CSS: --fk-font-code-small | 400 14px "SF Mono", ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace | - | ||
Light the way | font.code.medium | React: themeGet('font.code.medium') CSS: --fk-font-code-medium | 400 16px "SF Mono", ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace | - | ||
Light the way | font.display.default | React: themeGet('font.display.default') CSS: --fk-font-display | 500 56px "SF Pro", ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif | - | ||
Light the way | font.display.medium | React: themeGet('font.display.medium') CSS: --fk-font-display-medium | 500 48px "SF Pro", ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif | - |