Snow Glass Color Palette
Discover the beautiful Snow Glass color palette featuring polar (#f3f8fc), link water (#e7f1f9), link water (#dbe8f5), link water (#cbdff0) and periwinkle gray (#c0d2e7).
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 Snow Glass palette
💻 Snow Glass color palette CSS
/* CSS */
.color-1 {
color: #f3f8fc;
}
.color-2 {
color: #e7f1f9;
}
.color-3 {
color: #dbe8f5;
}
.color-4 {
color: #cbdff0;
}
.color-5 {
color: #c0d2e7;
}
/* CSS Variables */
:root {
--color-1: #f3f8fc;
--color-2: #e7f1f9;
--color-3: #dbe8f5;
--color-4: #cbdff0;
--color-5: #c0d2e7;
} 🌈 Snow Glass background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3f8fc, #e7f1f9, #dbe8f5, #cbdff0, #c0d2e7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3f8fc, #e7f1f9, #dbe8f5, #cbdff0, #c0d2e7);
} 🔗 Explore similar color palettes
Snow Glass color palette created on .