Mist Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mist Blue palette
Mist Blue color palette CSS
/* CSS */
.color-1 {
color: #a7c6e7;
}
.color-2 {
color: #b5e3d1;
}
.color-3 {
color: #f1e1a7;
}
.color-4 {
color: #f8b3a0;
}
.color-5 {
color: #d38d9f;
}
/* CSS Variables */
:root {
--color-1: #a7c6e7;
--color-2: #b5e3d1;
--color-3: #f1e1a7;
--color-4: #f8b3a0;
--color-5: #d38d9f;
}
Mist Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c6e7, #b5e3d1, #f1e1a7, #f8b3a0, #d38d9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c6e7, #b5e3d1, #f1e1a7, #f8b3a0, #d38d9f);
}
Similar color palettes
Mist Blue color palette created on .