@extends('layouts.master')
@section('title') @lang('translation.Colors') @endsection
@section('content')
@component('components.breadcrumb')
@slot('li_1') UI Elements @endslot
@slot('title') Colors @endslot
@endcomponent
#556ee6
bg-gradient
bg-soft
Primary
#34c38f
bg-gradient
bg-soft
Success
#50a5f1
bg-gradient
bg-soft
Info
#f1b44c
bg-gradient
bg-soft
Warning
#f46a6a
bg-gradient
bg-soft
Danger
#343a40
bg-gradient
bg-soft
Dark
#74788d
bg-gradient
bg-soft
Secondary
opacity-75
opacity-50
opacity-25
Opacity
bg-opacity-75
bg-opacity-50
bg-opacity-25
bg-opacity-10
bg Opacity
text-opacity-75
text-opacity-50
text-opacity-25
text Opacity
@endsection