Blue Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Dream palette

Share this palette to:

Blue Dream color palette CSS

/* CSS */
.color-1 {
color: #3a4e69;
}
.color-2 {
color: #6d7f8d;
}
.color-3 {
color: #8ba0a7;
}
.color-4 {
color: #b5c8d4;
}
.color-5 {
color: #f5f8f9;
}

/* CSS Variables */
:root {
--color-1: #3a4e69;
--color-2: #6d7f8d;
--color-3: #8ba0a7;
--color-4: #b5c8d4;
--color-5: #f5f8f9;
}

Blue Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a4e69, #6d7f8d, #8ba0a7, #b5c8d4, #f5f8f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a4e69, #6d7f8d, #8ba0a7, #b5c8d4, #f5f8f9);
}

Blue Dream color palette created on .