Serene Misty Blues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Misty Blues palette

Share this palette to:

Serene Misty Blues color palette CSS

/* CSS */
.color-1 {
color: #e0f5ee;
}
.color-2 {
color: #a8b5c2;
}
.color-3 {
color: #728b9d;
}
.color-4 {
color: #4c6b90;
}
.color-5 {
color: #545d73;
}

/* CSS Variables */
:root {
--color-1: #e0f5ee;
--color-2: #a8b5c2;
--color-3: #728b9d;
--color-4: #4c6b90;
--color-5: #545d73;
}

Serene Misty Blues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0f5ee, #a8b5c2, #728b9d, #4c6b90, #545d73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0f5ee, #a8b5c2, #728b9d, #4c6b90, #545d73);
}

Similar color palettes

Scroll down to explore 1 Soft teal color palette

Serene Misty Blues color palette created on .