File "theme-colors.js"

Full Path: /home/warrior1/public_html/plugins/elementor/packages/elementor-ui/styles/_maps/colors/theme-colors.js
File size: 438 bytes
MIME-type: text/x-java
Charset: utf-8

import palette from '../../_data/colors/palette.json';

export default {
	textMuted: palette[ 'gray-hidden-creek' ],
	disabled: palette[ 'gray-stone-golem' ],
	light: palette.white,
	dark: palette.black,
	info: palette[ 'cyan-ionized-air-glow' ],
	cta: palette[ 'red-rose-garnet' ],
	danger: palette[ 'red-carnelian' ],
	success: palette[ 'green-spandex' ],
	primary: palette[ 'green-spandex' ],
	warning: palette[ 'yellow-hot-sun' ],
};