Light Blue Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Blue Dream palette

Share this palette to:

Light Blue Dream color palette CSS

/* CSS */
.color-1 {
color: #a3c2e0;
}
.color-2 {
color: #73b0d4;
}
.color-3 {
color: #599bd4;
}
.color-4 {
color: #3b91bf;
}
.color-5 {
color: #0071bd;
}

/* CSS Variables */
:root {
--color-1: #a3c2e0;
--color-2: #73b0d4;
--color-3: #599bd4;
--color-4: #3b91bf;
--color-5: #0071bd;
}

Light Blue Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c2e0, #73b0d4, #599bd4, #3b91bf, #0071bd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c2e0, #73b0d4, #599bd4, #3b91bf, #0071bd);
}

Light Blue Dream color palette created on .