Blue Misty Morning Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Misty Morning palette

Share this palette to:

Blue Misty Morning color palette CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b8e0da;
}
.color-3 {
color: #f1e5b7;
}
.color-4 {
color: #f9c69f;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b8e0da;
--color-3: #f1e5b7;
--color-4: #f9c69f;
--color-5: #f4a462;
}

Blue Misty Morning background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b8e0da, #f1e5b7, #f9c69f, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b8e0da, #f1e5b7, #f9c69f, #f4a462);
}

Blue Misty Morning color palette created on .