Check out a new date picker: easepick

Date range picker using Shadow DOM. Lightweight size, no dependencies.

Link Search Menu Expand Document

Customize colors


Include styles after Litepicker styles or use !important to override values.

Example:


<style>
:root {
  /* change background color for .container__months */
  --litepicker-container-months-color-bg: #333 !important; 
}
</style>

See predefined colors in main.scss.