Stinger's Whisper Color Palette

Discover the beautiful Stinger's Whisper color palette featuring quill gray (#d9d8d3), dawn (#a6a4a0), friar gray (#7c7b79), chicago (#5b5a57) and tuatara (#3e3e3c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Earthy, Gray, Modern, Neutral 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 Stinger's Whisper palette

Share this palette to:

💻 Stinger's Whisper color palette CSS

/* CSS */
.color-1 {
color: #d9d8d3;
}
.color-2 {
color: #a6a4a0;
}
.color-3 {
color: #7c7b79;
}
.color-4 {
color: #5b5a57;
}
.color-5 {
color: #3e3e3c;
}

/* CSS Variables */
:root {
--color-1: #d9d8d3;
--color-2: #a6a4a0;
--color-3: #7c7b79;
--color-4: #5b5a57;
--color-5: #3e3e3c;
}

🌈 Stinger's Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9d8d3, #a6a4a0, #7c7b79, #5b5a57, #3e3e3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9d8d3, #a6a4a0, #7c7b79, #5b5a57, #3e3e3c);
}

Stinger's Whisper color palette created on .