Cursor & Selection Generator

Cursor preview

Hover this box to see the cursor, and select this text to see the highlight color.

Cursor
Selection
.cursor-demo {
  cursor: pointer;
}

.cursor-demo::selection {
  background: #10b981;
  color: #052e1a;
}