What's the “accent color”?

后端 未结 3 1066
暖寄归人
暖寄归人 2020-12-13 08:00

Either my English is not good enough or I just do not get it, but could anybody please explain to me what the \"accent color\" is and where it is used?


My ques

相关标签:
3条回答
  • 2020-12-13 08:35

    Quoting from http://android-developers.blogspot.se/2014/08/material-design-in-2014-google-io-app.html:

    In material design, UI element color palettes generally consist of one primary and one accent color.

    The accent color is used more subtly throughout the app, to call attention to key elements. The resulting juxtaposition of a tamer primary color and a brighter accent, gives apps a bold, colorful look without overwhelming the app’s actual content.

    0 讨论(0)
  • 2020-12-13 08:44

    You got good example in Material Design docs -> your palettes are shown in section "UI color application" - with blue colors being primary and pink being used for accents.

    Here is what it means in practice (also FAB would most likely use pink background color)

    0 讨论(0)
  • 2020-12-13 08:49

    Accent color is also known as Secondary color.

    It is used for:

    • Buttons
    • Floating action buttons
    • Selection controls, like sliders and switches
    • Highlighting selected text
    • Progress bars
    • Links and headlines
    0 讨论(0)
提交回复
热议问题