Home / CSS Tips Generated By ChatGPT / Implementing CSS Gradients CSS gradients let you display smooth transitions between two or more specified colors. Source Code .gradient { background: linear-gradient(to right, red , yellow); }