CSS Humor

Window Opacity 1 Filter Sepia 0.2

.window {
  opacity: 1;
  filter: sepia(0.2);
}

From @SGoresht