Accent Color

The accent-color property specifies the accent color for user-interface controls like: checkbox, radio, range, and progress.
Class
Properties
accent-primary
accent-color: theme('color', 'primary')
accent-success
accent-color: theme('color', 'success')
accent-warning
accent-color: theme('color', 'warning')
accent-error
accent-color: theme('color', 'error')
accent-dark
accent-color: theme('color', 'dark')
utilities.scss API