Morning Mist Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Morning Mist palette
Color Inspiration
Images that showcase this color palette in real designs
Download Morning Mist Color Palette (PNG)
Morning Mist color palette CSS
/* CSS */
.color-1 {
color: #fafcff;
}
.color-2 {
color: #264364;
}
.color-3 {
color: #7db1de;
}
.color-4 {
color: #e2e3e4;
}
.color-5 {
color: #3e6089;
}
/* CSS Variables */
:root {
--color-1: #fafcff;
--color-2: #264364;
--color-3: #7db1de;
--color-4: #e2e3e4;
--color-5: #3e6089;
}
Morning Mist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fafcff, #264364, #7db1de, #e2e3e4, #3e6089);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fafcff, #264364, #7db1de, #e2e3e4, #3e6089);
}
Similar color palettes
Scroll down to explore 1 Blue color palette
Morning Mist color palette created on .