shadow-gray-700
The class shadow-gray-700 is a Tailwind CSS class, part of the box shadow color classes in the category effects.
Example usage
The following code is an example on how to use the class shadow-gray-700.
<div class="bg-gray-300 w-48 h-48 flex items-center justify-center">
<div class="shadow-2xl shadow-gray-700/80 p-4 w-32 h-32 rounded-lg bg-white"></div>
</div>
The above code produces the following result:
Resulting CSS
--tw-shadow-color: #374151;
Other box-shadow-color classes
- shadow-gray-100
- shadow-gray-200
- shadow-gray-300
- shadow-gray-400
- shadow-gray-500
- shadow-gray-600
- shadow-gray-800
- shadow-gray-900
- shadow-gray-50
- shadow-gray-950
- shadow-orange-700
- shadow-green-700
- shadow-slate-700
- shadow-neutral-700
- shadow-orange-100
- shadow-orange-200
- shadow-orange-300
- shadow-orange-400
- shadow-orange-500
- shadow-orange-600