The browser\'s default text highlight (selection) background color can be overridden, e.g.:
::selection { background: #ffb7b7; }
And the
As described at https://stackoverflow.com/a/39543711/3273929, you can use CSS system colors: https://www.w3.org/TR/2010/PR-css3-color-20101028/#css2-system, although they are deprecated, they do work.