Elysian Waters Color Palette

Discover the beautiful Elysian Waters color palette featuring biscay (#1e4d6c), smalt blue (#4e7a8d), neptune (#7eb4b9), regent st blue (#a4d5e5) and catskill white (#f1f7f8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Aesthetic, Ocean, Bright, Summer 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 Elysian Waters palette

Share this palette to:

💻 Elysian Waters color palette CSS

/* CSS */
.color-1 {
color: #1e4d6c;
}
.color-2 {
color: #4e7a8d;
}
.color-3 {
color: #7eb4b9;
}
.color-4 {
color: #a4d5e5;
}
.color-5 {
color: #f1f7f8;
}

/* CSS Variables */
:root {
--color-1: #1e4d6c;
--color-2: #4e7a8d;
--color-3: #7eb4b9;
--color-4: #a4d5e5;
--color-5: #f1f7f8;
}

🌈 Elysian Waters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4d6c, #4e7a8d, #7eb4b9, #a4d5e5, #f1f7f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4d6c, #4e7a8d, #7eb4b9, #a4d5e5, #f1f7f8);
}

Elysian Waters color palette created on .