Misty Mornings Color Palette

Discover the beautiful Misty Mornings color palette featuring scarpa flow (#626165), french gray (#c8c8cb), thunder (#373437), jumbo (#7d7d82) and spun pearl (#a6a6ab).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Muted, Modern, Minimalist, Elegant, Neutral, Soft 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 Mornings palette

Share this palette to:

💻 Misty Mornings color palette CSS

/* CSS */
.color-1 {
color: #626165;
}
.color-2 {
color: #c8c8cb;
}
.color-3 {
color: #373437;
}
.color-4 {
color: #7d7d82;
}
.color-5 {
color: #a6a6ab;
}

/* CSS Variables */
:root {
--color-1: #626165;
--color-2: #c8c8cb;
--color-3: #373437;
--color-4: #7d7d82;
--color-5: #a6a6ab;
}

🌈 Misty Mornings background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #626165, #c8c8cb, #373437, #7d7d82, #a6a6ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #626165, #c8c8cb, #373437, #7d7d82, #a6a6ab);
}

Misty Mornings color palette created on .