monday.com

Design tokens for the monday.com ecosystem.

Colors

DemoToken nameCodeFigma usageDescriptionValueReference
elevation.surface.default.[default]
React:themeGet('colors.elevation.surface.default.default')
CSS: --fk-surface
elevation/surface/default/defaultUse as the primary background for the UI. Reference: --color-snow_white, --primary-background-color, --secondary-background-color, --modal-background-color, --dialog-background-color, --primary-background-color-rgb, --secondary-background-color-rgb#ffffffprimary-background-color
elevation.surface.default.hovered
React:themeGet('colors.elevation.surface.default.hovered')
CSS: --fk-surface-hovered
elevation/surface/default/hoveredHovered state of elevation.surface. Reference: --surfce-color#eceff8primary-background-hover-color
elevation.surface.default.pressed
React:themeGet('colors.elevation.surface.default.pressed')
CSS: --fk-surface-pressed
elevation/surface/default/pressedPressed state of elevation.surface.#dcdfecprimary-selected-color
elevation.surface.sunken
React:themeGet('colors.elevation.surface.sunken')
CSS: --fk-surface-sunken
elevation/surface/sunkenA secondary background for the UI commonly used for grouping items, such as cards in columns.#f6f7fbgrey-background-color
elevation.surface.raised.default
React:themeGet('colors.elevation.surface.raised.default')
CSS: --fk-surface-raised
elevation/surface/raised/defaultUse for the background of raised cards, such as cards on a Kanban board. Combine with elevation.shadow.raised. Reference: --color-snow_white, --primary-background-color, --secondary-background-color, --modal-background-color, --dialog-background-color, --primary-background-color-rgb, --secondary-background-color-rgb#ffffffsecondary-background-color
elevation.surface.raised.hovered
React:themeGet('colors.elevation.surface.raised.hovered')
CSS: --fk-surface-raised-hovered
elevation/surface/raised/hoveredHovered state of elevation.surface.raised. Reference: --color-riverstone_gray, --grey-background-color, --allgrey-background-color, --dark-background-color, --dark-background-on-secondary-color#f6f7fb-
elevation.surface.raised.pressed
React:themeGet('colors.elevation.surface.raised.pressed')
CSS: --fk-surface-raised-pressed
elevation/surface/raised/pressedPressed state of elevation.surface.raised. Reference: --surfce-color#eceff8-
elevation.surface.overlay.default
React:themeGet('colors.elevation.surface.overlay.default')
CSS: --fk-surface-overlay
elevation/surface/overlay/defaultUse for the background of raised cards, such as cards on a Kanban board. Combine with elevation.shadow.raised. Reference: --color-snow_white, --primary-background-color, --secondary-background-color, --modal-background-color, --dialog-background-color, --primary-background-color-rgb, --secondary-background-color-rgb#ffffff-
elevation.surface.overlay.hovered
React:themeGet('colors.elevation.surface.overlay.hovered')
CSS: --fk-surface-overlay-hovered
elevation/surface/overlay/hoveredHovered state of elevation.surface.raised. Reference: --surfce-color#eceff8-
elevation.surface.overlay.pressed
React:themeGet('colors.elevation.surface.overlay.pressed')
CSS: --fk-surface-overlay-pressed
elevation/surface/overlay/pressedPressed state of elevation.surface.raised. Reference: --color-ui_grey, --primary-background-hover-color, --primary-background-hover-on-secondary-color#dcdfec-
elevation.shadow.overlay
React:themeGet('colors.elevation.shadow.overlay')
CSS: --fk-shadow-overlay
elevation/shadow/overlayUse for the box shadow of raised card elements, such as cards on a Kanban board. Combine with elevation.surface.raisedbox-shadow-medium
elevation.shadow.overflow.default
React:themeGet('colors.elevation.shadow.overflow.default')
CSS: --fk-shadow-overflow
elevation/shadow/overflow/defaultUse to create a shadow when content scolls under other content.0px 0px 12px 0px #0304048f, 0px 0px 1px 0px #03040480box-shadow-large
elevation.shadow.overflow.spread
React:themeGet('colors.elevation.shadow.overflow.spread')
CSS: --fk-shadow-overflow-spread
elevation/shadow/overflow/spreadUse only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow.#1f222d0f-
elevation.shadow.overflow.perimeter
React:themeGet('colors.elevation.shadow.overflow.perimeter')
CSS: --fk-shadow-overflow-perimeter
elevation/shadow/overflow/perimeterUse only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow.#1f222d24-
elevation.shadow.raised
React:themeGet('colors.elevation.shadow.raised')
CSS: --fk-shadow-raised
elevation/shadow/raisedUse for the box shadow of raised card elements, such as cards on a Kanban board.box-shadow-xs
border.default
React:themeGet('colors.border.default')
CSS: --fk-border
border/defaultUse to visually group or separate UI elements, such as flat cards or side panel dividers. Reference: --ui-border-color, --ui-border-on-secondary-color, --color-wolf_gray#c3c6d4ui-border-color
border.bold
React:themeGet('colors.border.bold')
CSS: --fk-border-bold
border/boldA neutral border option that passes min 3:1 contrast ratios.#73788cui-border-color
border.selected
React:themeGet('colors.border.selected')
CSS: --fk-border-selected
border/selectedUse for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items. Reference: --color-basic_blue, --primary-color, --brand-color, --primary-on-secondary-color#0073eaprimary-color
border.focused
React:themeGet('colors.border.focused')
CSS: --fk-border-focused
border/focusedUse for focus rings of elements in a focus state.#1e89faprimary-text-color
border.subtle
React:themeGet('colors.border.subtle')
CSS: --fk-border-subtle
border/subtleUse for secondary borders to visually group or separate UI elements, such as flat cards or side panel dividers.#eceff8-
border.input
React:themeGet('colors.border.input')
CSS: --fk-border-input
border/inputUse for borders of form UI elements, such as text fields, checkboxes, and radio buttons. Reference: --ui-border-color, --ui-border-on-secondary-color, --color-wolf_gray#c3c6d4ui-border-color
border.inverse
React:themeGet('colors.border.inverse')
CSS: --fk-border-inverse
border/inverseUse for borders on bold backgrounds. Reference: --color-snow_white#ffffff-
border.disabled
React:themeGet('colors.border.disabled')
CSS: --fk-border-disabled
border/disabledUse for borders of elements in a disabled state.#1f222d0f-
border.brand
React:themeGet('colors.border.brand')
CSS: --fk-border-brand
border/brandUse for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons. Reference: --color-basic_blue, --primary-color, --brand-color, --primary-on-secondary-color#0073ea-
border.danger
React:themeGet('colors.border.danger')
CSS: --fk-border-danger
border/dangerUse for borders communicating critical information, such as the borders on invalid text fields. Reference: --color-error, --negative-color#d83a52-
border.warning
React:themeGet('colors.border.warning')
CSS: --fk-border-warning
border/warningUse for borders communicating caution. Reference: --warning-color-hover#eaaa15-
border.success
React:themeGet('colors.border.success')
CSS: --fk-border-success
border/successUse for borders communicating a favourable outcome, such as the borders on validated text fields. Reference: --color-success, --positive-color#00854d-
border.discovery
React:themeGet('colors.border.discovery')
CSS: --fk-border-discovery
border/discoveryUse for borders communicating change or something new, such as the borders in onboarding spotlights. Reference: --shareable-color, --color-purple, --color-amethyst#a25ddc-
border.information
React:themeGet('colors.border.information')
CSS: --fk-border-information
border/informationUse for borders communicating information or something in-progress. Reference: --color-basic_blue, --primary-color, --brand-color, --primary-on-secondary-color#0073ea-
border.accent.blue
React:themeGet('colors.border.accent.blue')
CSS: --fk-border-accent-blue
border/accent/blueUse for blue borders on non-bold backgrounds when there is no meaning tied to the color. Reference: --color-basic_blue, --primary-color, --brand-color, --primary-on-secondary-color#0073ea-
border.accent.red
React:themeGet('colors.border.accent.red')
CSS: --fk-border-accent-red
border/accent/redUse for red borders on non-bold backgrounds when there is no meaning tied to the color. Reference: --color-error, --negative-color#d83a52-
border.accent.orange
React:themeGet('colors.border.accent.orange')
CSS: --fk-border-accent-orange
border/accent/orangeUse for orange borders on non-bold backgrounds when there is no meaning tied to the color. Reference: --warning-color-hover#eaaa15-
border.accent.yellow
React:themeGet('colors.border.accent.yellow')
CSS: --fk-border-accent-yellow
border/accent/yellowUse for yellow borders on non-bold backgrounds when there is no meaning tied to the color.#f5c300-
border.accent.green
React:themeGet('colors.border.accent.green')
CSS: --fk-border-accent-green
border/accent/greenUse for green borders on non-bold backgrounds when there is no meaning tied to the color. Reference: --color-success, --positive-color#00854d-
border.accent.magenta
React:themeGet('colors.border.accent.magenta')
CSS: --fk-border-accent-magenta
border/accent/magentaUse for green borders on non-bold backgrounds when there is no meaning tied to the color. Reference: --color-sofia_pink, --color-dark-pink#ff158a-
border.accent.purple
React:themeGet('colors.border.accent.purple')
CSS: --fk-border-accent-purple
border/accent/purpleUse for purple borders on non-bold backgrounds when there is no meaning tied to the color.#904acf-
border.accent.teal
React:themeGet('colors.border.accent.teal')
CSS: --fk-border-accent-teal
border/accent/tealUse for purple borders on non-bold backgrounds when there is no meaning tied to the color.#2696a6-
border.accent.gray
React:themeGet('colors.border.accent.gray')
CSS: --fk-border-accent-gray
border/accent/grayUse for borders on non-bold gray accent backgrounds.#878ca1-
border.table.default
React:themeGet('colors.border.table.default')
CSS: --fk-border-table
border/table/defaultUse for the default borders in table elements, such as the visual divider between table headers or footers and table content.#1f222d24layout-border-color
border.table.container
React:themeGet('colors.border.table.container')
CSS: --fk-border-table-container
border/table/containerUse 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.#d0d4e4layout-border-color
background.accent.blue.subtlest
React:themeGet('colors.background.accent.blue.subtlest')
CSS: --fk-background-accent-blue-subtlest
background/accent/blue/subtlestUse for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color. Reference: --color-highlight_blue, --primary-selected-color, --brand-selected-color, --primary-selected-on-secondary-color, --label-background-color, --label-background-on-secondary-color, --primary-selected-color-rgb#cce5ff-
background.accent.blue.subtler
React:themeGet('colors.background.accent.blue.subtler')
CSS: --fk-background-accent-blue-subtler
background/accent/blue/subtlerUse for blue backgrounds when there is no meaning tied to the color, such as colored tags. Reference: --primary-selected-hover-color, --brand-selected-hover-color#aed4fc-
background.accent.blue.subtle
React:themeGet('colors.background.accent.blue.subtle')
CSS: --fk-background-accent-blue-subtle
background/accent/blue/subtleUse for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags.#1e89fa-
background.accent.blue.bolder
React:themeGet('colors.background.accent.blue.bolder')
CSS: --fk-background-accent-blue-bolder
background/accent/blue/bolderUse for blue backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.#1f76db-
background.accent.red.subtlest
React:themeGet('colors.background.accent.red.subtlest')
CSS: --fk-background-accent-red-subtlest
background/accent/red/subtlestUse for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.#fbe9ec-
background.accent.red.subtler
React:themeGet('colors.background.accent.red.subtler')
CSS: --fk-background-accent-red-subtler
background/accent/red/subtlerUse for red backgrounds when there is no meaning tied to the color, such as colored tags. Reference: --color-error-highlight, --negative-color-selected#f4c3cb-
background.accent.red.subtle
React:themeGet('colors.background.accent.red.subtle')
CSS: --fk-background-accent-red-subtle
background/accent/red/subtleUse for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags.#e06c7d-
background.accent.red.bolder
React:themeGet('colors.background.accent.red.bolder')
CSS: --fk-background-accent-red-bolder
background/accent/red/bolderUse for red backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements. Reference: --color-error, --negative-color#d83a52negative-color
background.accent.orange.subtlest
React:themeGet('colors.background.accent.orange.subtlest')
CSS: --fk-background-accent-orange-subtlest
background/accent/orange/subtlestUse for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.#fdf4ce-
background.accent.orange.subtler
React:themeGet('colors.background.accent.orange.subtler')
CSS: --fk-background-accent-orange-subtler
background/accent/orange/subtlerUse for orange backgrounds when there is no meaning tied to the color, such as colored tags. Reference: --warning-color-selected#fceba1-
background.accent.orange.subtle
React:themeGet('colors.background.accent.orange.subtle')
CSS: --fk-background-accent-orange-subtle
background/accent/orange/subtleUse for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags.#f5c238-
background.accent.orange.bolder
React:themeGet('colors.background.accent.orange.bolder')
CSS: --fk-background-accent-orange-bolder
background/accent/orange/bolderUse for orange backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.#c58f12-
background.accent.yellow.subtlest
React:themeGet('colors.background.accent.yellow.subtlest')
CSS: --fk-background-accent-yellow-subtlest
background/accent/yellow/subtlestUse for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.#ffefb2-
background.accent.yellow.subtler
React:themeGet('colors.background.accent.yellow.subtler')
CSS: --fk-background-accent-yellow-subtler
background/accent/yellow/subtlerUse for yellow backgrounds when there is no meaning tied to the color, such as colored tags. Reference: --color-egg_yolk-selected#ffe580-
background.accent.yellow.subtle
React:themeGet('colors.background.accent.yellow.subtle')
CSS: --fk-background-accent-yellow-subtle
background/accent/yellow/subtleUse for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags.#ffd329-
background.accent.yellow.bolder
React:themeGet('colors.background.accent.yellow.bolder')
CSS: --fk-background-accent-yellow-bolder
background/accent/yellow/bolderUse for yellow backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.#dbaf00-
background.accent.green.subtlest
React:themeGet('colors.background.accent.green.subtlest')
CSS: --fk-background-accent-green-subtlest
background/accent/green/subtlestUse for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.#d6ebdf-
background.accent.green.subtler
React:themeGet('colors.background.accent.green.subtler')
CSS: --fk-background-accent-green-subtler
background/accent/green/subtlerUse for green backgrounds when there is no meaning tied to the color, such as colored tags. Reference: --color-success-highlight, --positive-color-selected#bbdbc9-
background.accent.green.subtle
React:themeGet('colors.background.accent.green.subtle')
CSS: --fk-background-accent-green-subtle
background/accent/green/subtleUse for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags.#89bda0-
background.accent.green.bolder
React:themeGet('colors.background.accent.green.bolder')
CSS: --fk-background-accent-green-bolder
background/accent/green/bolderUse for green backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.#007a41positive-color
background.accent.purple.subtlest
React:themeGet('colors.background.accent.purple.subtlest')
CSS: --fk-background-accent-purple-subtlest
background/accent/purple/subtlestUse for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.#f3eafa-
background.accent.purple.subtler
React:themeGet('colors.background.accent.purple.subtler')
CSS: --fk-background-accent-purple-subtler
background/accent/purple/subtlerUse for purple backgrounds when there is no meaning tied to the color, such as colored tags.#e7d5f6-
background.accent.purple.subtle
React:themeGet('colors.background.accent.purple.subtle')
CSS: --fk-background-accent-purple-subtle
background/accent/purple/subtleUse for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags.#b781e4-
background.accent.purple.bolder
React:themeGet('colors.background.accent.purple.bolder')
CSS: --fk-background-accent-purple-bolder
background/accent/purple/bolderUse for purple backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements. Reference: --color-purple-hover#8050ab-
background.accent.teal.subtlest
React:themeGet('colors.background.accent.teal.subtlest')
CSS: --fk-background-accent-teal-subtlest
background/accent/teal/subtlestUse for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.#d6f2f5-
background.accent.teal.subtler
React:themeGet('colors.background.accent.teal.subtler')
CSS: --fk-background-accent-teal-subtler
background/accent/teal/subtlerUse for teal backgrounds when there is no meaning tied to the color, such as colored tags.#c1ebf1-
background.accent.teal.subtle
React:themeGet('colors.background.accent.teal.subtle')
CSS: --fk-background-accent-teal-subtle
background/accent/teal/subtleUse for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags.#6acfdc-
background.accent.teal.bolder
React:themeGet('colors.background.accent.teal.bolder')
CSS: --fk-background-accent-teal-bolder
background/accent/teal/bolderUse for teal backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.#1d717c-
background.accent.magenta.subtlest
React:themeGet('colors.background.accent.magenta.subtlest')
CSS: --fk-background-accent-magenta-subtlest
background/accent/magenta/subtlestUse for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.#ffe5f2-
background.accent.magenta.subtler
React:themeGet('colors.background.accent.magenta.subtler')
CSS: --fk-background-accent-magenta-subtler
background/accent/magenta/subtlerUse for magenta backgrounds when there is no meaning tied to the color, such as colored tags.#ffc2e0-
background.accent.magenta.subtle
React:themeGet('colors.background.accent.magenta.subtle')
CSS: --fk-background-accent-magenta-subtle
background/accent/magenta/subtleUse for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags.#ff5cad-
background.accent.magenta.bolder
React:themeGet('colors.background.accent.magenta.bolder')
CSS: --fk-background-accent-magenta-bolder
background/accent/magenta/bolderUse for magenta backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.#e1197e-
background.accent.lime.subtlest
React:themeGet('colors.background.accent.lime.subtlest')
CSS: --fk-background-accent-lime-subtlest
background/accent/lime/subtlestUse for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.#ecf6d5-
background.accent.lime.subtler
React:themeGet('colors.background.accent.lime.subtler')
CSS: --fk-background-accent-lime-subtler
background/accent/lime/subtlerUse for for backgrounds when there is no meaning tied to the color, such as colored tags.#e0f1bb-
background.accent.lime.subtle
React:themeGet('colors.background.accent.lime.subtle')
CSS: --fk-background-accent-lime-subtle
background/accent/lime/subtleUse for vibrant for backgrounds when there is no meaning tied to the color, such as colored tags.#a8d841-
background.accent.lime.bolder
React:themeGet('colors.background.accent.lime.bolder')
CSS: --fk-background-accent-lime-bolder
background/accent/lime/bolderUse for for backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements. Reference: --color-bright-green-hover#7ca32b-
background.accent.gray.subtlest.default
React:themeGet('colors.background.accent.gray.subtlest.default')
CSS: --fk-background-accent-gray-subtlest
background/accent/gray/subtlest/defaultUse for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color. Reference: --surfce-color#eceff8rgba(0, 0, 0, 0)
background.accent.gray.subtlest.hovered
React:themeGet('colors.background.accent.gray.subtlest.hovered')
CSS: --fk-background-accent-gray-subtlest-hovered
background/accent/gray/subtlest/hoveredHovered state of color.background.accent.gray.subtlest.#eceff8primary-background-hover-color
background.accent.gray.subtlest.pressed
React:themeGet('colors.background.accent.gray.subtlest.pressed')
CSS: --fk-background-accent-gray-subtlest-pressed
background/accent/gray/subtlest/pressedPressed state of color.background.accent.gray.subtlest.#c3c6d4primary-background-hover-color
background.accent.gray.subtler.default
React:themeGet('colors.background.accent.gray.subtler.default')
CSS: --fk-background-accent-gray-subtler
background/accent/gray/subtler/defaultUse for gray backgrounds when there is no meaning tied to the color, such as colored tags. Reference: --color-ui_grey, --primary-background-hover-color, --primary-background-hover-on-secondary-color#dcdfec-
background.accent.gray.subtler.hovered
React:themeGet('colors.background.accent.gray.subtler.hovered')
CSS: --fk-background-accent-gray-subtler-hovered
background/accent/gray/subtler/hoveredHovered state of color.background.accent.gray.subtler.#c3c6d4-
background.accent.gray.subtler.pressed
React:themeGet('colors.background.accent.gray.subtler.pressed')
CSS: --fk-background-accent-gray-subtler-pressed
background/accent/gray/subtler/pressedPressed state of color.background.accent.gray.subtler.#878ca1-
background.accent.gray.subtle.default
React:themeGet('colors.background.accent.gray.subtle.default')
CSS: --fk-background-accent-gray-subtle
background/accent/gray/subtle/defaultUse for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags.#878ca1-
background.accent.gray.subtle.hovered
React:themeGet('colors.background.accent.gray.subtle.hovered')
CSS: --fk-background-accent-gray-subtle-hovered
background/accent/gray/subtle/hoveredHovered state of color.background.accent.gray.subtle.#73788c-
background.accent.gray.subtle.pressed
React:themeGet('colors.background.accent.gray.subtle.pressed')
CSS: --fk-background-accent-gray-subtle-pressed
background/accent/gray/subtle/pressedPressed state of color.background.accent.gray.subtle.#676879-
background.accent.gray.bolder.default
React:themeGet('colors.background.accent.gray.bolder.default')
CSS: --fk-background-accent-gray-bolder
background/accent/gray/bolder/defaultUse for gray backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements. Reference: --color-asphalt#73788c-
background.accent.gray.bolder.hovered
React:themeGet('colors.background.accent.gray.bolder.hovered')
CSS: --fk-background-accent-gray-bolder-hovered
background/accent/gray/bolder/hoveredHovered state of color.background.accent.gray.bolder.#676879secondary-text-on-secondary-color
background.accent.gray.bolder.pressed
React:themeGet('colors.background.accent.gray.bolder.pressed')
CSS: --fk-background-accent-gray-bolder-pressed
background/accent/gray/bolder/pressedPressed state of color.background.accent.gray.bolder.#676879secondary-text-on-secondary-color
background.input.default
React:themeGet('colors.background.input.default')
CSS: --fk-background-input
background/input/defaultUse for background of form UI elements, such as text fields, checkboxes, and radio buttons. Reference: --color-snow_white, --primary-background-color, --secondary-background-color, --modal-background-color, --dialog-background-color, --primary-background-color-rgb, --secondary-background-color-rgb#ffffff-
background.input.hovered
React:themeGet('colors.background.input.hovered')
CSS: --fk-background-input-hovered
background/input/hoveredHovered state for color.background.input. Reference: --color-snow_white, --primary-background-color, --secondary-background-color, --modal-background-color, --dialog-background-color, --primary-background-color-rgb, --secondary-background-color-rgb#ffffff-
background.input.pressed
React:themeGet('colors.background.input.pressed')
CSS: --fk-background-input-pressed
background/input/pressedPressed state for color.background.input. Reference: --color-snow_white, --primary-background-color, --secondary-background-color, --modal-background-color, --dialog-background-color, --primary-background-color-rgb, --secondary-background-color-rgb#ffffff-
background.inverse.subtle.default
React:themeGet('colors.background.inverse.subtle.default')
CSS: --fk-background-inverse-subtle
background/inverse/subtle/defaultUse for backgrounds of elements on a bold background, such as in the buttons on spotlight cards.#1f222d24-
background.inverse.subtle.hovered
React:themeGet('colors.background.inverse.subtle.hovered')
CSS: --fk-background-inverse-subtle-hovered
background/inverse/subtle/hoveredUse for the hovered state of color.background.inverse.subtle#1f222d38-
background.inverse.subtle.pressed
React:themeGet('colors.background.inverse.subtle.pressed')
CSS: --fk-background-inverse-subtle-pressed
background/inverse/subtle/pressedUse for the pressed state of color.background.inverse.subtle#1f222d70-
background.neutral.default.[default]
React:themeGet('colors.background.neutral.default.default')
CSS: --fk-background-neutral
background/neutral/default/defaultThe default background for neutral elements, such as default buttons. Reference: --color-riverstone_gray, --grey-background-color, --allgrey-background-color, --dark-background-color, --dark-background-on-secondary-color#f6f7fballgrey-background-color
background.neutral.default.hovered
React:themeGet('colors.background.neutral.default.hovered')
CSS: --fk-background-neutral-hovered
background/neutral/default/hoveredHovered state for color.background.neutral. Reference: --color-ui_grey, --primary-background-hover-color, --primary-background-hover-on-secondary-color#dcdfecprimary-background-hover-on-secondary-color
background.neutral.default.pressed
React:themeGet('colors.background.neutral.default.pressed')
CSS: --fk-background-neutral-pressed
background/neutral/default/pressedPressed state for color.background.neutral. Reference: --color-ui_grey, --primary-background-hover-color, --primary-background-hover-on-secondary-color#dcdfec-
background.neutral.subtle.default
React:themeGet('colors.background.neutral.subtle.default')
CSS: --fk-background-neutral-subtle
background/neutral/subtle/defaultUse for the background of elements that appear to have no background in a resting state, such as subtle buttons and menu items. Reference: --color-snow_white, --primary-background-color, --secondary-background-color, --modal-background-color, --dialog-background-color, --primary-background-color-rgb, --secondary-background-color-rgb#ffffff00-
background.neutral.subtle.hovered
React:themeGet('colors.background.neutral.subtle.hovered')
CSS: --fk-background-neutral-subtle-hovered
background/neutral/subtle/hoveredHovered state for color.background.neutral.subtle. Reference: --color-ui_grey, --primary-background-hover-color, --primary-background-hover-on-secondary-color#dcdfecprimary-background-hover-color
background.neutral.subtle.pressed
React:themeGet('colors.background.neutral.subtle.pressed')
CSS: --fk-background-neutral-subtle-pressed
background/neutral/subtle/pressedPressed state for color.background.neutral.subtle. Reference: --color-ui_grey, --primary-background-hover-color, --primary-background-hover-on-secondary-color#dcdfec-
background.neutral.bold.default
React:themeGet('colors.background.neutral.bold.default')
CSS: --fk-background-neutral-bold
background/neutral/bold/defaultA vibrant background option for neutral UI elements, such as announcement banners. Reference: --color-mud_black, --inverted-color-background#323338inverted-color-background
background.neutral.bold.hovered
React:themeGet('colors.background.neutral.bold.hovered')
CSS: --fk-background-neutral-bold-hovered
background/neutral/bold/hoveredHovered state of color.background.neutral.bold. Reference: --color-mud_black, --inverted-color-background#323338secondary-text-on-secondary-color
background.neutral.bold.pressed
React:themeGet('colors.background.neutral.bold.pressed')
CSS: --fk-background-neutral-bold-pressed
background/neutral/bold/pressedPressed state of color.background.neutral.bold.#323338primary-hover-color
background.brand.subtlest.default
React:themeGet('colors.background.brand.subtlest.default')
CSS: --fk-background-brand-subtlest
background/brand/subtlest/defaultUse for the background of elements used to reinforce our brand, but with less emphasis.#cce5ff-
background.brand.subtlest.hovered
React:themeGet('colors.background.brand.subtlest.hovered')
CSS: --fk-background-brand-subtlest-hovered
background/brand/subtlest/hoveredHovered state of color.background.brand.subtlest#aed4fc-
background.brand.subtlest.pressed
React:themeGet('colors.background.brand.subtlest.pressed')
CSS: --fk-background-brand-subtlest-pressed
background/brand/subtlest/pressedPressed state of color.background.brand.subtlest#67aef9-
background.brand.bold.default
React:themeGet('colors.background.brand.bold.default')
CSS: --fk-background-brand-bold
background/brand/bold/defaultUse for the background of elements used to reinforce our brand, but with more emphasis. Reference: --color-basic_blue, --primary-color, --brand-color, --primary-on-secondary-color#0073eaprimary-color
background.brand.bold.hovered
React:themeGet('colors.background.brand.bold.hovered')
CSS: --fk-background-brand-bold-hovered
background/brand/bold/hoveredHovered state of color.background.brand.bold. Reference: --color-dark_blue, --primary-hover-color, --brand-hover-color, --primary-hover-on-secondary-color#0060b9primary-hover-color
background.brand.bold.pressed
React:themeGet('colors.background.brand.bold.pressed')
CSS: --fk-background-brand-bold-pressed
background/brand/bold/pressedPressed state of color.background.brand.bold. Reference: --color-dark_blue, --primary-hover-color, --brand-hover-color, --primary-hover-on-secondary-color#0060b9primary-hover-color
background.brand.boldest.default
React:themeGet('colors.background.brand.boldest.default')
CSS: --fk-background-brand-boldest
background/brand/boldest/defaultUse for the background of elements used to reinforce our brand, that need to stand out a lot.#00284d-
background.brand.boldest.hovered
React:themeGet('colors.background.brand.boldest.hovered')
CSS: --fk-background-brand-boldest-hovered
background/brand/boldest/hoveredHovered state of color.background.brand.boldest#003d75-
background.brand.boldest.pressed
React:themeGet('colors.background.brand.boldest.pressed')
CSS: --fk-background-brand-boldest-pressed
background/brand/boldest/pressedPressed state of color.background.brand.boldest#0060b9-
background.selected.default.[default]
React:themeGet('colors.background.selected.default.default')
CSS: --fk-background-selected
background/selected/default/defaultUse for the background of elements in a selected state, such as in opened dropdown buttons. Reference: --color-highlight_blue, --primary-selected-color, --brand-selected-color, --primary-selected-on-secondary-color, --label-background-color, --label-background-on-secondary-color, --primary-selected-color-rgb#cce5ffprimary-selected-color
background.selected.default.hovered
React:themeGet('colors.background.selected.default.hovered')
CSS: --fk-background-selected-hovered
background/selected/default/hoveredHovered state for color.background.selected. Reference: --primary-selected-hover-color, --brand-selected-hover-color#aed4fcprimary-selected-color
background.selected.default.pressed
React:themeGet('colors.background.selected.default.pressed')
CSS: --fk-background-selected-pressed
background/selected/default/pressedPressed state for color.background.selected#67aef9-
background.selected.bold.default
React:themeGet('colors.background.selected.bold.default')
CSS: --fk-background-selected-bold
background/selected/bold/defaultUse for the backgrounds of elements in a selected state, such as checkboxes and radio buttons.#1f76db-
background.selected.bold.hovered
React:themeGet('colors.background.selected.bold.hovered')
CSS: --fk-background-selected-bold-hovered
background/selected/bold/hoveredHovered state of color.background.selected.bold. Reference: --color-dark_blue, --primary-hover-color, --brand-hover-color, --primary-hover-on-secondary-color#0060b9-
background.selected.bold.pressed
React:themeGet('colors.background.selected.bold.pressed')
CSS: --fk-background-selected-bold-pressed
background/selected/bold/pressedPressed state of color.background.selected.bold#003d75-
background.disabled
React:themeGet('colors.background.disabled')
CSS: --fk-background-disabled
background/disabledUse for backgrounds of elements in a disabled state. Reference: --surfce-color#eceff8disabled-background-color
background.information.default.[default]
React:themeGet('colors.background.information.default.default')
CSS: --fk-background-information
background/information/default/defaultUse for backgrounds communicating information or something in-progress, such as in information section messages. Reference: --color-highlight_blue, --primary-selected-color, --brand-selected-color, --primary-selected-on-secondary-color, --label-background-color, --label-background-on-secondary-color, --primary-selected-color-rgb#cce5ff-
background.information.default.hovered
React:themeGet('colors.background.information.default.hovered')
CSS: --fk-background-information-hovered
background/information/default/hoveredHovered state of color.background.information. Reference: --primary-selected-hover-color, --brand-selected-hover-color#aed4fcprimary-color
background.information.default.pressed
React:themeGet('colors.background.information.default.pressed')
CSS: --fk-background-information-pressed
background/information/default/pressedPressed state of color.background.information#67aef9link-color
background.information.bold.default
React:themeGet('colors.background.information.bold.default')
CSS: --fk-background-information-bold
background/information/bold/defaultA vibrant background option for communicating information or something in-progress.#1f76dbprimary-color
background.information.bold.hovered
React:themeGet('colors.background.information.bold.hovered')
CSS: --fk-background-information-bold-hovered
background/information/bold/hoveredHovered state of color.background.information.bold. Reference: --color-dark_blue, --primary-hover-color, --brand-hover-color, --primary-hover-on-secondary-color#0060b9-
background.information.bold.pressed
React:themeGet('colors.background.information.bold.pressed')
CSS: --fk-background-information-bold-pressed
background/information/bold/pressedPressed state of color.background.information.bold#003d75-
background.danger.default.[default]
React:themeGet('colors.background.danger.default.default')
CSS: --fk-background-danger
background/danger/default/defaultUse for backgrounds communicating critical information, such in error section messages.#f4c3cbnegative-color-selected
background.danger.default.hovered
React:themeGet('colors.background.danger.default.hovered')
CSS: --fk-background-danger-hovered
background/danger/default/hoveredHovered state for color.background.danger. Reference: --color-error-highlight, --negative-color-selected#ecb7bf-
background.danger.default.pressed
React:themeGet('colors.background.danger.default.pressed')
CSS: --fk-background-danger-pressed
background/danger/default/pressedPressed state for color.background.danger. Reference: --negative-color-selected-hover#e06c7d-
background.danger.bold.default
React:themeGet('colors.background.danger.bold.default')
CSS: --fk-background-danger-bold
background/danger/bold/defaultA vibrant background option for communicating critical information, such as in danger buttons and error banners. Reference: --color-error, --negative-color#d83a52negative-color
background.danger.bold.hovered
React:themeGet('colors.background.danger.bold.hovered')
CSS: --fk-background-danger-bold-hovered
background/danger/bold/hoveredHovered state of color.background.danger.bold#c53a4cnegative-color-hover
background.danger.bold.pressed
React:themeGet('colors.background.danger.bold.pressed')
CSS: --fk-background-danger-bold-pressed
background/danger/bold/pressedPressed state of color.background.danger.bold#76232e-
background.success.default.[default]
React:themeGet('colors.background.success.default.default')
CSS: --fk-background-success
background/success/default/defaultUse for backgrounds communicating a favourable outcome, such as in success section messages.#d6ebdfpositive-color-selected
background.success.default.hovered
React:themeGet('colors.background.success.default.hovered')
CSS: --fk-background-success-hovered
background/success/default/hoveredHovered state for color.background.success. Reference: --color-success-highlight, --positive-color-selected#bbdbc9-
background.success.default.pressed
React:themeGet('colors.background.success.default.pressed')
CSS: --fk-background-success-pressed
background/success/default/pressedPressed state for color.background.success#89bda0-
background.success.bold.default
React:themeGet('colors.background.success.bold.default')
CSS: --fk-background-success-bold
background/success/bold/defaultA vibrant background option for communicating a favourable outcome, such as in checked toggles. Reference: --color-success, --positive-color#00854dpositive-color
background.success.bold.hovered
React:themeGet('colors.background.success.bold.hovered')
CSS: --fk-background-success-bold-hovered
background/success/bold/hoveredHovered state of color.background.success.bold. Reference: --color-success-hover, --positive-color-hover#007038positive-color-hover
background.success.bold.pressed
React:themeGet('colors.background.success.bold.pressed')
CSS: --fk-background-success-bold-pressed
background/success/bold/pressedPressed state of color.background.success.bold#006130-
background.discovery.default.[default]
React:themeGet('colors.background.discovery.default.default')
CSS: --fk-background-discovery
background/discovery/default/defaultUse for backgrounds communicating change or something new, such as in discovery section messages.#f3eafa-
background.discovery.default.hovered
React:themeGet('colors.background.discovery.default.hovered')
CSS: --fk-background-discovery-hovered
background/discovery/default/hoveredHover state for color.background.discovery#e7d5f6-
background.discovery.default.pressed
React:themeGet('colors.background.discovery.default.pressed')
CSS: --fk-background-discovery-pressed
background/discovery/default/pressedPressed state for color.background.discovery. Reference: --color-purple-selected#d0aeed-
background.discovery.bold.default
React:themeGet('colors.background.discovery.bold.default')
CSS: --fk-background-discovery-bold
background/discovery/bold/defaultA vibrant background option communicating change or something new, such as in onboarding spotlights. Reference: --color-purple-hover#8050ab-
background.discovery.bold.hovered
React:themeGet('colors.background.discovery.bold.hovered')
CSS: --fk-background-discovery-bold-hovered
background/discovery/bold/hoveredHovered state of color.background.discovery.bold#68418b-
background.discovery.bold.pressed
React:themeGet('colors.background.discovery.bold.pressed')
CSS: --fk-background-discovery-bold-pressed
background/discovery/bold/pressedPressed state of color.background.discovery.bold#4e3168-
background.warning.default.[default]
React:themeGet('colors.background.warning.default.default')
CSS: --fk-background-warning
background/warning/default/defaultUse for backgrounds communicating caution, such as in warning section messages.#fdf4cewarning-color-selected
background.warning.default.hovered
React:themeGet('colors.background.warning.default.hovered')
CSS: --fk-background-warning-hovered
background/warning/default/hoveredHovered state for color.background.warning. Reference: --warning-color-selected#fceba1warning-color-hover
background.warning.default.pressed
React:themeGet('colors.background.warning.default.pressed')
CSS: --fk-background-warning-pressed
background/warning/default/pressedPressed state for color.background.warning. Reference: --warning-color-selected-hover#f2d973-
background.warning.bold.default
React:themeGet('colors.background.warning.bold.default')
CSS: --fk-background-warning-bold
background/warning/bold/defaultA vibrant background option for communicating caution, such as in warning buttons and warning banners.#ffcb00warning-color
background.warning.bold.hovered
React:themeGet('colors.background.warning.bold.hovered')
CSS: --fk-background-warning-bold-hovered
background/warning/bold/hoveredHovered state of color.background.warning.bold. Reference: --warning-color-hover#eaaa15warning-color-hover
background.warning.bold.pressed
React:themeGet('colors.background.warning.bold.pressed')
CSS: --fk-background-warning-bold-pressed
background/warning/bold/pressedPressed state of color.background.warning.bold#c58f12-
blanket.default
React:themeGet('colors.blanket.default')
CSS: --fk-blanket
blanket/defaultUse for the screen overlay that appears with modal dialogs#292f4cb3-
blanket.selected
React:themeGet('colors.blanket.selected')
CSS: --fk-blanket-selected
blanket/selectedUse as an overlay to communicate selected states when a simple background color change isn't possible, such as in Editor block elements#0060b914-
blanket.danger
React:themeGet('colors.blanket.danger')
CSS: --fk-blanket-danger
blanket/dangerUse as an overlay to communicate danger states when a simple background color change isn't possible, such as deletion of Editor block elements#b635461a-
text.default
React:themeGet('colors.text.default')
CSS: --fk-text
text/defaultUse for primary text, such as body copy, sentence case headers, and buttons. Reference: --primary-text-color, --text-color-fixed-dark, --primary-text-on-secondary-color, --color-mud_black#323338primary-text-color
text.subtle
React:themeGet('colors.text.subtle')
CSS: --fk-text-subtle
text/subtleUse for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings. Reference: --color-asphalt, --secondary-text-color, --placeholder-color, --secondary-text-on-secondary-color, --placeholder-on-secondary-color#676879secondary-text-color
text.subtlest
React:themeGet('colors.text.subtlest')
CSS: --fk-text-subtlest
text/subtlestUse for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text.#878ca1secondary-text-color
text.disabled
React:themeGet('colors.text.disabled')
CSS: --fk-text-disabled
text/disabledUse for text in a disabled state.#1f222d85disabled-text-color
text.selected
React:themeGet('colors.text.selected')
CSS: --fk-text-selected
text/selectedUse for text in selected or opened states, such as tabs and dropdown buttons. Reference: --color-basic_blue, --primary-color, --brand-color, --primary-on-secondary-color#0073ea-
text.inverse
React:themeGet('colors.text.inverse')
CSS: --fk-text-inverse
text/inverseUse for text on bold backgrounds. Reference: --color-snow_white, --text-color-on-primary, --text-color-on-inverted, --text-color-fixed-light, --text-color-on-brand#fffffftext-color-on-primary
text.success
React:themeGet('colors.text.success')
CSS: --fk-text-success
text/successUse for text to communicate a favourable outcome, such as input field success messaging. Reference: --color-success, --positive-color#00854dprimary-text-color
text.danger
React:themeGet('colors.text.danger')
CSS: --fk-text-danger
text/dangerUse for critical text, such as input field error messaging.#d83a52primary-text-color
text.information
React:themeGet('colors.text.information')
CSS: --fk-text-information
text/informationUse for informative text or to communicate something is in progress, such as in-progress lozenges.#0060b9primary-text-color
text.warning.default
React:themeGet('colors.text.warning.default')
CSS: --fk-text-warning
text/warning/defaultUse for text to emphasize caution, such as in moved lozenges.#7c5803primary-text-color
text.warning.inverse
React:themeGet('colors.text.warning.inverse')
CSS: --fk-text-warning-inverse
text/warning/inverseUse for text when on bold warning backgrounds.#262936-
text.discovery
React:themeGet('colors.text.discovery')
CSS: --fk-text-discovery
text/discoveryUse for text to emphasize change or something new.#68418b-
text.brand
React:themeGet('colors.text.brand')
CSS: --fk-text-brand
text/brandUse for text that reinforces Monday brand. Reference: --color-basic_blue, --primary-color, --brand-color, --primary-on-secondary-color#0073ea-
text.accent.blue.default
React:themeGet('colors.text.accent.blue.default')
CSS: --fk-text-accent-blue
text/accent/blue/defaultUse for blue text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags. Reference: --color-dark_blue, --primary-hover-color, --brand-hover-color, --primary-hover-on-secondary-color#1f76c2-
text.accent.blue.bolder
React:themeGet('colors.text.accent.blue.bolder')
CSS: --fk-text-accent-blue-bolder
text/accent/blue/bolderUse on bold blue accent backgrounds.#003d75-
text.accent.red.default
React:themeGet('colors.text.accent.red.default')
CSS: --fk-text-accent-red
text/accent/red/defaultUse for red text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags. Reference: --color-error-hover, --negative-color-hover#b63546-
text.accent.red.bolder
React:themeGet('colors.text.accent.red.bolder')
CSS: --fk-text-accent-red-bolder
text/accent/red/bolderUse on bold red accent backgrounds.#76232e-
text.accent.orange.default
React:themeGet('colors.text.accent.orange.default')
CSS: --fk-text-accent-orange
text/accent/orange/defaultUse for orange text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.#7c5803-
text.accent.orange.bolder
React:themeGet('colors.text.accent.orange.bolder')
CSS: --fk-text-accent-orange-bolder
text/accent/orange/bolderUse on bold orange accent backgrounds.#5a3f02-
text.accent.yellow.default
React:themeGet('colors.text.accent.yellow.default')
CSS: --fk-text-accent-yellow
text/accent/yellow/defaultUse for yellow text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.#755f0a-
text.accent.yellow.bolder
React:themeGet('colors.text.accent.yellow.bolder')
CSS: --fk-text-accent-yellow-bolder
text/accent/yellow/bolderUse on bold yellow accent backgrounds.#463906-
text.accent.green.default
React:themeGet('colors.text.accent.green.default')
CSS: --fk-text-accent-green
text/accent/green/defaultUse for green text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.#007a41-
text.accent.green.bolder
React:themeGet('colors.text.accent.green.bolder')
CSS: --fk-text-accent-green-bolder
text/accent/green/bolderUse on bold green accent backgrounds.#006130-
text.accent.purple.default
React:themeGet('colors.text.accent.purple.default')
CSS: --fk-text-accent-purple
text/accent/purple/defaultUse for purple text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags. Reference: --color-purple-hover#8050ab-
text.accent.purple.bolder
React:themeGet('colors.text.accent.purple.bolder')
CSS: --fk-text-accent-purple-bolder
text/accent/purple/bolderUse on bold purple accent backgrounds.#4e3168-
text.accent.teal.default
React:themeGet('colors.text.accent.teal.default')
CSS: --fk-text-accent-teal
text/accent/teal/defaultUse for teal text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.#1d717c-
text.accent.teal.bolder
React:themeGet('colors.text.accent.teal.bolder')
CSS: --fk-text-accent-teal-bolder
text/accent/teal/bolderUse on bold teal accent backgrounds. Reference: --color-teal-hover#12484f-
text.accent.magenta.default
React:themeGet('colors.text.accent.magenta.default')
CSS: --fk-text-accent-magenta
text/accent/magenta/defaultUse for magenta text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags. Reference: --color-sofia_pink-hover#c21e71-
text.accent.magenta.bolder
React:themeGet('colors.text.accent.magenta.bolder')
CSS: --fk-text-accent-magenta-bolder
text/accent/magenta/bolderUse on bold magenta accent backgrounds.#610f39-
text.accent.gray.default
React:themeGet('colors.text.accent.gray.default')
CSS: --fk-text-accent-gray
text/accent/gray/defaultUse for text on non-bold gray accent backgrounds, such as colored tags.#494a4b-
text.accent.gray.bolder
React:themeGet('colors.text.accent.gray.bolder')
CSS: --fk-text-accent-gray-bolder
text/accent/gray/bolderUse for text and icons on gray subtle accent backgrounds.#191a1a-
text.accent.lime.default
React:themeGet('colors.text.accent.lime.default')
CSS: --fk-text-accent-lime
text/accent/lime/defaultUse for lime text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.#4d651b-
text.accent.lime.bolder
React:themeGet('colors.text.accent.lime.bolder')
CSS: --fk-text-accent-lime-bolder
text/accent/lime/bolderUse on bold lime accent backgrounds.#2e3d10-
link.default
React:themeGet('colors.link.default')
CSS: --fk-link
link/defaultUse for links in a default state. Reference: --color-link_color, --link_color, --link-on-secondary-color#1f76c2link-color
link.hovered
React:themeGet('colors.link.hovered')
CSS: --fk-link-hovered
link/hoveredUse for links in a hovered state. Reference: --color-link_color, --link_color, --link-on-secondary-color#1f76c2-
link.pressed
React:themeGet('colors.link.pressed')
CSS: --fk-link-pressed
link/pressedUse for links in a pressed state. Reference: --color-link_color, --link_color, --link-on-secondary-color#1f76c2-
link.visited
React:themeGet('colors.link.visited')
CSS: --fk-link-visited
link/visitedUse for links in a visited state.#1f76c2-
icon.accent.blue
React:themeGet('colors.icon.accent.blue')
CSS: --fk-icon-accent-blue
icon/accent/blueUse for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons. Reference: --color-basic_blue, --primary-color, --brand-color, --primary-on-secondary-color#0073ea-
icon.accent.red
React:themeGet('colors.icon.accent.red')
CSS: --fk-icon-accent-red
icon/accent/redUse for red icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons. Reference: --color-error, --negative-color#d83a52-
icon.accent.orange
React:themeGet('colors.icon.accent.orange')
CSS: --fk-icon-accent-orange
icon/accent/orangeUse for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons. Reference: --warning-color-hover#eaaa15-
icon.accent.yellow
React:themeGet('colors.icon.accent.yellow')
CSS: --fk-icon-accent-yellow
icon/accent/yellowUse for yellow icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.#e5b700-
icon.accent.green
React:themeGet('colors.icon.accent.green')
CSS: --fk-icon-accent-green
icon/accent/greenUse for green icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons. Reference: --color-success, --positive-color#00854d-
icon.accent.purple
React:themeGet('colors.icon.accent.purple')
CSS: --fk-icon-accent-purple
icon/accent/purpleUse for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.#904acf-
icon.accent.teal
React:themeGet('colors.icon.accent.teal')
CSS: --fk-icon-accent-teal
icon/accent/tealUse for teal icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.#2696a6-
icon.accent.magenta
React:themeGet('colors.icon.accent.magenta')
CSS: --fk-icon-accent-magenta
icon/accent/magentaUse for magenta icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons. Reference: --color-sofia_pink, --color-dark-pink#ff158a-
icon.accent.gray
React:themeGet('colors.icon.accent.gray')
CSS: --fk-icon-accent-gray
icon/accent/grayUse for icons on non-bold gray accent backgrounds, such as file type icons.#73788c-
icon.accent.lime
React:themeGet('colors.icon.accent.lime')
CSS: --fk-icon-accent-lime
icon/accent/limeUse for icons on non-bold lime accent backgrounds, such as file type icons.#89ba21-
icon.default
React:themeGet('colors.icon.default')
CSS: --fk-icon
icon/defaultUse for icon-only buttons, or icons paired with color.text. Reference: --color-asphalt, --secondary-text-color, --placeholder-color, --secondary-text-on-secondary-color, --placeholder-on-secondary-color, --icon-color, --icon-on-secondary-color#323338primary-text-color
icon.subtle
React:themeGet('colors.icon.subtle')
CSS: --fk-icon-subtle
icon/subtleUse for icons paired with color.text.subtle#676879secondary-text-color
icon.inverse
React:themeGet('colors.icon.inverse')
CSS: --fk-icon-inverse
icon/inverseUse for icons on bold backgrounds. Reference: --color-snow_white, --text-color-on-primary, --text-color-on-inverted, --text-color-fixed-light, --text-color-on-brand#fffffftext-color-on-primary
icon.disabled
React:themeGet('colors.icon.disabled')
CSS: --fk-icon-disabled
icon/disabledUse for icons in a disabled state. Reference: --color-wolf_gray#c3c6d4disabled-text-color
icon.brand
React:themeGet('colors.icon.brand')
CSS: --fk-icon-brand
icon/brandUse for icons that reinforce our brand. Reference: --color-basic_blue, --primary-color, --brand-color, --primary-on-secondary-color#0073ea-
icon.selected
React:themeGet('colors.icon.selected')
CSS: --fk-icon-selected
icon/selectedUse for icons in selected or opened states, such as those used in dropdown buttons. Reference: --color-basic_blue, --primary-color, --brand-color, --primary-on-secondary-color#0073ea-
icon.danger
React:themeGet('colors.icon.danger')
CSS: --fk-icon-danger
icon/dangerUse for icons communicating critical information, such as those used in error handing. Reference: --color-error, --negative-color#d83a52-
icon.success
React:themeGet('colors.icon.success')
CSS: --fk-icon-success
icon/successUse for icons communicating a favourable outcome, such as those used in success section messaged. Reference: --color-success, --positive-color#00854d-
icon.discovery
React:themeGet('colors.icon.discovery')
CSS: --fk-icon-discovery
icon/discoveryUse for icons communicating change or something new, such as discovery section messages.#904acf-
icon.information
React:themeGet('colors.icon.information')
CSS: --fk-icon-information
icon/informationUse for icons communicating information or something in-progress, such as information section messages.#1f76c2-
icon.warning.default
React:themeGet('colors.icon.warning.default')
CSS: --fk-icon-warning
icon/warning/defaultUse for icons communicating caution, such as those used in warning section messages.#c58f12-
icon.warning.inverse
React:themeGet('colors.icon.warning.inverse')
CSS: --fk-icon-warning-inverse
icon/warning/inverseUse for icons when on bold warning backgrounds.#262936-
interaction.hovered
React:themeGet('colors.interaction.hovered')
CSS: --fk-interaction-hovered
interaction/hoveredUse as a background overlay for elements in a hovered state when their background color cannot change, such as avatars.#1f222d24-
interaction.pressed
React:themeGet('colors.interaction.pressed')
CSS: --fk-interaction-pressed
interaction/pressedUse as a background overlay for elements in a pressed state when their background color cannot change, such as avatars.#1f222d38-
skeleton.default
React:themeGet('colors.skeleton.default')
CSS: --fk-skeleton
skeleton/defaultUse for skeleton loading states#1f222d0f-
skeleton.subtle
React:themeGet('colors.skeleton.subtle')
CSS: --fk-skeleton-subtle
skeleton/subtleUse for the pulse or shimmer effect in skeleton loading states#1f222d08-
opacity.disabled
React:themeGet('colors.opacity.disabled')
CSS: --fk-opacity-disabled
opacity/disabledApply to images when in a disabled state.disabled-component-opacity
opacity.loading
React:themeGet('colors.opacity.loading')
CSS: --fk-opacity-loading
opacity/loadingApply to content that sits under a loading spinner.-
chart.brand.default
React:themeGet('colors.chart.brand.default')
CSS: --fk-chart-brand
chart/brand/defaultOur primary color for data visualisation. Use when only one color is required. Reference: --color-basic_blue, --primary-color, --brand-color, --primary-on-secondary-color#0073ea-
chart.brand.hovered
React:themeGet('colors.chart.brand.hovered')
CSS: --fk-chart-brand-hovered
chart/brand/hoveredHovered state of color.chart.brand.#1f76db-
chart.neutral.default
React:themeGet('colors.chart.neutral.default')
CSS: --fk-chart-neutral
chart/neutral/defaultA secondary color for data visualisation or to communicate 'to-do' statues.#878ca1-
chart.neutral.hovered
React:themeGet('colors.chart.neutral.hovered')
CSS: --fk-chart-neutral-hovered
chart/neutral/hoveredHovered state of color.chart.neutral.#73788c-
chart.success.default.[default]
React:themeGet('colors.chart.success.default.default')
CSS: --fk-chart-success
chart/success/default/defaultFor data visualisation communicating positive information, such as 'on track'. Reference: --color-success, --positive-color#00854d-
chart.success.default.hovered
React:themeGet('colors.chart.success.default.hovered')
CSS: --fk-chart-success-hovered
chart/success/default/hoveredHovered state of color.chart.success.#007a41-
chart.success.bold.default
React:themeGet('colors.chart.success.bold.default')
CSS: --fk-chart-success-bold
chart/success/bold/defaultA stronger emphasis option of color.chart.success. Reference: --color-success-hover, --positive-color-hover#007038-
chart.success.bold.hovered
React:themeGet('colors.chart.success.bold.hovered')
CSS: --fk-chart-success-bold-hovered
chart/success/bold/hoveredHovered state of color.chart.success.bold.#006130-
chart.danger.default.[default]
React:themeGet('colors.chart.danger.default.default')
CSS: --fk-chart-danger
chart/danger/default/defaultFor data visualisation communicating negative information, such as 'off track'.#dd5569-
chart.danger.default.hovered
React:themeGet('colors.chart.danger.default.hovered')
CSS: --fk-chart-danger-hovered
chart/danger/default/hoveredHovered state of color.chart.danger. Reference: --color-error, --negative-color#d83a52-
chart.danger.bold.default
React:themeGet('colors.chart.danger.bold.default')
CSS: --fk-chart-danger-bold
chart/danger/bold/defaultA stronger emphasis option of color.chart.danger. Reference: --color-error-hover, --negative-color-hover#b63546-
chart.danger.bold.hovered
React:themeGet('colors.chart.danger.bold.hovered')
CSS: --fk-chart-danger-bold-hovered
chart/danger/bold/hoveredHovered state of color.chart.danger.bold.#76232e-
chart.warning.default.[default]
React:themeGet('colors.chart.warning.default.default')
CSS: --fk-chart-warning
chart/warning/default/defaultFor data visualisation communicating caution, such as 'at risk' statuses. Reference: --warning-color-hover#eaaa15-
chart.warning.default.hovered
React:themeGet('colors.chart.warning.default.hovered')
CSS: --fk-chart-warning-hovered
chart/warning/default/hoveredHovered state of color.chart.warning.#c58f12-
chart.warning.bold.default
React:themeGet('colors.chart.warning.bold.default')
CSS: --fk-chart-warning-bold
chart/warning/bold/defaultA stronger emphasis option of color.chart.warning.#aa7909-
chart.warning.bold.hovered
React:themeGet('colors.chart.warning.bold.hovered')
CSS: --fk-chart-warning-bold-hovered
chart/warning/bold/hoveredHovered state of color.chart.warning.bold.#7c5803-
chart.information.default.[default]
React:themeGet('colors.chart.information.default.default')
CSS: --fk-chart-information
chart/information/default/defaultFor data visualisation communicating low priority or in-progress statuses. Reference: --color-basic_blue, --primary-color, --brand-color, --primary-on-secondary-color#0073ea-
chart.information.default.hovered
React:themeGet('colors.chart.information.default.hovered')
CSS: --fk-chart-information-hovered
chart/information/default/hoveredHovered state of color.chart.information.#1f76db-
chart.information.bold.default
React:themeGet('colors.chart.information.bold.default')
CSS: --fk-chart-information-bold
chart/information/bold/defaultA stronger emphasis option of color.chart.information. Reference: --color-dark_blue, --primary-hover-color, --brand-hover-color, --primary-hover-on-secondary-color#0060b9-
chart.information.bold.hovered
React:themeGet('colors.chart.information.bold.hovered')
CSS: --fk-chart-information-bold-hovered
chart/information/bold/hoveredHovered state of color.chart.information.bold.#003d75-
chart.discovery.default.[default]
React:themeGet('colors.chart.discovery.default.default')
CSS: --fk-chart-discovery
chart/discovery/default/defaultFor data visualisation communicating 'new' statuses. Reference: --shareable-color, --color-purple, --color-amethyst#a25ddc-
chart.discovery.default.hovered
React:themeGet('colors.chart.discovery.default.hovered')
CSS: --fk-chart-discovery-hovered
chart/discovery/default/hoveredHovered state of color.chart.discovery.#904acf-
chart.discovery.bold.default
React:themeGet('colors.chart.discovery.bold.default')
CSS: --fk-chart-discovery-bold
chart/discovery/bold/defaultA stronger emphasis option of color.chart.discovery.#68418b-
chart.discovery.bold.hovered
React:themeGet('colors.chart.discovery.bold.hovered')
CSS: --fk-chart-discovery-bold-hovered
chart/discovery/bold/hoveredHovered state of color.chart.discovery.bold.#4e3168-
chart.categorical.1.default
React:themeGet('colors.chart.categorical.1.default')
CSS: --fk-chart-categorical-1
chart/categorical/1/defaultFor data visualisation only. Follow numbered sequence.#2696a6-
chart.categorical.1.hovered
React:themeGet('colors.chart.categorical.1.hovered')
CSS: --fk-chart-categorical-1-hovered
chart/categorical/1/hoveredHovered state of color.chart.categorical.1.#1d717c-
chart.categorical.2.default
React:themeGet('colors.chart.categorical.2.default')
CSS: --fk-chart-categorical-2
chart/categorical/2/defaultFor data visualisation only. Follow numbered sequence.#68418b-
chart.categorical.2.hovered
React:themeGet('colors.chart.categorical.2.hovered')
CSS: --fk-chart-categorical-2-hovered
chart/categorical/2/hoveredHovered state of color.chart.categorical.2.#4e3168-
chart.categorical.3.default
React:themeGet('colors.chart.categorical.3.default')
CSS: --fk-chart-categorical-3
chart/categorical/3/defaultFor data visualisation only. Follow numbered sequence. Reference: --warning-color-hover#eaaa15-
chart.categorical.3.hovered
React:themeGet('colors.chart.categorical.3.hovered')
CSS: --fk-chart-categorical-3-hovered
chart/categorical/3/hoveredHovered state of color.chart.categorical.3.#c58f12-
chart.categorical.4.default
React:themeGet('colors.chart.categorical.4.default')
CSS: --fk-chart-categorical-4
chart/categorical/4/defaultFor data visualisation only. Follow numbered sequence. Reference: --color-sofia_pink-hover#c21e71-
chart.categorical.4.hovered
React:themeGet('colors.chart.categorical.4.hovered')
CSS: --fk-chart-categorical-4-hovered
chart/categorical/4/hoveredHovered state of color.chart.categorical.4.#610f39-
chart.categorical.5.default
React:themeGet('colors.chart.categorical.5.default')
CSS: --fk-chart-categorical-5
chart/categorical/5/defaultFor data visualisation only. Follow numbered sequence.#003d75-
chart.categorical.5.hovered
React:themeGet('colors.chart.categorical.5.hovered')
CSS: --fk-chart-categorical-5-hovered
chart/categorical/5/hoveredHovered state of color.chart.categorical.5.#00284d-
chart.categorical.6.default
React:themeGet('colors.chart.categorical.6.default')
CSS: --fk-chart-categorical-6
chart/categorical/6/defaultFor data visualisation only. Follow numbered sequence. Reference: --shareable-color, --color-purple, --color-amethyst#a25ddc-
chart.categorical.6.hovered
React:themeGet('colors.chart.categorical.6.hovered')
CSS: --fk-chart-categorical-6-hovered