Silver Blue Stream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Silver Blue Stream palette
Silver Blue Stream color palette PNG image
Silver Blue Stream color palette CSS
/* CSS */
.color-1 {
color: #a6c4d9;
}
.color-2 {
color: #a3d7e0;
}
.color-3 {
color: #b1e0e7;
}
.color-4 {
color: #e3f7f2;
}
.color-5 {
color: #f6f9f9;
}
/* CSS Variables */
:root {
--color-1: #a6c4d9;
--color-2: #a3d7e0;
--color-3: #b1e0e7;
--color-4: #e3f7f2;
--color-5: #f6f9f9;
}
Silver Blue Stream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c4d9, #a3d7e0, #b1e0e7, #e3f7f2, #f6f9f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c4d9, #a3d7e0, #b1e0e7, #e3f7f2, #f6f9f9);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Silver Blue Stream color palette created on .