Applies to: Button, DatePicker, Editor, Entry, Label, Picker, SearchBar, TimePicker, Span We've seen the colors that the Downhill framework provides us for use in our applications. These colors can be used with text also. Below are a listing of the various ways we can colorize the text of our applications. Links You can give links a different color using the .link class. This is defaulted to the Primary Application Color. This class is applied for you when converting from HTML or Markdown. Application Colors Note that the actual colors you select will be substituted for the ?color-value. ClassProperty .text-primarycolor: ?color-primary; .text-secondarycolor: ?color-secondary; .text-successcolor: ?color-success; .text-dangercolor: ?color-danger; .text-warningcolor: ?color-warning; .text-infocolor: ?color-info; .text-lightcolor: ?color-light; .text-darkcolor: ?color-dark; .text-whitecolor: ?color-white; Palette Colors Each of the palette colors can also be used for text. Use the notation of .text-color-intensity to specify the color. <Label StyleClass="text-gray-400" Text="Lots of trouble. Lots of bubble." />