Snowboard Color Palette

Discover the beautiful Snowboard color palette featuring white (#ffffff), blizzard blue (#a8d9f0), viking (#7bb9e0), havelock blue (#509bdc) and jelly bean (#2b6b9c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Fun, Spring, White, Winter 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 Snowboard palette

Share this palette to:

💻 Snowboard color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #a8d9f0;
}
.color-3 {
color: #7bb9e0;
}
.color-4 {
color: #509bdc;
}
.color-5 {
color: #2b6b9c;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #a8d9f0;
--color-3: #7bb9e0;
--color-4: #509bdc;
--color-5: #2b6b9c;
}

🌈 Snowboard background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #a8d9f0, #7bb9e0, #509bdc, #2b6b9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #a8d9f0, #7bb9e0, #509bdc, #2b6b9c);
}

Snowboard color palette created on .