Variable locale CSS

:root {	--blue: #1e90ff; }

body { background-color: var(--blue); }
Elated Elephant