Misty Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Misty Blue palette

Share this palette to:

Misty Blue color palette CSS

/* CSS */
.color-1 {
color: #a5c1d5;
}
.color-2 {
color: #f1e1d0;
}
.color-3 {
color: #f5b6b2;
}
.color-4 {
color: #d6c7e1;
}
.color-5 {
color: #b6e2c7;
}

/* CSS Variables */
:root {
--color-1: #a5c1d5;
--color-2: #f1e1d0;
--color-3: #f5b6b2;
--color-4: #d6c7e1;
--color-5: #b6e2c7;
}

Misty Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c1d5, #f1e1d0, #f5b6b2, #d6c7e1, #b6e2c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c1d5, #f1e1d0, #f5b6b2, #d6c7e1, #b6e2c7);
}

Misty Blue color palette created on .