Eerie Blue Color Palette

Discover the beautiful Eerie Blue color palette featuring nile blue (#192a4d), chambray (#3a5f8d), hippie blue (#4ea2b1), de york (#7ece9a) and surf crest (#d0e7d1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Green, Light, Modern 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 Eerie Blue palette

Share this palette to:

💻 Eerie Blue color palette CSS

/* CSS */
.color-1 {
color: #192a4d;
}
.color-2 {
color: #3a5f8d;
}
.color-3 {
color: #4ea2b1;
}
.color-4 {
color: #7ece9a;
}
.color-5 {
color: #d0e7d1;
}

/* CSS Variables */
:root {
--color-1: #192a4d;
--color-2: #3a5f8d;
--color-3: #4ea2b1;
--color-4: #7ece9a;
--color-5: #d0e7d1;
}

🌈 Eerie Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #192a4d, #3a5f8d, #4ea2b1, #7ece9a, #d0e7d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #192a4d, #3a5f8d, #4ea2b1, #7ece9a, #d0e7d1);
}

Eerie Blue color palette created on .