Snowboarding Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Snowboarding palette
Snowboarding color palette PNG image
Snowboarding color palette CSS
/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #f0f8e7;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #d95d3a;
}
.color-5 {
color: #a84d9c;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #f0f8e7;
--color-3: #f6b83c;
--color-4: #d95d3a;
--color-5: #a84d9c;
}
Snowboarding background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #f0f8e7, #f6b83c, #d95d3a, #a84d9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #f0f8e7, #f6b83c, #d95d3a, #a84d9c);
}
Similar color palettes
Scroll down to explore 1000+ colors.snow color palettes
Snowboarding color palette created on .