Twilight Whisper Palette Color Palette

Discover the beautiful Twilight Whisper Palette color palette featuring athens gray (#f2f2f3), spun pearl (#abacba), comet (#5f6081), martinique (#343656) and mirage (#1b1f36).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMinimalist, Autumn 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 Twilight Whisper Palette palette

Share this palette to:

💻 Twilight Whisper Palette color palette CSS

/* CSS */
.color-1 {
color: #f2f2f3;
}
.color-2 {
color: #abacba;
}
.color-3 {
color: #5f6081;
}
.color-4 {
color: #343656;
}
.color-5 {
color: #1b1f36;
}

/* CSS Variables */
:root {
--color-1: #f2f2f3;
--color-2: #abacba;
--color-3: #5f6081;
--color-4: #343656;
--color-5: #1b1f36;
}

🌈 Twilight Whisper Palette background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2f2f3, #abacba, #5f6081, #343656, #1b1f36);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2f2f3, #abacba, #5f6081, #343656, #1b1f36);
}

Twilight Whisper Palette color palette created on .