Windy Mist Color Palette

Discover the beautiful Windy Mist color palette featuring pigeon post (#a6c4d9), powder blue (#b5dfe8), aqua squeeze (#e2f2f3), porcelain (#f6f8f8) and sea mist (#bfd4c1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Coastal, Light, Spring, Tropical, Vibrant, Soft, Mint, Summer 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 Windy Mist palette

Share this palette to:

💻 Windy Mist color palette CSS

/* CSS */
.color-1 {
color: #a6c4d9;
}
.color-2 {
color: #b5dfe8;
}
.color-3 {
color: #e2f2f3;
}
.color-4 {
color: #f6f8f8;
}
.color-5 {
color: #bfd4c1;
}

/* CSS Variables */
:root {
--color-1: #a6c4d9;
--color-2: #b5dfe8;
--color-3: #e2f2f3;
--color-4: #f6f8f8;
--color-5: #bfd4c1;
}

🌈 Windy Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c4d9, #b5dfe8, #e2f2f3, #f6f8f8, #bfd4c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c4d9, #b5dfe8, #e2f2f3, #f6f8f8, #bfd4c1);
}

Windy Mist color palette created on .