Answer the question
In order to leave comments, you need to log in
Why does chrome have such a bad color palette?
When using background gradients in CSS
background: #000;
background-image: -webkit-gradient(radial, center center, 0, center center, 451, from(#1C1C1C), to(#080808));
background-image: -webkit-radial-gradient(center center, contain, #1C1C1C, #080808);
background-image: -moz-radial-gradient(center center, contain, #1c1c1c, #080808);
background-image: -o-radial-gradient(center center, contain, #1c1c1c, #080808);
background-image: -ms-radial-gradient(center center, contain, #1c1c1c, #080808);
background-image: radial-gradient(center center, contain, #1c1c1c, #080808);
Answer the question
In order to leave comments, you need to log in
Maybe my monitor is not very good, but I did not notice the difference, as well as the gradient itself in principle.
I did not notice a gradient on the IPS monitor, probably the brightness should be unscrewed by 100%.
I suspect the point here is that 95% of monitors have a palette much less than 16 million colors. The gradient you have is barely noticeable (actually from black to black), plus how you wrote especially noticeably large monitors. Those. dividing a weak gradient by a large length, taking into account the non-ideal palette of the monitor itself, it gives noticeable steps in colors.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question