Diamond Snow Color Palette
Discover the beautiful Diamond Snow color palette featuring blizzard blue (#b1e0f2), morning glory (#a3d6e0), half baked (#93c8d2), catskill white (#f1f5f9) and melanie (#e5c8d5).
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 Diamond Snow palette
💻 Diamond Snow color palette CSS
/* CSS */
.color-1 {
color: #b1e0f2;
}
.color-2 {
color: #a3d6e0;
}
.color-3 {
color: #93c8d2;
}
.color-4 {
color: #f1f5f9;
}
.color-5 {
color: #e5c8d5;
}
/* CSS Variables */
:root {
--color-1: #b1e0f2;
--color-2: #a3d6e0;
--color-3: #93c8d2;
--color-4: #f1f5f9;
--color-5: #e5c8d5;
} 🌈 Diamond Snow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1e0f2, #a3d6e0, #93c8d2, #f1f5f9, #e5c8d5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1e0f2, #a3d6e0, #93c8d2, #f1f5f9, #e5c8d5);
} 🔗 Explore similar color palettes
Diamond Snow color palette created on .