Home / CSS Tips Generated By ChatGPT / Linear Gradient Backgrounds in CSS Create visually appealing backgrounds with linear gradients. Source Code .linear-gradient { background: linear-gradient(to right, #ff7e5f, #feb47b); }