color_ darken
string | color_darken: number
returns string
Darkens a given color by a specific percentage. The percentage must be between 0 and 100.
{{ '#EA5AB9' | color_darken: 30 }}
Code
{{ '#EA5AB9' | color_darken: 30 }}Output
#98136b
Output
#98136bWas this page helpful?