Sailor Neptune Color Palette

Discover the beautiful Sailor Neptune color palette featuring jelly bean (#2a7b9d), pelorous (#4bb3c3), aquamarine blue (#7fd9e1), blizzard blue (#a7e1f1) and polar (#e2f7f8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Coastal, Feminine, Light, Modern, Spring, 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 Sailor Neptune palette

Share this palette to:

💻 Sailor Neptune color palette CSS

/* CSS */
.color-1 {
color: #2a7b9d;
}
.color-2 {
color: #4bb3c3;
}
.color-3 {
color: #7fd9e1;
}
.color-4 {
color: #a7e1f1;
}
.color-5 {
color: #e2f7f8;
}

/* CSS Variables */
:root {
--color-1: #2a7b9d;
--color-2: #4bb3c3;
--color-3: #7fd9e1;
--color-4: #a7e1f1;
--color-5: #e2f7f8;
}

🌈 Sailor Neptune background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a7b9d, #4bb3c3, #7fd9e1, #a7e1f1, #e2f7f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a7b9d, #4bb3c3, #7fd9e1, #a7e1f1, #e2f7f8);
}

Sailor Neptune color palette created on .