Silver Rain Color Palette

Discover the beautiful Silver Rain color palette featuring cadet blue (#a8b3c2), casper (#b3c7d6), geyser (#d6e1e6), black squeeze (#e5f1f5) and twilight blue (#faffff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Blue, Aesthetic, Soft, Bright, Light, Modern, Minimalist color palettes and combinations.

💡 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 Silver Rain palette

Share this palette to:

💻 Silver Rain color palette CSS

/* CSS */
.color-1 {
color: #a8b3c2;
}
.color-2 {
color: #b3c7d6;
}
.color-3 {
color: #d6e1e6;
}
.color-4 {
color: #e5f1f5;
}
.color-5 {
color: #faffff;
}

/* CSS Variables */
:root {
--color-1: #a8b3c2;
--color-2: #b3c7d6;
--color-3: #d6e1e6;
--color-4: #e5f1f5;
--color-5: #faffff;
}

🌈 Silver Rain background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8b3c2, #b3c7d6, #d6e1e6, #e5f1f5, #faffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8b3c2, #b3c7d6, #d6e1e6, #e5f1f5, #faffff);
}

Silver Rain color palette created on .