cuttle icon indicating copy to clipboard operation
cuttle copied to clipboard

Find the color transition function between two colors

Results 3 cuttle issues
Sort by recently updated
recently updated
newest added

With input #95431f and output #a03e0f cuttle suggests: darken(desaturate(spin(@input, 1.1432), 17.3016), 0.9804) |   | #a03e0f but unfortunately less computes it as #82492d. EDIT: After more digging I've just realized, that...

I imagine this has something to do with the page transitioning to a mobile view and then out of the mobile view, which applies default CSS colors. I'm using Chrome...

Add sass mix() function, which mixes two colors together: http://sass-lang.com/documentation/Sass/Script/Functions.html#mix-instance_method