fill-inherit
fill: inherit;
fill-current
fill: currentColor;
fill-<color-name>
fill: <value>;
fill-red-500
fill: var(--color-red-500);
fill-<color-name>/<opacity>
fill-red-500/42
fill: color-mix(in oklab, var(--color-red-500) 42%, transparent);
fill-[<value>]
fill-[#ff0000]
fill: #ff0000;
fill-[<value>]/<opacity>
fill-[#ff0000]/42
fill: rgba(255,0,0,0.42);
fill-(<custom-property>)
fill: var(<custom-property>);
fill-(--my-color)
fill: var(--my-color);
fill-(color:<custom-property>)
fill-(color:--my-color)
© 2025, Fynydd LLC / King of Prussia, Pennsylvania; United States / +1 855-439-6933
By using this website you accept our privacy policy. Choose the browser data you consent to allow: