Bottom of the Sea Color Palette

Discover the beautiful Bottom of the Sea color palette featuring nile blue (#1c4e5f), jelly bean (#297c8e), keppel (#399fa2), monte carlo (#7ed3c2) and tara (#d7f4e6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Coastal, Light, Teal, Tropical, Vibrant 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 Bottom of the Sea palette

Share this palette to:

💻 Bottom of the Sea color palette CSS

/* CSS */
.color-1 {
color: #1c4e5f;
}
.color-2 {
color: #297c8e;
}
.color-3 {
color: #399fa2;
}
.color-4 {
color: #7ed3c2;
}
.color-5 {
color: #d7f4e6;
}

/* CSS Variables */
:root {
--color-1: #1c4e5f;
--color-2: #297c8e;
--color-3: #399fa2;
--color-4: #7ed3c2;
--color-5: #d7f4e6;
}

🌈 Bottom of the Sea background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c4e5f, #297c8e, #399fa2, #7ed3c2, #d7f4e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c4e5f, #297c8e, #399fa2, #7ed3c2, #d7f4e6);
}

Bottom of the Sea color palette created on .