Neptune Color Palette

Discover the beautiful Neptune color palette featuring matisse (#1a5e8e), boston blue (#3a90bb), viking (#5ac5e2), blizzard blue (#9ee6f0) and alice blue (#f0f9ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Coastal, Cool, Summer, Tropical, Vibrant 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 Neptune palette

Share this palette to:

💻 Neptune color palette CSS

/* CSS */
.color-1 {
color: #1a5e8e;
}
.color-2 {
color: #3a90bb;
}
.color-3 {
color: #5ac5e2;
}
.color-4 {
color: #9ee6f0;
}
.color-5 {
color: #f0f9ff;
}

/* CSS Variables */
:root {
--color-1: #1a5e8e;
--color-2: #3a90bb;
--color-3: #5ac5e2;
--color-4: #9ee6f0;
--color-5: #f0f9ff;
}

🌈 Neptune background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a5e8e, #3a90bb, #5ac5e2, #9ee6f0, #f0f9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a5e8e, #3a90bb, #5ac5e2, #9ee6f0, #f0f9ff);
}

Neptune color palette created on .