Snowy Plains Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Snowy Plains palette
Download Snowy Plains Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 1000+ colors.snow color palettes
Snowy Plains color palette created on .