The Fog Is Coming Color Palette

Discover the beautiful The Fog Is Coming color palette featuring loblolly (#bac1c8), iron (#d0d7da), porcelain (#e7eaeb), porcelain (#f4f6f7) and geyser (#d6dfe5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Coastal, Elegant, Gray, Light, Minimalist, Modern, Muted, 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 The Fog Is Coming palette

Share this palette to:

💻 The Fog Is Coming color palette CSS

/* CSS */
.color-1 {
color: #bac1c8;
}
.color-2 {
color: #d0d7da;
}
.color-3 {
color: #e7eaeb;
}
.color-4 {
color: #f4f6f7;
}
.color-5 {
color: #d6dfe5;
}

/* CSS Variables */
:root {
--color-1: #bac1c8;
--color-2: #d0d7da;
--color-3: #e7eaeb;
--color-4: #f4f6f7;
--color-5: #d6dfe5;
}

🌈 The Fog Is Coming background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bac1c8, #d0d7da, #e7eaeb, #f4f6f7, #d6dfe5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bac1c8, #d0d7da, #e7eaeb, #f4f6f7, #d6dfe5);
}

The Fog Is Coming color palette created on .