Snowy Serenity Color Palette
Discover the beautiful Snowy Serenity color palette featuring alice blue (#f0f9ff), sail (#b2e0f5), aquamarine blue (#7bc7e0), shakespeare (#3fa5d5) and blue lagoon (#007e94).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withWinter, Blue, Bright, Light, Soft, Coastal, Aesthetic, Light Winter, Clear Spring 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 Snowy Serenity palette
💻 Snowy Serenity color palette CSS
/* CSS */
.color-1 {
color: #f0f9ff;
}
.color-2 {
color: #b2e0f5;
}
.color-3 {
color: #7bc7e0;
}
.color-4 {
color: #3fa5d5;
}
.color-5 {
color: #007e94;
}
/* CSS Variables */
:root {
--color-1: #f0f9ff;
--color-2: #b2e0f5;
--color-3: #7bc7e0;
--color-4: #3fa5d5;
--color-5: #007e94;
}
🌈 Snowy Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f9ff, #b2e0f5, #7bc7e0, #3fa5d5, #007e94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f9ff, #b2e0f5, #7bc7e0, #3fa5d5, #007e94);
}
🔗 Explore similar color palettes
Snowy Serenity color palette created on .