Shadowy Delight Color Palette

Discover the beautiful Shadowy Delight color palette featuring shark (#1e1e1f), scarpa flow (#5c5c60), jumbo (#8b8b8d), whiskey (#d5a26d) and chestnut (#b34d4e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Earthy, Elegant, Gray, Modern, Neutral, Red, Soft, Vintage color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Shadowy Delight palette

Share this palette to:

💻 Shadowy Delight color palette CSS

/* CSS */
.color-1 {
color: #1e1e1f;
}
.color-2 {
color: #5c5c60;
}
.color-3 {
color: #8b8b8d;
}
.color-4 {
color: #d5a26d;
}
.color-5 {
color: #b34d4e;
}

/* CSS Variables */
:root {
--color-1: #1e1e1f;
--color-2: #5c5c60;
--color-3: #8b8b8d;
--color-4: #d5a26d;
--color-5: #b34d4e;
}

🌈 Shadowy Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e1f, #5c5c60, #8b8b8d, #d5a26d, #b34d4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e1f, #5c5c60, #8b8b8d, #d5a26d, #b34d4e);
}

Shadowy Delight color palette created on .