Azure Winter Mist Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Azure Winter Mist palette
Azure Winter Mist color palette CSS
/* CSS */
.color-1 {
color: #80bfff;
}
.color-2 {
color: #4ea2c1;
}
.color-3 {
color: #007e94;
}
.color-4 {
color: #006275;
}
.color-5 {
color: #003d4d;
}
/* CSS Variables */
:root {
--color-1: #80bfff;
--color-2: #4ea2c1;
--color-3: #007e94;
--color-4: #006275;
--color-5: #003d4d;
}
Azure Winter Mist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #80bfff, #4ea2c1, #007e94, #006275, #003d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #80bfff, #4ea2c1, #007e94, #006275, #003d4d);
}
Similar color palettes
Azure Winter Mist color palette created on .