create_effect_style
Create reusable drop shadows, inner shadows, and blur effects as local Figma styles with custom color, offset, and radius to maintain design consistency.
Instructions
Create a new local effect style (drop shadow, inner shadow, or blur).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | Shadow color as hex e.g. #000000 (default #000000, shadows only) | |
| description | No | Optional style description | |
| name | Yes | Style name e.g. 'Shadow/Card' | |
| offsetX | No | Shadow X offset in pixels (default 0, shadows only) | |
| offsetY | No | Shadow Y offset in pixels (default 4, shadows only) | |
| opacity | No | Shadow color opacity 0–1 (default 0.25, shadows only) | |
| radius | No | Blur radius in pixels (default 8 for shadows, 4 for blurs) | |
| spread | No | Shadow spread in pixels (default 0, shadows only) | |
| type | No | Effect type: DROP_SHADOW (default), INNER_SHADOW, LAYER_BLUR, or BACKGROUND_BLUR |