Elementor\Scheme_Color::_init_system_schemes PHP Method

_init_system_schemes() protected method

protected _init_system_schemes ( )
    protected function _init_system_schemes()
    {
        return ['joker' => ['title' => 'Joker', 'items' => [self::COLOR_1 => '#202020', self::COLOR_2 => '#b7b4b4', self::COLOR_3 => '#707070', self::COLOR_4 => '#f6121c']], 'ocean' => ['title' => 'Ocean', 'items' => [self::COLOR_1 => '#1569ae', self::COLOR_2 => '#b6c9db', self::COLOR_3 => '#545454', self::COLOR_4 => '#fdd247']], 'royal' => ['title' => 'Royal', 'items' => [self::COLOR_1 => '#d5ba7f', self::COLOR_2 => '#902729', self::COLOR_3 => '#ae4848', self::COLOR_4 => '#302a8c']], 'violet' => ['title' => 'Violet', 'items' => [self::COLOR_1 => '#747476', self::COLOR_2 => '#ebca41', self::COLOR_3 => '#6f1683', self::COLOR_4 => '#a43cbd']], 'sweet' => ['title' => 'Sweet', 'items' => [self::COLOR_1 => '#6ccdd9', self::COLOR_2 => '#763572', self::COLOR_3 => '#919ca7', self::COLOR_4 => '#f12184']], 'urban' => ['title' => 'Urban', 'items' => [self::COLOR_1 => '#db6159', self::COLOR_2 => '#3b3b3b', self::COLOR_3 => '#7a7979', self::COLOR_4 => '#2abf64']], 'earth' => ['title' => 'Earth', 'items' => [self::COLOR_1 => '#882021', self::COLOR_2 => '#c48e4c', self::COLOR_3 => '#825e24', self::COLOR_4 => '#e8c12f']], 'river' => ['title' => 'River', 'items' => [self::COLOR_1 => '#8dcfc8', self::COLOR_2 => '#565656', self::COLOR_3 => '#50656e', self::COLOR_4 => '#dc5049']], 'pastel' => ['title' => 'Pastel', 'items' => [self::COLOR_1 => '#f27f6f', self::COLOR_2 => '#f4cd78', self::COLOR_3 => '#a5b3c1', self::COLOR_4 => '#aac9c3']]];
    }