Blue Snowy Night Color Palette
Discover the beautiful Blue Snowy Night color palette featuring nebula (#d7e5e2), pigeon post (#a6c4d9), bermuda gray (#6f8fae), kashmir blue (#4c7090) and cello (#1f3a60).
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 Blue Snowy Night palette
💻 Blue Snowy Night color palette CSS
/* CSS */
.color-1 {
color: #d7e5e2;
}
.color-2 {
color: #a6c4d9;
}
.color-3 {
color: #6f8fae;
}
.color-4 {
color: #4c7090;
}
.color-5 {
color: #1f3a60;
}
/* CSS Variables */
:root {
--color-1: #d7e5e2;
--color-2: #a6c4d9;
--color-3: #6f8fae;
--color-4: #4c7090;
--color-5: #1f3a60;
}
🌈 Blue Snowy Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7e5e2, #a6c4d9, #6f8fae, #4c7090, #1f3a60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7e5e2, #a6c4d9, #6f8fae, #4c7090, #1f3a60);
}
🔗 Explore similar color palettes
Blue Snowy Night color palette created on .