Wind Color Palette
Discover the beautiful Wind color palette featuring morning glory (#a3d6e0), pigeon post (#a3c4d7), casper (#a1b8c9), link water (#c5e1f1) and polar (#e6f5f9).
Brightness
Saturation
Warmth
💡 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
💻 Wind color palette CSS
/* CSS */
.color-1 {
color: #a3d6e0;
}
.color-2 {
color: #a3c4d7;
}
.color-3 {
color: #a1b8c9;
}
.color-4 {
color: #c5e1f1;
}
.color-5 {
color: #e6f5f9;
}
/* CSS Variables */
:root {
--color-1: #a3d6e0;
--color-2: #a3c4d7;
--color-3: #a1b8c9;
--color-4: #c5e1f1;
--color-5: #e6f5f9;
} 🌈 Wind background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e0, #a3c4d7, #a1b8c9, #c5e1f1, #e6f5f9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e0, #a3c4d7, #a1b8c9, #c5e1f1, #e6f5f9);
} 🔗 Explore similar color palettes
Wind color palette created on .