Blue Mist Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Mist palette

Share this palette to:

Blue Mist color palette CSS

/* CSS */
.color-1 {
color: #b5d0e8;
}
.color-2 {
color: #9cc5e2;
}
.color-3 {
color: #69b7d8;
}
.color-4 {
color: #41a3c3;
}
.color-5 {
color: #1f8d9e;
}

/* CSS Variables */
:root {
--color-1: #b5d0e8;
--color-2: #9cc5e2;
--color-3: #69b7d8;
--color-4: #41a3c3;
--color-5: #1f8d9e;
}

Blue Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5d0e8, #9cc5e2, #69b7d8, #41a3c3, #1f8d9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5d0e8, #9cc5e2, #69b7d8, #41a3c3, #1f8d9e);
}

Blue Mist color palette created on .