Blue Sea Demon Color Palette

Discover the beautiful Blue Sea Demon color palette featuring nile blue (#1a3b5b), ming (#3a6f88), neptune (#6ea8b9), regent st blue (#a3d6e6) and manhattan (#f7c6a1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Coastal, Bright, 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 Blue Sea Demon palette

Share this palette to:

💻 Blue Sea Demon color palette CSS

/* CSS */
.color-1 {
color: #1a3b5b;
}
.color-2 {
color: #3a6f88;
}
.color-3 {
color: #6ea8b9;
}
.color-4 {
color: #a3d6e6;
}
.color-5 {
color: #f7c6a1;
}

/* CSS Variables */
:root {
--color-1: #1a3b5b;
--color-2: #3a6f88;
--color-3: #6ea8b9;
--color-4: #a3d6e6;
--color-5: #f7c6a1;
}

🌈 Blue Sea Demon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a3b5b, #3a6f88, #6ea8b9, #a3d6e6, #f7c6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a3b5b, #3a6f88, #6ea8b9, #a3d6e6, #f7c6a1);
}

Blue Sea Demon color palette created on .