PRIMARY
Primary
fill: #1F3A5F
text: #FFFFFF · title: #FFFFFE
THEME.DOWE
Colors
Inspect the semantic color system behind Dowe views. Every entry is a complete hexadecimal trio: fill color, ordinary text, and title text.
SEMANTIC PALETTE
One card for every color
Cards use semantic schemes and follow the active theme. The hex labels document the light theme values in theme.dowe; solid cards preview base families and soft cards preview lower-emphasis counterparts.
PRIMARY
Primary
fill: #1F3A5F
text: #FFFFFF · title: #FFFFFE
SOFT PRIMARY
Soft primary
fill: #CCFBF3
text: #073B35 · title: #073B35
SECONDARY
Secondary
fill: #6BC670
text: #102A15 · title: #102A15
SOFT SECONDARY
Soft secondary
fill: #E3F5E5
text: #234B2A · title: #234B2A
TERTIARY
Tertiary
fill: #3F7A8A
text: #FFFFFF · title: #FFFFFF
SOFT TERTIARY
Soft tertiary
fill: #E5F1F3
text: #244C57 · title: #244C57
CUSTOM FAMILY
Happy
fill: #176C75
text: #FFFFFE · title: #FFFFFE
CUSTOM SOFT FAMILY
Soft happy
fill: #D9F3F1
text: #124D53 · title: #124D53
MUTED
Muted
fill: #526274
text: #FFFFFF · title: #FFFFFF
SOFT MUTED
Soft muted
fill: #E6EBF0
text: #33465B · title: #33465B
BACKGROUND
Background
fill: #FFFFFF
text: #17263A · title: #17263E
SURFACE
Surface
fill: #F7F9FC
text: #17263A · title: #17263E
SUCCESS
Success
fill: #2F7D43
text: #FFFFFF · title: #FFFFFF
SOFT SUCCESS
Soft success
fill: #E0F2E4
text: #245D33 · title: #245D33
INFO
Info
fill: #2F6FA3
text: #FFFFFF · title: #FFFFFF
SOFT INFO
Soft info
fill: #E2EEF8
text: #234F73 · title: #234F73
WARNING
Warning
fill: #8A6300
text: #FFFFFF · title: #FFFFFF
SOFT WARNING
Soft warning
fill: #F8EDCF
text: #604600 · title: #604600
DANGER
Danger
fill: #A33A46
text: #FFFFFF · title: #FFFFFF
SOFT DANGER
Soft danger
fill: #F7E3E6
text: #7B2C36 · title: #7B2C36
DARK THEME OVERRIDES
The same roles, a different contrast relationship
dark extends light and overrides only the values that need a darker canvas or stronger contrast. The custom happy family remains inherited from light.
Token | Color / fill | Text | Title |
|---|---|---|---|
No dataThere are no records to display | |||
AUTHORING CONTRACT
Declare complete color triples
The color property paints the surface, text styles ordinary content, and title styles Title descendants. Views consume semantic names instead of embedding hexadecimal values.
theme
design defaultTheme:"light"
theme name:"light"
colors:
primary color:"#1F3A5F" text:"#FFFFFF" title:"#FFFFFE"
softPrimary color:"#CCFBF3" text:"#073B35" title:"#073B35"
happy color:"#176C75" text:"#FFFFFE" title:"#FFFFFE"
Card scheme:"primary"
Title
"A title uses the title role."
Text
"Body copy uses the text role."SOLID
Base family
scheme primary uses primary as its fill, primaryText for ordinary content, and primaryTitle for titles.
SOFT
Lower emphasis
variant soft scheme primary resolves the separate softPrimary, softPrimaryText, and softPrimaryTitle trio.
CUSTOM
Project families
happy is a custom semantic family. Add its complete color, text, and title values under colors.