Blue Cloudy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Cloudy palette

Share this palette to:

Blue Cloudy color palette CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #b3d6ea;
}
.color-3 {
color: #f1f4f8;
}
.color-4 {
color: #e3e8ed;
}
.color-5 {
color: #bec9d5;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #b3d6ea;
--color-3: #f1f4f8;
--color-4: #e3e8ed;
--color-5: #bec9d5;
}

Blue Cloudy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #b3d6ea, #f1f4f8, #e3e8ed, #bec9d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #b3d6ea, #f1f4f8, #e3e8ed, #bec9d5);
}

Blue Cloudy color palette created on .