shadow-neutral-900
The class shadow-neutral-900 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-neutral-900.
<div class="bg-gray-300 w-48 h-48 flex items-center justify-center">
<div class="shadow-2xl shadow-neutral-900/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: #171717;
Other box-shadow-color classes
- shadow-neutral-100
- shadow-neutral-200
- shadow-neutral-300
- shadow-neutral-400
- shadow-neutral-500
- shadow-neutral-600
- shadow-neutral-700
- shadow-neutral-800
- shadow-neutral-950
- shadow-neutral-50
- shadow-emerald-900
- shadow-emerald-100
- shadow-emerald-200
- shadow-emerald-300
- shadow-emerald-400
- shadow-emerald-500
- shadow-emerald-600
- shadow-emerald-700
- shadow-emerald-800
- shadow-emerald-950