Blue Milk Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Milk Dream palette
Blue Milk Dream color palette CSS
/* CSS */
.color-1 {
color: #567eae;
}
.color-2 {
color: #dfc9e8;
}
.color-3 {
color: #cbd9e7;
}
.color-4 {
color: #efe0cd;
}
.color-5 {
color: #f1cad0;
}
/* CSS Variables */
:root {
--color-1: #567eae;
--color-2: #dfc9e8;
--color-3: #cbd9e7;
--color-4: #efe0cd;
--color-5: #f1cad0;
}
Blue Milk Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #567eae, #dfc9e8, #cbd9e7, #efe0cd, #f1cad0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #567eae, #dfc9e8, #cbd9e7, #efe0cd, #f1cad0);
}
Similar color palettes
Scroll down to explore 100+ Blue color palettes
Blue Milk Dream color palette created on .