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