Shadow borrows the accent hue.
COLOR-018
Soft Colored Shadow
Elevation created with a tinted shadow instead of plain black.
Details
- ID: COLOR-018
- Category: Colors & Effects
- Style: soft
- Complexity: simple
- Animation: none
- Stable URL: https://zemew.com/guides/ai/library/colors/COLOR-018
Recommended uses
- Cards
- Floating toolbars
Responsive behavior
Shadow spread stays proportional in the card frame.
Accessibility
Shadow alone is not a focus state.
Code examples
Adapt these to your project. Do not paste unrelated branding or colors blindly.
HTML
<!-- Example scaffold for COLOR-018. Adapt to your project. --> <section id="COLOR-018" class="ai-design-example" data-zemew-component="colors" data-style="soft" data-version="1"> <!-- Implement using the live preview as the visual reference --> </section>
CSS
/* Scope demo styles so they cannot affect the rest of the site */
#COLOR-018.ai-design-example {
/* mirror the preview treatment for COLOR-018 */
}
Machine-readable metadata
The live preview exposes semantic attributes an AI or developer can read from the page source:
id="COLOR-018" data-zemew-component="colors" data-style="soft" data-variant="shadow" data-animation="none" data-version="1"