dark:
var(--e-accent-500)#E17B3C
light:
var(--e-accent-500)#E17B3C
Various css color properties are depicted below. These can be use within a global css scope.
in order to use a css color property, use it as shown.
div {
background-color: var(--e-accent)
}