A type-safe interpetation of DaisyUI colors (https://daisyui.com/docs/colors/)
Represent colors in the DaisyUI color theme
name : Color -> String
Convert color to string
bg : Color -> Html.Attribute msg
Set background color
color : Color -> Html.Attribute msg
Set text and background color
inverted : Color -> Html.Attribute msg
Set text and background, inverting roles
text : Color -> Html.Attribute msg
Set text color
focused : Color -> Color
Make a focused color from primary, secondary, Accent or Neutral roles