Windy Mist Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Windy Mist palette
Color Inspiration
Images that showcase this color palette in real designs
Download Windy Mist Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Windy Mist color palette created on .