Nautical Dreams Color Palette

Discover the beautiful Nautical Dreams color palette featuring cello (#1f3b61), east bay (#3a5a78), hippie blue (#699bbf), cornflower (#85c3e0) and goldenrod (#f9d66c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Ocean, Spring, Sun 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 Nautical Dreams palette

Share this palette to:

💻 Nautical Dreams color palette CSS

/* CSS */
.color-1 {
color: #1f3b61;
}
.color-2 {
color: #3a5a78;
}
.color-3 {
color: #699bbf;
}
.color-4 {
color: #85c3e0;
}
.color-5 {
color: #f9d66c;
}

/* CSS Variables */
:root {
--color-1: #1f3b61;
--color-2: #3a5a78;
--color-3: #699bbf;
--color-4: #85c3e0;
--color-5: #f9d66c;
}

🌈 Nautical Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3b61, #3a5a78, #699bbf, #85c3e0, #f9d66c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3b61, #3a5a78, #699bbf, #85c3e0, #f9d66c);
}

Nautical Dreams color palette created on .