Silverstream Color Palette
Discover the beautiful Silverstream color palette featuring powder ash (#b6c8c3), sinbad (#a5d1d5), neptune (#7fb6b8), breaker bay (#4f9c99) and paradiso (#2b7d7d).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Silverstream palette
💻 Silverstream color palette CSS
/* CSS */
.color-1 {
color: #b6c8c3;
}
.color-2 {
color: #a5d1d5;
}
.color-3 {
color: #7fb6b8;
}
.color-4 {
color: #4f9c99;
}
.color-5 {
color: #2b7d7d;
}
/* CSS Variables */
:root {
--color-1: #b6c8c3;
--color-2: #a5d1d5;
--color-3: #7fb6b8;
--color-4: #4f9c99;
--color-5: #2b7d7d;
} 🌈 Silverstream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8c3, #a5d1d5, #7fb6b8, #4f9c99, #2b7d7d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8c3, #a5d1d5, #7fb6b8, #4f9c99, #2b7d7d);
} 🔗 Explore similar color palettes
Silverstream color palette created on .