Home / CSS Tips Generated By ChatGPT / Customizing Text Selection Color in CSS Change the color of text selection using ::selection for a personalized user experience. Source Code ::selection { background-color: #ffb7b7; color: white; }