Snowy Plains Color Palette
Discover the beautiful Snowy Plains color palette featuring link water (#d6e7f5), regent st blue (#a2c6e7), seagull (#78b6e2), shakespeare (#4c9fd6) and allports (#007c9e).
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 Snowy Plains palette
💻 Snowy Plains color palette CSS
/* CSS */
.color-1 {
color: #d6e7f5;
}
.color-2 {
color: #a2c6e7;
}
.color-3 {
color: #78b6e2;
}
.color-4 {
color: #4c9fd6;
}
.color-5 {
color: #007c9e;
}
/* CSS Variables */
:root {
--color-1: #d6e7f5;
--color-2: #a2c6e7;
--color-3: #78b6e2;
--color-4: #4c9fd6;
--color-5: #007c9e;
} 🌈 Snowy Plains background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6e7f5, #a2c6e7, #78b6e2, #4c9fd6, #007c9e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6e7f5, #a2c6e7, #78b6e2, #4c9fd6, #007c9e);
} 🔗 Explore similar color palettes
Snowy Plains color palette created on .