Serene Morning Mist Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Morning Mist palette
Serene Morning Mist color palette CSS
/* CSS */
.color-1 {
color: #f3f4f6;
}
.color-2 {
color: #f1f3f4;
}
.color-3 {
color: #e1ebef;
}
.color-4 {
color: #f0e094;
}
.color-5 {
color: #c1daf1;
}
/* CSS Variables */
:root {
--color-1: #f3f4f6;
--color-2: #f1f3f4;
--color-3: #e1ebef;
--color-4: #f0e094;
--color-5: #c1daf1;
}
Serene Morning Mist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3f4f6, #f1f3f4, #e1ebef, #f0e094, #c1daf1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3f4f6, #f1f3f4, #e1ebef, #f0e094, #c1daf1);
}
Similar color palettes
Scroll down to explore 1 Soft gray color palette
Serene Morning Mist color palette created on .