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: #a1c5e2;
}
.color-2 {
color: #f6aba2;
}
.color-3 {
color: #f9d75d;
}
.color-4 {
color: #6ebe4b;
}
.color-5 {
color: #c64e4e;
}
/* CSS Variables */
:root {
--color-1: #a1c5e2;
--color-2: #f6aba2;
--color-3: #f9d75d;
--color-4: #6ebe4b;
--color-5: #c64e4e;
}
Snowboarding background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c5e2, #f6aba2, #f9d75d, #6ebe4b, #c64e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c5e2, #f6aba2, #f9d75d, #6ebe4b, #c64e4e);
}
Similar color palettes
Snowboarding color palette created on .