Internet Color Palette

Discover the beautiful Internet color palette featuring danube (#6e9bcf), boston blue (#3d85b8), jelly bean (#2a7e9d), blumine (#1b5b79) and deep sea green (#0d5068).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Coastal, Cool, Modern, Summer, Vibrant, Teal, Tropical 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 Internet palette

Share this palette to:

💻 Internet color palette CSS

/* CSS */
.color-1 {
color: #6e9bcf;
}
.color-2 {
color: #3d85b8;
}
.color-3 {
color: #2a7e9d;
}
.color-4 {
color: #1b5b79;
}
.color-5 {
color: #0d5068;
}

/* CSS Variables */
:root {
--color-1: #6e9bcf;
--color-2: #3d85b8;
--color-3: #2a7e9d;
--color-4: #1b5b79;
--color-5: #0d5068;
}

🌈 Internet background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e9bcf, #3d85b8, #2a7e9d, #1b5b79, #0d5068);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e9bcf, #3d85b8, #2a7e9d, #1b5b79, #0d5068);
}

Internet color palette created on .