Morning Mist Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Morning Mist Serenity palette
Morning Mist Serenity color palette CSS
/* CSS */
.color-1 {
color: #4b5e71;
}
.color-2 {
color: #6f798b;
}
.color-3 {
color: #a8b3c2;
}
.color-4 {
color: #d1c7b7;
}
.color-5 {
color: #e9b386;
}
/* CSS Variables */
:root {
--color-1: #4b5e71;
--color-2: #6f798b;
--color-3: #a8b3c2;
--color-4: #d1c7b7;
--color-5: #e9b386;
}
Morning Mist Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b5e71, #6f798b, #a8b3c2, #d1c7b7, #e9b386);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b5e71, #6f798b, #a8b3c2, #d1c7b7, #e9b386);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Morning Mist Serenity color palette created on .