Misty Twilight Color Palette

Discover the beautiful Misty Twilight color palette featuring slate gray (#6b8094), blue bayoux (#4b6972), fiord (#3b585e), limed spruce (#2d4549) and outer space (#1f3133).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Earthy, Gray, Modern, Muted 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 Misty Twilight palette

Share this palette to:

💻 Misty Twilight color palette CSS

/* CSS */
.color-1 {
color: #6b8094;
}
.color-2 {
color: #4b6972;
}
.color-3 {
color: #3b585e;
}
.color-4 {
color: #2d4549;
}
.color-5 {
color: #1f3133;
}

/* CSS Variables */
:root {
--color-1: #6b8094;
--color-2: #4b6972;
--color-3: #3b585e;
--color-4: #2d4549;
--color-5: #1f3133;
}

🌈 Misty Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8094, #4b6972, #3b585e, #2d4549, #1f3133);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8094, #4b6972, #3b585e, #2d4549, #1f3133);
}

Misty Twilight color palette created on .