Wind Color Palette

Discover the beautiful Wind color palette featuring morning glory (#a9d8e0), viking (#70b8d7), curious blue (#3a9cd9), eastern blue (#1f8bbd) and blue chill (#0c789d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Coastal, Fun, Spring, Tropical, Vibrant 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 Wind palette

Share this palette to:

💻 Wind color palette CSS

/* CSS */
.color-1 {
color: #a9d8e0;
}
.color-2 {
color: #70b8d7;
}
.color-3 {
color: #3a9cd9;
}
.color-4 {
color: #1f8bbd;
}
.color-5 {
color: #0c789d;
}

/* CSS Variables */
:root {
--color-1: #a9d8e0;
--color-2: #70b8d7;
--color-3: #3a9cd9;
--color-4: #1f8bbd;
--color-5: #0c789d;
}

🌈 Wind background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d8e0, #70b8d7, #3a9cd9, #1f8bbd, #0c789d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d8e0, #70b8d7, #3a9cd9, #1f8bbd, #0c789d);
}

Wind color palette created on .