Blue Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Dreams palette
Blue Dreams color palette CSS
/* CSS */
.color-1 {
color: #1f5a98;
}
.color-2 {
color: #4e9cc6;
}
.color-3 {
color: #81cae4;
}
.color-4 {
color: #a1e2f2;
}
.color-5 {
color: #f1b74b;
}
/* CSS Variables */
:root {
--color-1: #1f5a98;
--color-2: #4e9cc6;
--color-3: #81cae4;
--color-4: #a1e2f2;
--color-5: #f1b74b;
}
Blue Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f5a98, #4e9cc6, #81cae4, #a1e2f2, #f1b74b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f5a98, #4e9cc6, #81cae4, #a1e2f2, #f1b74b);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Blue Dreams color palette created on .