Azure Winter Mist Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Azure Winter Mist palette

Share this palette to:

Azure Winter Mist color palette CSS

/* CSS */
.color-1 {
color: #d1e7ff;
}
.color-2 {
color: #9ee5ff;
}
.color-3 {
color: #61eaff;
}
.color-4 {
color: #4de4fe;
}
.color-5 {
color: #34d6fe;
}

/* CSS Variables */
:root {
--color-1: #d1e7ff;
--color-2: #9ee5ff;
--color-3: #61eaff;
--color-4: #4de4fe;
--color-5: #34d6fe;
}

Azure Winter Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1e7ff, #9ee5ff, #61eaff, #4de4fe, #34d6fe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1e7ff, #9ee5ff, #61eaff, #4de4fe, #34d6fe);
}

Azure Winter Mist color palette created on .