"use client" import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card" import { Button } from "@/components/ui/button" export function ForegroundExample() { return (

Foreground Color Examples

Text with Foreground Color Examples of text using the new foreground color

This text uses the foreground color

This is regular text for comparison

This is muted text for comparison

UI Elements with Foreground Color Examples of UI elements using the foreground color
20%
50%
100%
) }