Blue Milk Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Milk Dream palette

Share this palette to:

Blue Milk Dream color palette CSS

/* CSS */
.color-1 {
color: #4b70a0;
}
.color-2 {
color: #e1c5e7;
}
.color-3 {
color: #c8d7e4;
}
.color-4 {
color: #f2dfc0;
}
.color-5 {
color: #f6c6c6;
}

/* CSS Variables */
:root {
--color-1: #4b70a0;
--color-2: #e1c5e7;
--color-3: #c8d7e4;
--color-4: #f2dfc0;
--color-5: #f6c6c6;
}

Blue Milk Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b70a0, #e1c5e7, #c8d7e4, #f2dfc0, #f6c6c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b70a0, #e1c5e7, #c8d7e4, #f2dfc0, #f6c6c6);
}

Blue Milk Dream color palette created on .